#D3920F
A medium, vivid orange closely aligning with Goldenrod.
About #D3920F
The precise color #D3920F is an excellent choice for modern design projects. Its closest recognized web color is Goldenrod. This translates to an RGB value of rgb(211, 146, 15).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 31% M, 93% Y, and 17% K. The HSL representation is 40.1° hue, 86.7% saturation, and 44.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#D3920F
RGB211, 146, 15
HSL40.1°, 86.7%, 44.3%
CMYK0%, 31%, 93%, 17%
HSV40.1°, 92.9%, 82.7%
LAB65.3, 15.4, 67.9
XYZ37.2, 34.4, 5.1
Decimal13865487
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.66:1
Text on #FFFFFF
FAIL
7.89:1
Text on #000000
AAA
2.54:1
Text on #F8FAFC
FAIL
6.71:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D3920F;
}
.text-color {
color: #D3920F;
}
.border-color {
border: 2px solid #D3920F;
}