#DBA824
A medium, vivid orange closely aligning with Goldenrod.
About #DBA824
The hex code #DBA824 represents a beautifully specific shade of orange. It is closely associated with the named CSS color Goldenrod. This translates to an RGB value of rgb(219, 168, 36).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 23% Magenta, 84% 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DBA824
RGB219, 168, 36
HSL43.3°, 71.8%, 50.0%
CMYK0%, 23%, 84%, 14%
HSV43.3°, 83.6%, 85.9%
LAB71.7, 7.5, 68.4
XYZ43.5, 43.2, 7.7
Decimal14395428
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.18:1
Text on #FFFFFF
FAIL
9.64:1
Text on #000000
AAA
2.08:1
Text on #F8FAFC
FAIL
8.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBA824;
}
.text-color {
color: #DBA824;
}
.border-color {
border: 2px solid #DBA824;
}