#DB5707
A medium, vivid orange closely aligning with Chocolate.
About #DB5707
At its core, #DB5707 is a medium and vivid hue. Designers often compare it to the standard color Chocolate. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 87, and 7.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 60% 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. 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#DB5707
RGB219, 87, 7
HSL22.6°, 93.8%, 44.3%
CMYK0%, 60%, 97%, 14%
HSV22.6°, 96.8%, 85.9%
LAB53.9, 48.9, 62.2
XYZ32.7, 21.9, 2.7
Decimal14374663
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.90:1
Text on #FFFFFF
AA Large
5.38:1
Text on #000000
AA
3.73:1
Text on #F8FAFC
AA Large
4.57:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB5707;
}
.text-color {
color: #DB5707;
}
.border-color {
border: 2px solid #DB5707;
}