#DBA81D
A medium, vivid orange closely aligning with Goldenrod.
About #DBA81D
The precise color #DBA81D 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, 168 green, and 29 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 23% Magenta, 87% Yellow, and 14% Black. The HSL representation is 43.9° hue, 76.6% saturation, and 48.6% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DBA81D
RGB219, 168, 29
HSL43.9°, 76.6%, 48.6%
CMYK0%, 23%, 87%, 14%
HSV43.9°, 86.8%, 85.9%
LAB71.7, 7.3, 70.3
XYZ43.4, 43.2, 7.2
Decimal14395421
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.18:1
Text on #FFFFFF
FAIL
9.63: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: #DBA81D;
}
.text-color {
color: #DBA81D;
}
.border-color {
border: 2px solid #DBA81D;
}