Shades of Winter Hazel #CDC270
Tints of Winter Hazel #CDC270
RGB
CMYK
RGB Variations
Color information
#CDC270 (or 0xCDC270) is known color: Winter Hazel. HEX triplet: CD, C2 and 70. RGB value is (205,194,112). Sum of RGB (Red+Green+Blue) = 205+194+112=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC270 is #323D8F. Grayscale: #BCBCBC. Windows color (decimal): -3292560 or 7389901. OLE color: 7389901.
HSL color Cylindrical-coordinate representation of color #CDC270: hue angle of 52.9º 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 #CDC270 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 112 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.20 |
| HSL | 52.9º | 0.48% | 0.62% | - |
| HSV(B) | 52.9º | 0.45% | 0.8% | - |
| XYZ | 47.39 | 52.73 | 23.01 | - |
| YUV | 187.94 | 85.14 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 112 | 0 | 0.05 | 0.45 | 0.20 | 52.9 | 0.48 | 0.62 |
| Hex | CD | C2 | 70 | 0 | 5 | 2D | 14 | 35 | 30 | 3E |
| Octal | 315 | 302 | 160 | 0 | 5 | 55 | 24 | 65 | 60 | 76 |
| Binary | 11001101 | 11000010 | 1110000 | 0 | 101 | 101101 | 10100 | 110101 | 110000 | 111110 |
Color Harmonies of #CDC270
Complementary color
Monochromatic Colors of #CDC270
Black with #CDC270
Text Example
Text Example
White with #CDC270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC270; }
p { color: rgb(205,194,112); }
H1.HeaderClassName
{
color: #CDC270;
}
.AnyTagClassName
{
color: #CDC270;
}
</style>
background-color css
<style>
a { background-color: #CDC270; }
a { background-color: rgb(205,194,112); }
div.DivClassName
{
background-color: #CDC270;
}
.BgClassName
{
background-color: #CDC270;
}
</style>
border-color css
<style>
span { border-color: #CDC270; }
span { border-color: rgb(205,194,112); }
td.TdClassName
{
border-color: #CDC270;
}
.TagClassName
{
border-color: #CDC270;
}
</style>