#DB8A16
A medium, vivid orange closely aligning with Darkgoldenrod.
About #DB8A16
The precise color #DB8A16 is an excellent choice for modern design projects. Its closest recognized web color is Darkgoldenrod. This translates to an RGB value of rgb(219, 138, 22).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 37% M, 90% Y, and 14% K. The HSL representation is 35.3° hue, 81.7% saturation, and 47.3% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB8A16
RGB219, 138, 22
HSL35.3°, 81.7%, 47.3%
CMYK0%, 37%, 90%, 14%
HSV35.3°, 90.0%, 85.9%
LAB64.4, 23.2, 66.2
XYZ38.4, 33.3, 5.2
Decimal14387734
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.74:1
Text on #FFFFFF
FAIL
7.66:1
Text on #000000
AAA
2.62:1
Text on #F8FAFC
FAIL
6.51:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB8A16;
}
.text-color {
color: #DB8A16;
}
.border-color {
border: 2px solid #DB8A16;
}