#DB6D0F
A medium, vivid orange closely aligning with Chocolate.
About #DB6D0F
Visually, #DB6D0F is defined as a vivid orange. If you're using CSS, you might find it aligns closely with Chocolate. In the RGB color space, it consists of 219 red, 109 green, and 15 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 50% M, 93% Y, and 14% K. With a hue angle of 27.6 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DB6D0F
RGB219, 109, 15
HSL27.6°, 87.2%, 45.9%
CMYK0%, 50%, 93%, 14%
HSV27.6°, 93.2%, 85.9%
LAB58.1, 38.3, 63.2
XYZ34.8, 26.0, 3.6
Decimal14380303
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.38:1
Text on #FFFFFF
AA Large
6.21:1
Text on #000000
AA
3.23:1
Text on #F8FAFC
AA Large
5.28:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB6D0F;
}
.text-color {
color: #DB6D0F;
}
.border-color {
border: 2px solid #DB6D0F;
}