#DB8A1D
A medium, vivid orange closely aligning with Darkgoldenrod.
About #DB8A1D
At its core, #DB8A1D is a medium and vivid hue. Its closest recognized web color is Darkgoldenrod. In the RGB color space, it consists of 219 red, 138 green, and 29 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 37% M, 87% Y, and 14% K. With a hue angle of 34.4 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB8A1D
RGB219, 138, 29
HSL34.4°, 76.6%, 48.6%
CMYK0%, 37%, 87%, 14%
HSV34.4°, 86.8%, 85.9%
LAB64.4, 23.4, 64.4
XYZ38.5, 33.3, 5.6
Decimal14387741
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.74:1
Text on #FFFFFF
FAIL
7.67:1
Text on #000000
AAA
2.62:1
Text on #F8FAFC
FAIL
6.52:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB8A1D;
}
.text-color {
color: #DB8A1D;
}
.border-color {
border: 2px solid #DB8A1D;
}