#D3AF16
A medium, vivid yellow closely aligning with Goldenrod.
About #D3AF16
When working with digital screens, the color #D3AF16 is rendered by mixing light. Its closest recognized web color is Goldenrod. In the RGB color space, it consists of 211 red, 175 green, and 22 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 17% Magenta, 90% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3AF16
RGB211, 175, 22
HSL48.6°, 81.1%, 45.7%
CMYK0%, 17%, 90%, 17%
HSV48.6°, 89.6%, 82.7%
LAB72.6, -0.1, 72.2
XYZ42.3, 44.6, 7.1
Decimal13872918
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.12:1
Text on #FFFFFF
FAIL
9.91:1
Text on #000000
AAA
2.02:1
Text on #F8FAFC
FAIL
8.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3AF16;
}
.text-color {
color: #D3AF16;
}
.border-color {
border: 2px solid #D3AF16;
}