Shades of Goldenrod #CCD971
Tints of Goldenrod #CCD971
RGB
CMYK
RGB Variations
Color information
#CCD971 (or 0xCCD971) is known color: Goldenrod. HEX triplet: CC, D9 and 71. RGB value is (204,217,113). Sum of RGB (Red+Green+Blue) = 204+217+113=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 113 (44.53% from 255 or 21.16% from 534); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD971 is #33268E. Grayscale: #C9C9C9. Windows color (decimal): -3352207 or 7461324. OLE color: 7461324.
HSL color Cylindrical-coordinate representation of color #CCD971: hue angle of 67.5º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCD971 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 113 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.15 |
| HSL | 67.5º | 0.58% | 0.65% | - |
| HSV(B) | 67.5º | 0.48% | 0.85% | - |
| XYZ | 52.7 | 63.66 | 25.13 | - |
| YUV | 201.26 | 78.19 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 113 | 0.06 | 0 | 0.48 | 0.15 | 67.5 | 0.58 | 0.65 |
| Hex | CC | D9 | 71 | 6 | 0 | 30 | F | 44 | 3A | 41 |
| Octal | 314 | 331 | 161 | 6 | 0 | 60 | 17 | 104 | 72 | 101 |
| Binary | 11001100 | 11011001 | 1110001 | 110 | 0 | 110000 | 1111 | 1000100 | 111010 | 1000001 |
Color Harmonies of #CCD971
Complementary color
Monochromatic Colors of #CCD971
Black with #CCD971
Text Example
Text Example
White with #CCD971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD971; }
p { color: rgb(204,217,113); }
H1.HeaderClassName
{
color: #CCD971;
}
.AnyTagClassName
{
color: #CCD971;
}
</style>
background-color css
<style>
a { background-color: #CCD971; }
a { background-color: rgb(204,217,113); }
div.DivClassName
{
background-color: #CCD971;
}
.BgClassName
{
background-color: #CCD971;
}
</style>
border-color css
<style>
span { border-color: #CCD971; }
span { border-color: rgb(204,217,113); }
td.TdClassName
{
border-color: #CCD971;
}
.TagClassName
{
border-color: #CCD971;
}
</style>