#DB7533
A medium, moderate orange closely aligning with Chocolate.
About #DB7533
At its core, #DB7533 is a medium and moderate hue. It is closely associated with the named CSS color Chocolate. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 117, and 51.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 47% magenta, 77% yellow, and 14% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB7533
RGB219, 117, 51
HSL23.6°, 70.0%, 52.9%
CMYK0%, 47%, 77%, 14%
HSV23.6°, 76.7%, 85.9%
LAB59.9, 35.1, 52.2
XYZ36.2, 28.0, 6.6
Decimal14382387
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.18:1
Text on #FFFFFF
AA Large
6.60:1
Text on #000000
AA
3.04:1
Text on #F8FAFC
AA Large
5.61:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB7533;
}
.text-color {
color: #DB7533;
}
.border-color {
border: 2px solid #DB7533;
}