Shades of Winter Hazel #CDC071
Tints of Winter Hazel #CDC071
RGB
CMYK
RGB Variations
Color information
#CDC071 (or 0xCDC071) is known color: Winter Hazel. HEX triplet: CD, C0 and 71. RGB value is (205,192,113). Sum of RGB (Red+Green+Blue) = 205+192+113=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 113 (44.53% from 255 or 22.16% from 510); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC071 is #323F8E. Grayscale: #BBBBBB. Windows color (decimal): -3293071 or 7454925. OLE color: 7454925.
HSL color Cylindrical-coordinate representation of color #CDC071: hue angle of 51.52º 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 #CDC071 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 113 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.20 |
| HSL | 51.52º | 0.48% | 0.62% | - |
| HSV(B) | 51.52º | 0.45% | 0.8% | - |
| XYZ | 47.01 | 51.87 | 23.16 | - |
| YUV | 186.88 | 86.31 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 113 | 0 | 0.06 | 0.45 | 0.20 | 51.52 | 0.48 | 0.62 |
| Hex | CD | C0 | 71 | 0 | 6 | 2D | 14 | 34 | 30 | 3E |
| Octal | 315 | 300 | 161 | 0 | 6 | 55 | 24 | 64 | 60 | 76 |
| Binary | 11001101 | 11000000 | 1110001 | 0 | 110 | 101101 | 10100 | 110100 | 110000 | 111110 |
Color Harmonies of #CDC071
Complementary color
Monochromatic Colors of #CDC071
Black with #CDC071
Text Example
Text Example
White with #CDC071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC071; }
p { color: rgb(205,192,113); }
H1.HeaderClassName
{
color: #CDC071;
}
.AnyTagClassName
{
color: #CDC071;
}
</style>
background-color css
<style>
a { background-color: #CDC071; }
a { background-color: rgb(205,192,113); }
div.DivClassName
{
background-color: #CDC071;
}
.BgClassName
{
background-color: #CDC071;
}
</style>
border-color css
<style>
span { border-color: #CDC071; }
span { border-color: rgb(205,192,113); }
td.TdClassName
{
border-color: #CDC071;
}
.TagClassName
{
border-color: #CDC071;
}
</style>