Shades of Winter Hazel #CEC37D
Tints of Winter Hazel #CEC37D
RGB
CMYK
RGB Variations
Color information
#CEC37D (or 0xCEC37D) is known color: Winter Hazel. HEX triplet: CE, C3 and 7D. RGB value is (206,195,125). Sum of RGB (Red+Green+Blue) = 206+195+125=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC37D is #313C82. Grayscale: #BEBEBE. Windows color (decimal): -3226755 or 8242126. OLE color: 8242126.
HSL color Cylindrical-coordinate representation of color #CEC37D: hue angle of 51.85º 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 #CEC37D is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 125 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.19 |
| HSL | 51.85º | 0.45% | 0.65% | - |
| HSV(B) | 51.85º | 0.39% | 0.81% | - |
| XYZ | 48.67 | 53.63 | 27.19 | - |
| YUV | 190.31 | 91.14 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 125 | 0 | 0.05 | 0.39 | 0.19 | 51.85 | 0.45 | 0.65 |
| Hex | CE | C3 | 7D | 0 | 5 | 27 | 13 | 34 | 2D | 41 |
| Octal | 316 | 303 | 175 | 0 | 5 | 47 | 23 | 64 | 55 | 101 |
| Binary | 11001110 | 11000011 | 1111101 | 0 | 101 | 100111 | 10011 | 110100 | 101101 | 1000001 |
Color Harmonies of #CEC37D
Complementary color
Monochromatic Colors of #CEC37D
Black with #CEC37D
Text Example
Text Example
White with #CEC37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC37D; }
p { color: rgb(206,195,125); }
H1.HeaderClassName
{
color: #CEC37D;
}
.AnyTagClassName
{
color: #CEC37D;
}
</style>
background-color css
<style>
a { background-color: #CEC37D; }
a { background-color: rgb(206,195,125); }
div.DivClassName
{
background-color: #CEC37D;
}
.BgClassName
{
background-color: #CEC37D;
}
</style>
border-color css
<style>
span { border-color: #CEC37D; }
span { border-color: rgb(206,195,125); }
td.TdClassName
{
border-color: #CEC37D;
}
.TagClassName
{
border-color: #CEC37D;
}
</style>