#D3A033
A medium, moderate orange closely aligning with Goldenrod.
About #D3A033
The precise color #D3A033 is an excellent choice for modern design projects. Its closest recognized web color is Goldenrod. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 160, and 51.
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, 76% yellow, and 17% black. The HSL representation is 40.9° hue, 64.5% saturation, and 51.4% lightness.
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#D3A033
RGB211, 160, 51
HSL40.9°, 64.5%, 51.4%
CMYK0%, 24%, 76%, 17%
HSV40.9°, 75.8%, 82.7%
LAB68.9, 8.8, 60.6
XYZ40.0, 39.2, 8.6
Decimal13869107
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.37:1
Text on #FFFFFF
FAIL
8.85:1
Text on #000000
AAA
2.27:1
Text on #F8FAFC
FAIL
7.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3A033;
}
.text-color {
color: #D3A033;
}
.border-color {
border: 2px solid #D3A033;
}