Shades of Goldenrod #CCD970
Tints of Goldenrod #CCD970
RGB
CMYK
RGB Variations
Color information
#CCD970 (or 0xCCD970) is known color: Goldenrod. HEX triplet: CC, D9 and 70. RGB value is (204,217,112). Sum of RGB (Red+Green+Blue) = 204+217+112=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD970 is #33268F. Grayscale: #C9C9C9. Windows color (decimal): -3352208 or 7395788. OLE color: 7395788.
HSL color Cylindrical-coordinate representation of color #CCD970: hue angle of 67.43º 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 #CCD970 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 112 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.15 |
| HSL | 67.43º | 0.58% | 0.65% | - |
| HSV(B) | 67.43º | 0.48% | 0.85% | - |
| XYZ | 52.64 | 63.63 | 24.84 | - |
| YUV | 201.14 | 77.69 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 112 | 0.06 | 0 | 0.48 | 0.15 | 67.43 | 0.58 | 0.65 |
| Hex | CC | D9 | 70 | 6 | 0 | 30 | F | 43 | 3A | 41 |
| Octal | 314 | 331 | 160 | 6 | 0 | 60 | 17 | 103 | 72 | 101 |
| Binary | 11001100 | 11011001 | 1110000 | 110 | 0 | 110000 | 1111 | 1000011 | 111010 | 1000001 |
Color Harmonies of #CCD970
Complementary color
Monochromatic Colors of #CCD970
Black with #CCD970
Text Example
Text Example
White with #CCD970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD970; }
p { color: rgb(204,217,112); }
H1.HeaderClassName
{
color: #CCD970;
}
.AnyTagClassName
{
color: #CCD970;
}
</style>
background-color css
<style>
a { background-color: #CCD970; }
a { background-color: rgb(204,217,112); }
div.DivClassName
{
background-color: #CCD970;
}
.BgClassName
{
background-color: #CCD970;
}
</style>
border-color css
<style>
span { border-color: #CCD970; }
span { border-color: rgb(204,217,112); }
td.TdClassName
{
border-color: #CCD970;
}
.TagClassName
{
border-color: #CCD970;
}
</style>