Shades of Winter Hazel #CDC888
Tints of Winter Hazel #CDC888
RGB
CMYK
RGB Variations
Color information
#CDC888 (or 0xCDC888) is known color: Winter Hazel. HEX triplet: CD, C8 and 88. RGB value is (205,200,136). Sum of RGB (Red+Green+Blue) = 205+200+136=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 136 (53.52% from 255 or 25.14% from 541); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC888 is #323777. Grayscale: #C2C2C2. Windows color (decimal): -3291000 or 8964301. OLE color: 8964301.
HSL color Cylindrical-coordinate representation of color #CDC888: hue angle of 55.65º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDC888 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 136 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.20 |
| HSL | 55.65º | 0.41% | 0.67% | - |
| HSV(B) | 55.65º | 0.34% | 0.8% | - |
| XYZ | 50.28 | 56.07 | 31.46 | - |
| YUV | 194.2 | 95.16 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 136 | 0 | 0.02 | 0.34 | 0.20 | 55.65 | 0.41 | 0.67 |
| Hex | CD | C8 | 88 | 0 | 2 | 22 | 14 | 38 | 29 | 43 |
| Octal | 315 | 310 | 210 | 0 | 2 | 42 | 24 | 70 | 51 | 103 |
| Binary | 11001101 | 11001000 | 10001000 | 0 | 10 | 100010 | 10100 | 111000 | 101001 | 1000011 |
Color Harmonies of #CDC888
Complementary color
Monochromatic Colors of #CDC888
Black with #CDC888
Text Example
Text Example
White with #CDC888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC888; }
p { color: rgb(205,200,136); }
H1.HeaderClassName
{
color: #CDC888;
}
.AnyTagClassName
{
color: #CDC888;
}
</style>
background-color css
<style>
a { background-color: #CDC888; }
a { background-color: rgb(205,200,136); }
div.DivClassName
{
background-color: #CDC888;
}
.BgClassName
{
background-color: #CDC888;
}
</style>
border-color css
<style>
span { border-color: #CDC888; }
span { border-color: rgb(205,200,136); }
td.TdClassName
{
border-color: #CDC888;
}
.TagClassName
{
border-color: #CDC888;
}
</style>