Shades of Goldenrod #CEC96B
Tints of Goldenrod #CEC96B
RGB
CMYK
RGB Variations
Color information
#CEC96B (or 0xCEC96B) is known color: Goldenrod. HEX triplet: CE, C9 and 6B. RGB value is (206,201,107). Sum of RGB (Red+Green+Blue) = 206+201+107=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 107 (42.19% from 255 or 20.82% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC96B is #313694. Grayscale: #C0C0C0. Windows color (decimal): -3225237 or 7064014. OLE color: 7064014.
HSL color Cylindrical-coordinate representation of color #CEC96B: hue angle of 56.97º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEC96B is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 107 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.19 |
| HSL | 56.97º | 0.5% | 0.61% | - |
| HSV(B) | 56.97º | 0.48% | 0.81% | - |
| XYZ | 48.99 | 55.96 | 22.13 | - |
| YUV | 191.78 | 80.16 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 107 | 0 | 0.02 | 0.48 | 0.19 | 56.97 | 0.5 | 0.61 |
| Hex | CE | C9 | 6B | 0 | 2 | 30 | 13 | 39 | 32 | 3D |
| Octal | 316 | 311 | 153 | 0 | 2 | 60 | 23 | 71 | 62 | 75 |
| Binary | 11001110 | 11001001 | 1101011 | 0 | 10 | 110000 | 10011 | 111001 | 110010 | 111101 |
Color Harmonies of #CEC96B
Complementary color
Monochromatic Colors of #CEC96B
Black with #CEC96B
Text Example
Text Example
White with #CEC96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC96B; }
p { color: rgb(206,201,107); }
H1.HeaderClassName
{
color: #CEC96B;
}
.AnyTagClassName
{
color: #CEC96B;
}
</style>
background-color css
<style>
a { background-color: #CEC96B; }
a { background-color: rgb(206,201,107); }
div.DivClassName
{
background-color: #CEC96B;
}
.BgClassName
{
background-color: #CEC96B;
}
</style>
border-color css
<style>
span { border-color: #CEC96B; }
span { border-color: rgb(206,201,107); }
td.TdClassName
{
border-color: #CEC96B;
}
.TagClassName
{
border-color: #CEC96B;
}
</style>