#DB6D07
A medium, vivid orange closely aligning with Chocolate.
About #DB6D07
Visually, #DB6D07 is defined as a vivid orange. It is closely associated with the named CSS color Chocolate. Its digital footprint relies on 219 parts red, 109 parts green, and 7 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 50% Magenta, 97% 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. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB6D07
RGB219, 109, 7
HSL28.9°, 93.8%, 44.3%
CMYK0%, 50%, 97%, 14%
HSV28.9°, 96.8%, 85.9%
LAB58.0, 38.2, 64.7
XYZ34.7, 26.0, 3.4
Decimal14380295
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: #DB6D07;
}
.text-color {
color: #DB6D07;
}
.border-color {
border: 2px solid #DB6D07;
}