#DB6624
A medium, vivid orange closely aligning with Chocolate.
About #DB6624
The hex code #DB6624 represents a beautifully specific shade of orange. It is closely associated with the named CSS color Chocolate. This translates to an RGB value of rgb(219, 102, 36).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 53% magenta, 84% yellow, and 14% black. Always request a physical proof before doing a large print run with this exact code.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB6624
RGB219, 102, 36
HSL21.6°, 71.8%, 50.0%
CMYK0%, 53%, 84%, 14%
HSV21.6°, 83.6%, 85.9%
LAB56.8, 42.2, 55.7
XYZ34.3, 24.7, 4.6
Decimal14378532
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.54:1
Text on #FFFFFF
AA Large
5.94:1
Text on #000000
AA
3.38:1
Text on #F8FAFC
AA Large
5.05:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB6624;
}
.text-color {
color: #DB6624;
}
.border-color {
border: 2px solid #DB6624;
}