Shades of Winter Hazel #CDC370
Tints of Winter Hazel #CDC370
RGB
CMYK
RGB Variations
Color information
#CDC370 (or 0xCDC370) is known color: Winter Hazel. HEX triplet: CD, C3 and 70. RGB value is (205,195,112). Sum of RGB (Red+Green+Blue) = 205+195+112=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC370 is #323C8F. Grayscale: #BCBCBC. Windows color (decimal): -3292304 or 7390157. OLE color: 7390157.
HSL color Cylindrical-coordinate representation of color #CDC370: hue angle of 53.55º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDC370 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 195 | 112 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.20 |
| HSL | 53.55º | 0.48% | 0.62% | - |
| HSV(B) | 53.55º | 0.45% | 0.8% | - |
| XYZ | 47.62 | 53.18 | 23.08 | - |
| YUV | 188.53 | 84.81 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 195 | 112 | 0 | 0.05 | 0.45 | 0.20 | 53.55 | 0.48 | 0.62 |
| Hex | CD | C3 | 70 | 0 | 5 | 2D | 14 | 36 | 30 | 3E |
| Octal | 315 | 303 | 160 | 0 | 5 | 55 | 24 | 66 | 60 | 76 |
| Binary | 11001101 | 11000011 | 1110000 | 0 | 101 | 101101 | 10100 | 110110 | 110000 | 111110 |
Color Harmonies of #CDC370
Complementary color
Monochromatic Colors of #CDC370
Black with #CDC370
Text Example
Text Example
White with #CDC370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC370; }
p { color: rgb(205,195,112); }
H1.HeaderClassName
{
color: #CDC370;
}
.AnyTagClassName
{
color: #CDC370;
}
</style>
background-color css
<style>
a { background-color: #CDC370; }
a { background-color: rgb(205,195,112); }
div.DivClassName
{
background-color: #CDC370;
}
.BgClassName
{
background-color: #CDC370;
}
</style>
border-color css
<style>
span { border-color: #CDC370; }
span { border-color: rgb(205,195,112); }
td.TdClassName
{
border-color: #CDC370;
}
.TagClassName
{
border-color: #CDC370;
}
</style>