Shades of Goldenrod #CECB6C
Tints of Goldenrod #CECB6C
RGB
CMYK
RGB Variations
Color information
#CECB6C (or 0xCECB6C) is known color: Goldenrod. HEX triplet: CE, CB and 6C. RGB value is (206,203,108). Sum of RGB (Red+Green+Blue) = 206+203+108=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 108 (42.58% from 255 or 20.89% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECB6C is #313493. Grayscale: #C1C1C1. Windows color (decimal): -3224724 or 7130062. OLE color: 7130062.
HSL color Cylindrical-coordinate representation of color #CECB6C: hue angle of 58.16º 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 #CECB6C is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 108 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.19 |
| HSL | 58.16º | 0.5% | 0.62% | - |
| HSV(B) | 58.16º | 0.48% | 0.81% | - |
| XYZ | 49.52 | 56.92 | 22.56 | - |
| YUV | 193.07 | 79.99 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 108 | 0 | 0.01 | 0.48 | 0.19 | 58.16 | 0.5 | 0.62 |
| Hex | CE | CB | 6C | 0 | 1 | 30 | 13 | 3A | 32 | 3E |
| Octal | 316 | 313 | 154 | 0 | 1 | 60 | 23 | 72 | 62 | 76 |
| Binary | 11001110 | 11001011 | 1101100 | 0 | 1 | 110000 | 10011 | 111010 | 110010 | 111110 |
Color Harmonies of #CECB6C
Complementary color
Monochromatic Colors of #CECB6C
Black with #CECB6C
Text Example
Text Example
White with #CECB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB6C; }
p { color: rgb(206,203,108); }
H1.HeaderClassName
{
color: #CECB6C;
}
.AnyTagClassName
{
color: #CECB6C;
}
</style>
background-color css
<style>
a { background-color: #CECB6C; }
a { background-color: rgb(206,203,108); }
div.DivClassName
{
background-color: #CECB6C;
}
.BgClassName
{
background-color: #CECB6C;
}
</style>
border-color css
<style>
span { border-color: #CECB6C; }
span { border-color: rgb(206,203,108); }
td.TdClassName
{
border-color: #CECB6C;
}
.TagClassName
{
border-color: #CECB6C;
}
</style>