#DB7C1D
A medium, vivid orange closely aligning with Chocolate.
About #DB7C1D
The precise color #DB7C1D is an excellent choice for modern design projects. Its closest recognized web color is Chocolate. In the RGB color space, it consists of 219 red, 124 green, and 29 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 43% magenta, 87% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB7C1D
RGB219, 124, 29
HSL30.0°, 76.6%, 48.6%
CMYK0%, 43%, 87%, 14%
HSV30.0°, 86.8%, 85.9%
LAB61.3, 30.8, 61.9
XYZ36.6, 29.6, 4.9
Decimal14384157
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.04:1
Text on #FFFFFF
AA Large
6.91:1
Text on #000000
AA
2.90:1
Text on #F8FAFC
FAIL
5.88:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB7C1D;
}
.text-color {
color: #DB7C1D;
}
.border-color {
border: 2px solid #DB7C1D;
}