#DBA00F
A medium, vivid orange closely aligning with Goldenrod.
About #DBA00F
Visually, #DBA00F is defined as a vivid orange. It is closely associated with the named CSS color Goldenrod. This translates to an RGB value of rgb(219, 160, 15).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 27% M, 93% Y, and 14% K. The HSL representation is 42.6° hue, 87.2% saturation, and 45.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DBA00F
RGB219, 160, 15
HSL42.6°, 87.2%, 45.9%
CMYK0%, 27%, 93%, 14%
HSV42.6°, 93.2%, 85.9%
LAB69.6, 11.3, 71.5
XYZ41.9, 40.2, 6.0
Decimal14393359
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.32:1
Text on #FFFFFF
FAIL
9.05:1
Text on #000000
AAA
2.22:1
Text on #F8FAFC
FAIL
7.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBA00F;
}
.text-color {
color: #DBA00F;
}
.border-color {
border: 2px solid #DBA00F;
}