#D3CC33
A medium, moderate yellow closely aligning with Gold.
About #D3CC33
Visually, #D3CC33 is defined as a moderate yellow. Designers often compare it to the standard color Gold. This translates to an RGB value of rgb(211, 204, 51).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 3% magenta, 76% yellow, and 17% black. With a hue angle of 57.4 degrees, it sits comfortably in the yellow spectrum.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3CC33
RGB211, 204, 51
HSL57.4°, 64.5%, 51.4%
CMYK0%, 3%, 76%, 17%
HSV57.4°, 75.8%, 82.7%
LAB80.3, -14.2, 71.3
XYZ49.1, 57.3, 11.6
Decimal13880371
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.69:1
Text on #FFFFFF
FAIL
12.45:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3CC33;
}
.text-color {
color: #D3CC33;
}
.border-color {
border: 2px solid #D3CC33;
}