#DBA02C
A medium, vivid orange closely aligning with Goldenrod.
About #DBA02C
At its core, #DBA02C is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Goldenrod. In the RGB color space, it consists of 219 red, 160 green, and 44 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 27% Magenta, 80% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#DBA02C
RGB219, 160, 44
HSL39.8°, 70.9%, 51.6%
CMYK0%, 27%, 80%, 14%
HSV39.8°, 79.9%, 85.9%
LAB69.7, 12.0, 64.2
XYZ42.2, 40.4, 8.0
Decimal14393388
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.31:1
Text on #FFFFFF
FAIL
9.08:1
Text on #000000
AAA
2.21:1
Text on #F8FAFC
FAIL
7.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBA02C;
}
.text-color {
color: #DBA02C;
}
.border-color {
border: 2px solid #DBA02C;
}