Shades of Winter Hazel #CEC77B
Tints of Winter Hazel #CEC77B
RGB
CMYK
RGB Variations
Color information
#CEC77B (or 0xCEC77B) is known color: Winter Hazel. HEX triplet: CE, C7 and 7B. RGB value is (206,199,123). Sum of RGB (Red+Green+Blue) = 206+199+123=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 123 (48.44% from 255 or 23.30% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC77B is #313884. Grayscale: #C0C0C0. Windows color (decimal): -3225733 or 8112078. OLE color: 8112078.
HSL color Cylindrical-coordinate representation of color #CEC77B: hue angle of 54.94º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEC77B is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 123 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.19 |
| HSL | 54.94º | 0.46% | 0.65% | - |
| HSV(B) | 54.94º | 0.4% | 0.81% | - |
| XYZ | 49.45 | 55.4 | 26.83 | - |
| YUV | 192.43 | 88.82 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 123 | 0 | 0.03 | 0.40 | 0.19 | 54.94 | 0.46 | 0.65 |
| Hex | CE | C7 | 7B | 0 | 3 | 28 | 13 | 37 | 2E | 41 |
| Octal | 316 | 307 | 173 | 0 | 3 | 50 | 23 | 67 | 56 | 101 |
| Binary | 11001110 | 11000111 | 1111011 | 0 | 11 | 101000 | 10011 | 110111 | 101110 | 1000001 |
Color Harmonies of #CEC77B
Complementary color
Monochromatic Colors of #CEC77B
Black with #CEC77B
Text Example
Text Example
White with #CEC77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC77B; }
p { color: rgb(206,199,123); }
H1.HeaderClassName
{
color: #CEC77B;
}
.AnyTagClassName
{
color: #CEC77B;
}
</style>
background-color css
<style>
a { background-color: #CEC77B; }
a { background-color: rgb(206,199,123); }
div.DivClassName
{
background-color: #CEC77B;
}
.BgClassName
{
background-color: #CEC77B;
}
</style>
border-color css
<style>
span { border-color: #CEC77B; }
span { border-color: rgb(206,199,123); }
td.TdClassName
{
border-color: #CEC77B;
}
.TagClassName
{
border-color: #CEC77B;
}
</style>