#D3C533
A medium, moderate yellow closely aligning with Goldenrod.
About #D3C533
Visually, #D3C533 is defined as a moderate yellow. It is closely associated with the named CSS color Goldenrod. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 197, and 51.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 7% M, 76% Y, and 17% K. The HSL representation is 54.7° hue, 64.5% saturation, and 51.4% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3C533
RGB211, 197, 51
HSL54.7°, 64.5%, 51.4%
CMYK0%, 7%, 76%, 17%
HSV54.7°, 75.8%, 82.7%
LAB78.5, -10.6, 69.6
XYZ47.4, 54.0, 11.1
Decimal13878579
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.78:1
Text on #FFFFFF
FAIL
11.80:1
Text on #000000
AAA
1.70:1
Text on #F8FAFC
FAIL
10.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3C533;
}
.text-color {
color: #D3C533;
}
.border-color {
border: 2px solid #D3C533;
}