#D3751D
A medium, vivid orange closely aligning with Chocolate.
About #D3751D
When working with digital screens, the color #D3751D is rendered by mixing light. If you're using CSS, you might find it aligns closely with Chocolate. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 117, and 29.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 45% Magenta, 86% Yellow, and 17% Black. With a hue angle of 29.0 degrees, it sits comfortably in the orange spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D3751D
RGB211, 117, 29
HSL29.0°, 75.8%, 47.1%
CMYK0%, 45%, 86%, 17%
HSV29.0°, 86.3%, 82.7%
LAB58.7, 31.2, 59.3
XYZ33.4, 26.7, 4.5
Decimal13858077
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.32:1
Text on #FFFFFF
AA Large
6.33:1
Text on #000000
AA
3.17:1
Text on #F8FAFC
AA Large
5.38:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D3751D;
}
.text-color {
color: #D3751D;
}
.border-color {
border: 2px solid #D3751D;
}