#D3AF2C
A medium, moderate yellow closely aligning with Goldenrod.
About #D3AF2C
At its core, #D3AF2C is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Goldenrod. This translates to an RGB value of rgb(211, 175, 44).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 17% magenta, 79% yellow, and 17% black. With a hue angle of 47.1 degrees, it sits comfortably in the yellow spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D3AF2C
RGB211, 175, 44
HSL47.1°, 65.5%, 50.0%
CMYK0%, 17%, 79%, 17%
HSV47.1°, 79.1%, 82.7%
LAB72.7, 0.5, 66.6
XYZ42.6, 44.7, 8.8
Decimal13872940
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.11:1
Text on #FFFFFF
FAIL
9.94:1
Text on #000000
AAA
2.02:1
Text on #F8FAFC
FAIL
8.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3AF2C;
}
.text-color {
color: #D3AF2C;
}
.border-color {
border: 2px solid #D3AF2C;
}