Shades of Winter Hazel #CEC38D
Tints of Winter Hazel #CEC38D
RGB
CMYK
RGB Variations
Color information
#CEC38D (or 0xCEC38D) is known color: Winter Hazel. HEX triplet: CE, C3 and 8D. RGB value is (206,195,141). Sum of RGB (Red+Green+Blue) = 206+195+141=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 141 (55.47% from 255 or 26.01% from 542); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC38D is #313C72. Grayscale: #C0C0C0. Windows color (decimal): -3226739 or 9290702. OLE color: 9290702.
HSL color Cylindrical-coordinate representation of color #CEC38D: hue angle of 49.85º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEC38D is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 141 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.19 |
| HSL | 49.85º | 0.4% | 0.68% | - |
| HSV(B) | 49.85º | 0.32% | 0.81% | - |
| XYZ | 49.78 | 54.08 | 33.01 | - |
| YUV | 192.13 | 99.14 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 141 | 0 | 0.05 | 0.32 | 0.19 | 49.85 | 0.4 | 0.68 |
| Hex | CE | C3 | 8D | 0 | 5 | 20 | 13 | 32 | 28 | 44 |
| Octal | 316 | 303 | 215 | 0 | 5 | 40 | 23 | 62 | 50 | 104 |
| Binary | 11001110 | 11000011 | 10001101 | 0 | 101 | 100000 | 10011 | 110010 | 101000 | 1000100 |
Color Harmonies of #CEC38D
Complementary color
Monochromatic Colors of #CEC38D
Black with #CEC38D
Text Example
Text Example
White with #CEC38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC38D; }
p { color: rgb(206,195,141); }
H1.HeaderClassName
{
color: #CEC38D;
}
.AnyTagClassName
{
color: #CEC38D;
}
</style>
background-color css
<style>
a { background-color: #CEC38D; }
a { background-color: rgb(206,195,141); }
div.DivClassName
{
background-color: #CEC38D;
}
.BgClassName
{
background-color: #CEC38D;
}
</style>
border-color css
<style>
span { border-color: #CEC38D; }
span { border-color: rgb(206,195,141); }
td.TdClassName
{
border-color: #CEC38D;
}
.TagClassName
{
border-color: #CEC38D;
}
</style>