Shades of Winter Hazel #CEC77D
Tints of Winter Hazel #CEC77D
RGB
CMYK
RGB Variations
Color information
#CEC77D (or 0xCEC77D) is known color: Winter Hazel. HEX triplet: CE, C7 and 7D. RGB value is (206,199,125). Sum of RGB (Red+Green+Blue) = 206+199+125=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 199 (78.12% from 255 or 37.55% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC77D is #313882. Grayscale: #C0C0C0. Windows color (decimal): -3225731 or 8243150. OLE color: 8243150.
HSL color Cylindrical-coordinate representation of color #CEC77D: hue angle of 54.81º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CEC77D is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 125 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.19 |
| HSL | 54.81º | 0.45% | 0.65% | - |
| HSV(B) | 54.81º | 0.39% | 0.81% | - |
| XYZ | 49.58 | 55.45 | 27.49 | - |
| YUV | 192.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 125 | 0 | 0.03 | 0.39 | 0.19 | 54.81 | 0.45 | 0.65 |
| Hex | CE | C7 | 7D | 0 | 3 | 27 | 13 | 37 | 2D | 41 |
| Octal | 316 | 307 | 175 | 0 | 3 | 47 | 23 | 67 | 55 | 101 |
| Binary | 11001110 | 11000111 | 1111101 | 0 | 11 | 100111 | 10011 | 110111 | 101101 | 1000001 |
Color Harmonies of #CEC77D
Complementary color
Monochromatic Colors of #CEC77D
Black with #CEC77D
Text Example
Text Example
White with #CEC77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC77D; }
p { color: rgb(206,199,125); }
H1.HeaderClassName
{
color: #CEC77D;
}
.AnyTagClassName
{
color: #CEC77D;
}
</style>
background-color css
<style>
a { background-color: #CEC77D; }
a { background-color: rgb(206,199,125); }
div.DivClassName
{
background-color: #CEC77D;
}
.BgClassName
{
background-color: #CEC77D;
}
</style>
border-color css
<style>
span { border-color: #CEC77D; }
span { border-color: rgb(206,199,125); }
td.TdClassName
{
border-color: #CEC77D;
}
.TagClassName
{
border-color: #CEC77D;
}
</style>