Shades of Winter Hazel #CDC572
Tints of Winter Hazel #CDC572
RGB
CMYK
RGB Variations
Color information
#CDC572 (or 0xCDC572) is known color: Winter Hazel. HEX triplet: CD, C5 and 72. RGB value is (205,197,114). Sum of RGB (Red+Green+Blue) = 205+197+114=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 114 (44.92% from 255 or 22.09% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC572 is #323A8D. Grayscale: #BEBEBE. Windows color (decimal): -3291790 or 7521741. OLE color: 7521741.
HSL color Cylindrical-coordinate representation of color #CDC572: hue angle of 54.73º 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 #CDC572 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 114 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.20 |
| HSL | 54.73º | 0.48% | 0.63% | - |
| HSV(B) | 54.73º | 0.44% | 0.8% | - |
| XYZ | 48.18 | 54.13 | 23.83 | - |
| YUV | 189.93 | 85.15 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 114 | 0 | 0.04 | 0.44 | 0.20 | 54.73 | 0.48 | 0.63 |
| Hex | CD | C5 | 72 | 0 | 4 | 2C | 14 | 37 | 30 | 3F |
| Octal | 315 | 305 | 162 | 0 | 4 | 54 | 24 | 67 | 60 | 77 |
| Binary | 11001101 | 11000101 | 1110010 | 0 | 100 | 101100 | 10100 | 110111 | 110000 | 111111 |
Color Harmonies of #CDC572
Complementary color
Monochromatic Colors of #CDC572
Black with #CDC572
Text Example
Text Example
White with #CDC572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC572; }
p { color: rgb(205,197,114); }
H1.HeaderClassName
{
color: #CDC572;
}
.AnyTagClassName
{
color: #CDC572;
}
</style>
background-color css
<style>
a { background-color: #CDC572; }
a { background-color: rgb(205,197,114); }
div.DivClassName
{
background-color: #CDC572;
}
.BgClassName
{
background-color: #CDC572;
}
</style>
border-color css
<style>
span { border-color: #CDC572; }
span { border-color: rgb(205,197,114); }
td.TdClassName
{
border-color: #CDC572;
}
.TagClassName
{
border-color: #CDC572;
}
</style>