Shades of Goldenrod #CECC6C
Tints of Goldenrod #CECC6C
RGB
CMYK
RGB Variations
Color information
#CECC6C (or 0xCECC6C) is known color: Goldenrod. HEX triplet: CE, CC and 6C. RGB value is (206,204,108). Sum of RGB (Red+Green+Blue) = 206+204+108=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 108 (42.58% from 255 or 20.85% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECC6C is #313393. Grayscale: #C2C2C2. Windows color (decimal): -3224468 or 7130318. OLE color: 7130318.
HSL color Cylindrical-coordinate representation of color #CECC6C: hue angle of 58.78º 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 #CECC6C is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 108 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.19 |
| HSL | 58.78º | 0.5% | 0.62% | - |
| HSV(B) | 58.78º | 0.48% | 0.81% | - |
| XYZ | 49.75 | 57.39 | 22.64 | - |
| YUV | 193.65 | 79.66 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 108 | 0 | 0.01 | 0.48 | 0.19 | 58.78 | 0.5 | 0.62 |
| Hex | CE | CC | 6C | 0 | 1 | 30 | 13 | 3B | 32 | 3E |
| Octal | 316 | 314 | 154 | 0 | 1 | 60 | 23 | 73 | 62 | 76 |
| Binary | 11001110 | 11001100 | 1101100 | 0 | 1 | 110000 | 10011 | 111011 | 110010 | 111110 |
Color Harmonies of #CECC6C
Complementary color
Monochromatic Colors of #CECC6C
Black with #CECC6C
Text Example
Text Example
White with #CECC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC6C; }
p { color: rgb(206,204,108); }
H1.HeaderClassName
{
color: #CECC6C;
}
.AnyTagClassName
{
color: #CECC6C;
}
</style>
background-color css
<style>
a { background-color: #CECC6C; }
a { background-color: rgb(206,204,108); }
div.DivClassName
{
background-color: #CECC6C;
}
.BgClassName
{
background-color: #CECC6C;
}
</style>
border-color css
<style>
span { border-color: #CECC6C; }
span { border-color: rgb(206,204,108); }
td.TdClassName
{
border-color: #CECC6C;
}
.TagClassName
{
border-color: #CECC6C;
}
</style>