Shades of Winter Hazel #CDC87F
Tints of Winter Hazel #CDC87F
RGB
CMYK
RGB Variations
Color information
#CDC87F (or 0xCDC87F) is known color: Winter Hazel. HEX triplet: CD, C8 and 7F. RGB value is (205,200,127). Sum of RGB (Red+Green+Blue) = 205+200+127=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 127 (50% from 255 or 23.87% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC87F is #323780. Grayscale: #C1C1C1. Windows color (decimal): -3291009 or 8374477. OLE color: 8374477.
HSL color Cylindrical-coordinate representation of color #CDC87F: hue angle of 56.15º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDC87F is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 127 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.20 |
| HSL | 56.15º | 0.44% | 0.65% | - |
| HSV(B) | 56.15º | 0.38% | 0.8% | - |
| XYZ | 49.66 | 55.82 | 28.24 | - |
| YUV | 193.17 | 90.66 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 127 | 0 | 0.02 | 0.38 | 0.20 | 56.15 | 0.44 | 0.65 |
| Hex | CD | C8 | 7F | 0 | 2 | 26 | 14 | 38 | 2C | 41 |
| Octal | 315 | 310 | 177 | 0 | 2 | 46 | 24 | 70 | 54 | 101 |
| Binary | 11001101 | 11001000 | 1111111 | 0 | 10 | 100110 | 10100 | 111000 | 101100 | 1000001 |
Color Harmonies of #CDC87F
Complementary color
Monochromatic Colors of #CDC87F
Black with #CDC87F
Text Example
Text Example
White with #CDC87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC87F; }
p { color: rgb(205,200,127); }
H1.HeaderClassName
{
color: #CDC87F;
}
.AnyTagClassName
{
color: #CDC87F;
}
</style>
background-color css
<style>
a { background-color: #CDC87F; }
a { background-color: rgb(205,200,127); }
div.DivClassName
{
background-color: #CDC87F;
}
.BgClassName
{
background-color: #CDC87F;
}
</style>
border-color css
<style>
span { border-color: #CDC87F; }
span { border-color: rgb(205,200,127); }
td.TdClassName
{
border-color: #CDC87F;
}
.TagClassName
{
border-color: #CDC87F;
}
</style>