Shades of Goldenrod #CCCE6C
Tints of Goldenrod #CCCE6C
RGB
CMYK
RGB Variations
Color information
#CCCE6C (or 0xCCCE6C) is known color: Goldenrod. HEX triplet: CC, CE and 6C. RGB value is (204,206,108). Sum of RGB (Red+Green+Blue) = 204+206+108=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 108 (42.58% from 255 or 20.85% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCE6C is #333193. Grayscale: #C2C2C2. Windows color (decimal): -3355028 or 7130828. OLE color: 7130828.
HSL color Cylindrical-coordinate representation of color #CCCE6C: hue angle of 61.22º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCCE6C is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 108 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.19 |
| HSL | 61.22º | 0.5% | 0.62% | - |
| HSV(B) | 61.22º | 0.48% | 0.81% | - |
| XYZ | 49.68 | 58.06 | 22.78 | - |
| YUV | 194.23 | 79.34 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 108 | 0.01 | 0 | 0.48 | 0.19 | 61.22 | 0.5 | 0.62 |
| Hex | CC | CE | 6C | 1 | 0 | 30 | 13 | 3D | 32 | 3E |
| Octal | 314 | 316 | 154 | 1 | 0 | 60 | 23 | 75 | 62 | 76 |
| Binary | 11001100 | 11001110 | 1101100 | 1 | 0 | 110000 | 10011 | 111101 | 110010 | 111110 |
Color Harmonies of #CCCE6C
Complementary color
Monochromatic Colors of #CCCE6C
Black with #CCCE6C
Text Example
Text Example
White with #CCCE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE6C; }
p { color: rgb(204,206,108); }
H1.HeaderClassName
{
color: #CCCE6C;
}
.AnyTagClassName
{
color: #CCCE6C;
}
</style>
background-color css
<style>
a { background-color: #CCCE6C; }
a { background-color: rgb(204,206,108); }
div.DivClassName
{
background-color: #CCCE6C;
}
.BgClassName
{
background-color: #CCCE6C;
}
</style>
border-color css
<style>
span { border-color: #CCCE6C; }
span { border-color: rgb(204,206,108); }
td.TdClassName
{
border-color: #CCCE6C;
}
.TagClassName
{
border-color: #CCCE6C;
}
</style>