#DBAF33
A medium, moderate orange closely aligning with Goldenrod.
About #DBAF33
The precise color #DBAF33 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Goldenrod. In the RGB color space, it consists of 219 red, 175 green, and 51 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 20% M, 77% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DBAF33
RGB219, 175, 51
HSL44.3°, 70.0%, 52.9%
CMYK0%, 20%, 77%, 14%
HSV44.3°, 76.7%, 85.9%
LAB73.5, 4.2, 65.3
XYZ45.1, 46.0, 9.6
Decimal14397235
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.06:1
Text on #FFFFFF
FAIL
10.19:1
Text on #000000
AAA
1.97:1
Text on #F8FAFC
FAIL
8.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBAF33;
}
.text-color {
color: #DBAF33;
}
.border-color {
border: 2px solid #DBAF33;
}