#D3C53A
A medium, moderate yellow closely aligning with Goldenrod.
About #D3C53A
Visually, #D3C53A is defined as a moderate yellow. If you're using CSS, you might find it aligns closely with Goldenrod. Its digital footprint relies on 211 parts red, 197 parts green, and 58 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 7% M, 73% Y, and 17% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. 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#D3C53A
RGB211, 197, 58
HSL54.5°, 63.5%, 52.7%
CMYK0%, 7%, 73%, 17%
HSV54.5°, 72.5%, 82.7%
LAB78.5, -10.3, 67.2
XYZ47.6, 54.1, 11.9
Decimal13878586
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.78:1
Text on #FFFFFF
FAIL
11.82:1
Text on #000000
AAA
1.70:1
Text on #F8FAFC
FAIL
10.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3C53A;
}
.text-color {
color: #D3C53A;
}
.border-color {
border: 2px solid #D3C53A;
}