Shades of Winter Hazel #CDC773
Tints of Winter Hazel #CDC773
RGB
CMYK
RGB Variations
Color information
#CDC773 (or 0xCDC773) is known color: Winter Hazel. HEX triplet: CD, C7 and 73. RGB value is (205,199,115). Sum of RGB (Red+Green+Blue) = 205+199+115=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 115 (45.31% from 255 or 22.16% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC773 is #32388C. Grayscale: #BFBFBF. Windows color (decimal): -3291277 or 7587789. OLE color: 7587789.
HSL color Cylindrical-coordinate representation of color #CDC773: hue angle of 56º degrees, saturation: 0.47, 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 #CDC773 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 115 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.20 |
| HSL | 56º | 0.47% | 0.63% | - |
| HSV(B) | 56º | 0.44% | 0.8% | - |
| XYZ | 48.69 | 55.06 | 24.28 | - |
| YUV | 191.22 | 84.99 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 115 | 0 | 0.03 | 0.44 | 0.20 | 56 | 0.47 | 0.63 |
| Hex | CD | C7 | 73 | 0 | 3 | 2C | 14 | 38 | 2F | 3F |
| Octal | 315 | 307 | 163 | 0 | 3 | 54 | 24 | 70 | 57 | 77 |
| Binary | 11001101 | 11000111 | 1110011 | 0 | 11 | 101100 | 10100 | 111000 | 101111 | 111111 |
Color Harmonies of #CDC773
Complementary color
Monochromatic Colors of #CDC773
Black with #CDC773
Text Example
Text Example
White with #CDC773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC773; }
p { color: rgb(205,199,115); }
H1.HeaderClassName
{
color: #CDC773;
}
.AnyTagClassName
{
color: #CDC773;
}
</style>
background-color css
<style>
a { background-color: #CDC773; }
a { background-color: rgb(205,199,115); }
div.DivClassName
{
background-color: #CDC773;
}
.BgClassName
{
background-color: #CDC773;
}
</style>
border-color css
<style>
span { border-color: #CDC773; }
span { border-color: rgb(205,199,115); }
td.TdClassName
{
border-color: #CDC773;
}
.TagClassName
{
border-color: #CDC773;
}
</style>