#D3A00F
A medium, vivid orange closely aligning with Goldenrod.
About #D3A00F
Visually, #D3A00F is defined as a vivid orange. Its closest recognized web color is Goldenrod. Its digital footprint relies on 211 parts red, 160 parts green, and 15 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 24% magenta, 93% yellow, and 17% black. The HSL representation is 44.4° hue, 86.7% saturation, and 44.3% lightness.
Contrast ratios determine whether this color is safe for typography. 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#D3A00F
RGB211, 160, 15
HSL44.4°, 86.7%, 44.3%
CMYK0%, 24%, 93%, 17%
HSV44.4°, 92.9%, 82.7%
LAB68.8, 7.8, 70.5
XYZ39.5, 39.0, 5.9
Decimal13869071
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.39:1
Text on #FFFFFF
FAIL
8.80:1
Text on #000000
AAA
2.28:1
Text on #F8FAFC
FAIL
7.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3A00F;
}
.text-color {
color: #D3A00F;
}
.border-color {
border: 2px solid #D3A00F;
}