#D3AF3A
A medium, moderate yellow closely aligning with Goldenrod.
About #D3AF3A
Visually, #D3AF3A is defined as a moderate yellow. Designers often compare it to the standard color Goldenrod. Its digital footprint relies on 211 parts red, 175 parts green, and 58 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 17% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#D3AF3A
RGB211, 175, 58
HSL45.9°, 63.5%, 52.7%
CMYK0%, 17%, 73%, 17%
HSV45.9°, 72.5%, 82.7%
LAB72.8, 1.1, 61.7
XYZ43.0, 44.8, 10.4
Decimal13872954
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.11:1
Text on #FFFFFF
FAIL
9.96:1
Text on #000000
AAA
2.01:1
Text on #F8FAFC
FAIL
8.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3AF3A;
}
.text-color {
color: #D3AF3A;
}
.border-color {
border: 2px solid #D3AF3A;
}