#D3A83A
A medium, moderate orange closely aligning with Goldenrod.
About #D3A83A
The hex code #D3A83A represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Goldenrod. This translates to an RGB value of rgb(211, 168, 58).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 20% magenta inks. With a hue angle of 43.1 degrees, it sits comfortably in the orange spectrum.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3A83A
RGB211, 168, 58
HSL43.1°, 63.5%, 52.7%
CMYK0%, 20%, 73%, 17%
HSV43.1°, 72.5%, 82.7%
LAB71.0, 4.8, 59.9
XYZ41.6, 42.2, 9.9
Decimal13871162
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.23:1
Text on #FFFFFF
FAIL
9.43:1
Text on #000000
AAA
2.13:1
Text on #F8FAFC
FAIL
8.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3A83A;
}
.text-color {
color: #D3A83A;
}
.border-color {
border: 2px solid #D3A83A;
}