#DB6D00
A medium, vivid orange closely aligning with Chocolate.
About #DB6D00
At its core, #DB6D00 is a medium and vivid hue. It is closely associated with the named CSS color Chocolate. In the RGB color space, it consists of 219 red, 109 green, and 0 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 50% M, 100% Y, and 14% K. With a hue angle of 29.9 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB6D00
RGB219, 109, 0
HSL29.9°, 100.0%, 42.9%
CMYK0%, 50%, 100%, 14%
HSV29.9°, 100.0%, 85.9%
LAB58.0, 38.2, 66.0
XYZ34.7, 26.0, 3.2
Decimal14380288
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.39:1
Text on #FFFFFF
AA Large
6.20:1
Text on #000000
AA
3.24:1
Text on #F8FAFC
AA Large
5.27:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB6D00;
}
.text-color {
color: #DB6D00;
}
.border-color {
border: 2px solid #DB6D00;
}