Shades of Winter Hazel #CDC476
Tints of Winter Hazel #CDC476
RGB
CMYK
RGB Variations
Color information
#CDC476 (or 0xCDC476) is known color: Winter Hazel. HEX triplet: CD, C4 and 76. RGB value is (205,196,118). Sum of RGB (Red+Green+Blue) = 205+196+118=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 118 (46.48% from 255 or 22.74% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC476 is #323B89. Grayscale: #BEBEBE. Windows color (decimal): -3292042 or 7783629. OLE color: 7783629.
HSL color Cylindrical-coordinate representation of color #CDC476: hue angle of 53.79º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDC476 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 118 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.20 |
| HSL | 53.79º | 0.47% | 0.63% | - |
| HSV(B) | 53.79º | 0.42% | 0.8% | - |
| XYZ | 48.19 | 53.77 | 24.98 | - |
| YUV | 189.8 | 87.48 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 118 | 0 | 0.04 | 0.42 | 0.20 | 53.79 | 0.47 | 0.63 |
| Hex | CD | C4 | 76 | 0 | 4 | 2A | 14 | 36 | 2F | 3F |
| Octal | 315 | 304 | 166 | 0 | 4 | 52 | 24 | 66 | 57 | 77 |
| Binary | 11001101 | 11000100 | 1110110 | 0 | 100 | 101010 | 10100 | 110110 | 101111 | 111111 |
Color Harmonies of #CDC476
Complementary color
Monochromatic Colors of #CDC476
Black with #CDC476
Text Example
Text Example
White with #CDC476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC476; }
p { color: rgb(205,196,118); }
H1.HeaderClassName
{
color: #CDC476;
}
.AnyTagClassName
{
color: #CDC476;
}
</style>
background-color css
<style>
a { background-color: #CDC476; }
a { background-color: rgb(205,196,118); }
div.DivClassName
{
background-color: #CDC476;
}
.BgClassName
{
background-color: #CDC476;
}
</style>
border-color css
<style>
span { border-color: #CDC476; }
span { border-color: rgb(205,196,118); }
td.TdClassName
{
border-color: #CDC476;
}
.TagClassName
{
border-color: #CDC476;
}
</style>