#D3831D
A medium, vivid orange closely aligning with Darkgoldenrod.
About #D3831D
Visually, #D3831D is defined as a vivid orange. Designers often compare it to the standard color Darkgoldenrod. This translates to an RGB value of rgb(211, 131, 29).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 38% magenta inks. With a hue angle of 33.6 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3831D
RGB211, 131, 29
HSL33.6°, 75.8%, 47.1%
CMYK0%, 38%, 86%, 17%
HSV33.6°, 86.3%, 82.7%
LAB61.8, 23.7, 61.9
XYZ35.2, 30.2, 5.1
Decimal13861661
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.99:1
Text on #FFFFFF
FAIL
7.03:1
Text on #000000
AAA
2.85:1
Text on #F8FAFC
FAIL
5.98:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D3831D;
}
.text-color {
color: #D3831D;
}
.border-color {
border: 2px solid #D3831D;
}