#DBAF0F
A medium, vivid yellow closely aligning with Goldenrod.
About #DBAF0F
When working with digital screens, the color #DBAF0F is rendered by mixing light. It is closely associated with the named CSS color Goldenrod. In the RGB color space, it consists of 219 red, 175 green, and 15 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 20% Magenta, 93% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DBAF0F
RGB219, 175, 15
HSL47.1°, 87.2%, 45.9%
CMYK0%, 20%, 93%, 14%
HSV47.1°, 93.2%, 85.9%
LAB73.4, 3.3, 74.3
XYZ44.6, 45.8, 6.9
Decimal14397199
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.07:1
Text on #FFFFFF
FAIL
10.15:1
Text on #000000
AAA
1.98:1
Text on #F8FAFC
FAIL
8.63:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBAF0F;
}
.text-color {
color: #DBAF0F;
}
.border-color {
border: 2px solid #DBAF0F;
}