#D3A80F
A medium, vivid yellow closely aligning with Goldenrod.
About #D3A80F
The hex code #D3A80F represents a beautifully specific shade of yellow. Its closest recognized web color is Goldenrod. Its digital footprint relies on 211 parts red, 168 parts green, and 15 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 20% Magenta, 93% Yellow, and 17% Black. With a hue angle of 46.8 degrees, it sits comfortably in the yellow spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D3A80F
RGB211, 168, 15
HSL46.8°, 86.7%, 44.3%
CMYK0%, 20%, 93%, 17%
HSV46.8°, 92.9%, 82.7%
LAB70.8, 3.5, 72.0
XYZ41.0, 41.9, 6.4
Decimal13871119
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.24:1
Text on #FFFFFF
FAIL
9.38:1
Text on #000000
AAA
2.14:1
Text on #F8FAFC
FAIL
7.97:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3A80F;
}
.text-color {
color: #D3A80F;
}
.border-color {
border: 2px solid #D3A80F;
}