#D3750F
A medium, vivid orange closely aligning with Chocolate.
About #D3750F
At its core, #D3750F is a medium and vivid 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 211, 117, and 15.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 45% Magenta, 93% Yellow, and 17% Black. With a hue angle of 31.2 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#D3750F
RGB211, 117, 15
HSL31.2°, 86.7%, 44.3%
CMYK0%, 45%, 93%, 17%
HSV31.2°, 92.9%, 82.7%
LAB58.6, 30.9, 63.1
XYZ33.3, 26.6, 3.8
Decimal13858063
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.32:1
Text on #FFFFFF
AA Large
6.32:1
Text on #000000
AA
3.18:1
Text on #F8FAFC
AA Large
5.37:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D3750F;
}
.text-color {
color: #D3750F;
}
.border-color {
border: 2px solid #D3750F;
}