Shades of Goldenrod #CEC96C
Tints of Goldenrod #CEC96C
RGB
CMYK
RGB Variations
Color information
#CEC96C (or 0xCEC96C) is known color: Goldenrod. HEX triplet: CE, C9 and 6C. RGB value is (206,201,108). Sum of RGB (Red+Green+Blue) = 206+201+108=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 108 (42.58% from 255 or 20.97% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC96C is #313693. Grayscale: #C0C0C0. Windows color (decimal): -3225236 or 7129550. OLE color: 7129550.
HSL color Cylindrical-coordinate representation of color #CEC96C: hue angle of 56.94º 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 #CEC96C is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 108 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.19 |
| HSL | 56.94º | 0.5% | 0.62% | - |
| HSV(B) | 56.94º | 0.48% | 0.81% | - |
| XYZ | 49.05 | 55.98 | 22.41 | - |
| YUV | 191.89 | 80.66 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 108 | 0 | 0.02 | 0.48 | 0.19 | 56.94 | 0.5 | 0.62 |
| Hex | CE | C9 | 6C | 0 | 2 | 30 | 13 | 39 | 32 | 3E |
| Octal | 316 | 311 | 154 | 0 | 2 | 60 | 23 | 71 | 62 | 76 |
| Binary | 11001110 | 11001001 | 1101100 | 0 | 10 | 110000 | 10011 | 111001 | 110010 | 111110 |
Color Harmonies of #CEC96C
Complementary color
Monochromatic Colors of #CEC96C
Black with #CEC96C
Text Example
Text Example
White with #CEC96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC96C; }
p { color: rgb(206,201,108); }
H1.HeaderClassName
{
color: #CEC96C;
}
.AnyTagClassName
{
color: #CEC96C;
}
</style>
background-color css
<style>
a { background-color: #CEC96C; }
a { background-color: rgb(206,201,108); }
div.DivClassName
{
background-color: #CEC96C;
}
.BgClassName
{
background-color: #CEC96C;
}
</style>
border-color css
<style>
span { border-color: #CEC96C; }
span { border-color: rgb(206,201,108); }
td.TdClassName
{
border-color: #CEC96C;
}
.TagClassName
{
border-color: #CEC96C;
}
</style>