#dccb39
a balanced, vivid yellow · cool · closest name: gold
RGB
220, 203, 57
HSL
54°, 70%, 54%
CMYK
0, 8, 74, 14
Luminance
0.5822
Every format
| HEX | #dccb39 |
| RGB | rgb(220, 203, 57) |
| HSL | hsl(54, 70%, 54%) |
| CMYK | cmyk(0%, 8%, 74%, 14%) |
| LAB | lab(80.9 -9.6 70.1) |
| LCH | lch(80.9 70.7 97.8) |
| OKLCH | oklch(0.832 0.158 102.4) |
Copy-ready code
/* CSS */
color: #dccb39;
background-color: #dccb39;
/* Tailwind (arbitrary) */
class="text-[#dccb39] bg-[#dccb39]"
/* SCSS */
$brand: #dccb39;
/* SwiftUI */
Color(red: 0.863, green: 0.796, blue: 0.224)
/* Android */
Color.parseColor("#dccb39")Accessibility — WCAG contrast
Aa
#dccb39 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccb39 on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green79.6%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta7.7%
Yellow74.1%
Key (black)13.7%
Color previews
#dccb39 text on a black background
contrast 12.64:1
Card sample
#dccb39 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccb39;
Background color
Panel with #dccb39 background
background-color: #dccb39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccb39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 203, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 203, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccb39; background: linear-gradient(135deg, #dccb39, #80DC39);