Shades of Winter Hazel #CDC372
Tints of Winter Hazel #CDC372
RGB
CMYK
RGB Variations
Color information
#CDC372 (or 0xCDC372) is known color: Winter Hazel. HEX triplet: CD, C3 and 72. RGB value is (205,195,114). Sum of RGB (Red+Green+Blue) = 205+195+114=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC372 is #323C8D. Grayscale: #BDBDBD. Windows color (decimal): -3292302 or 7521229. OLE color: 7521229.
HSL color Cylindrical-coordinate representation of color #CDC372: hue angle of 53.41º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDC372 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 195 | 114 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.20 |
| HSL | 53.41º | 0.48% | 0.63% | - |
| HSV(B) | 53.41º | 0.44% | 0.8% | - |
| XYZ | 47.73 | 53.22 | 23.68 | - |
| YUV | 188.76 | 85.81 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 195 | 114 | 0 | 0.05 | 0.44 | 0.20 | 53.41 | 0.48 | 0.63 |
| Hex | CD | C3 | 72 | 0 | 5 | 2C | 14 | 35 | 30 | 3F |
| Octal | 315 | 303 | 162 | 0 | 5 | 54 | 24 | 65 | 60 | 77 |
| Binary | 11001101 | 11000011 | 1110010 | 0 | 101 | 101100 | 10100 | 110101 | 110000 | 111111 |
Color Harmonies of #CDC372
Complementary color
Monochromatic Colors of #CDC372
Black with #CDC372
Text Example
Text Example
White with #CDC372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC372; }
p { color: rgb(205,195,114); }
H1.HeaderClassName
{
color: #CDC372;
}
.AnyTagClassName
{
color: #CDC372;
}
</style>
background-color css
<style>
a { background-color: #CDC372; }
a { background-color: rgb(205,195,114); }
div.DivClassName
{
background-color: #CDC372;
}
.BgClassName
{
background-color: #CDC372;
}
</style>
border-color css
<style>
span { border-color: #CDC372; }
span { border-color: rgb(205,195,114); }
td.TdClassName
{
border-color: #CDC372;
}
.TagClassName
{
border-color: #CDC372;
}
</style>