Shades of Goldenrod #CCD36C
Tints of Goldenrod #CCD36C
RGB
CMYK
RGB Variations
Color information
#CCD36C (or 0xCCD36C) is known color: Goldenrod. HEX triplet: CC, D3 and 6C. RGB value is (204,211,108). Sum of RGB (Red+Green+Blue) = 204+211+108=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 108 (42.58% from 255 or 20.65% from 523); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD36C is #332C93. Grayscale: #C5C5C5. Windows color (decimal): -3353748 or 7132108. OLE color: 7132108.
HSL color Cylindrical-coordinate representation of color #CCD36C: hue angle of 64.08º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCD36C is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 108 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.17 |
| HSL | 64.08º | 0.54% | 0.63% | - |
| HSV(B) | 64.08º | 0.49% | 0.83% | - |
| XYZ | 50.9 | 60.51 | 23.18 | - |
| YUV | 197.17 | 77.68 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 108 | 0.03 | 0 | 0.49 | 0.17 | 64.08 | 0.54 | 0.63 |
| Hex | CC | D3 | 6C | 3 | 0 | 31 | 11 | 40 | 36 | 3F |
| Octal | 314 | 323 | 154 | 3 | 0 | 61 | 21 | 100 | 66 | 77 |
| Binary | 11001100 | 11010011 | 1101100 | 11 | 0 | 110001 | 10001 | 1000000 | 110110 | 111111 |
Color Harmonies of #CCD36C
Complementary color
Monochromatic Colors of #CCD36C
Black with #CCD36C
Text Example
Text Example
White with #CCD36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD36C; }
p { color: rgb(204,211,108); }
H1.HeaderClassName
{
color: #CCD36C;
}
.AnyTagClassName
{
color: #CCD36C;
}
</style>
background-color css
<style>
a { background-color: #CCD36C; }
a { background-color: rgb(204,211,108); }
div.DivClassName
{
background-color: #CCD36C;
}
.BgClassName
{
background-color: #CCD36C;
}
</style>
border-color css
<style>
span { border-color: #CCD36C; }
span { border-color: rgb(204,211,108); }
td.TdClassName
{
border-color: #CCD36C;
}
.TagClassName
{
border-color: #CCD36C;
}
</style>