Shades of Winter Hazel #CDC577
Tints of Winter Hazel #CDC577
RGB
CMYK
RGB Variations
Color information
#CDC577 (or 0xCDC577) is known color: Winter Hazel. HEX triplet: CD, C5 and 77. RGB value is (205,197,119). Sum of RGB (Red+Green+Blue) = 205+197+119=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 119 (46.88% from 255 or 22.84% from 521); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC577 is #323A88. Grayscale: #BEBEBE. Windows color (decimal): -3291785 or 7849421. OLE color: 7849421.
HSL color Cylindrical-coordinate representation of color #CDC577: hue angle of 54.42º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDC577 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 119 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.20 |
| HSL | 54.42º | 0.46% | 0.64% | - |
| HSV(B) | 54.42º | 0.42% | 0.8% | - |
| XYZ | 48.47 | 54.24 | 25.37 | - |
| YUV | 190.5 | 87.65 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 119 | 0 | 0.04 | 0.42 | 0.20 | 54.42 | 0.46 | 0.64 |
| Hex | CD | C5 | 77 | 0 | 4 | 2A | 14 | 36 | 2E | 40 |
| Octal | 315 | 305 | 167 | 0 | 4 | 52 | 24 | 66 | 56 | 100 |
| Binary | 11001101 | 11000101 | 1110111 | 0 | 100 | 101010 | 10100 | 110110 | 101110 | 1000000 |
Color Harmonies of #CDC577
Complementary color
Monochromatic Colors of #CDC577
Black with #CDC577
Text Example
Text Example
White with #CDC577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC577; }
p { color: rgb(205,197,119); }
H1.HeaderClassName
{
color: #CDC577;
}
.AnyTagClassName
{
color: #CDC577;
}
</style>
background-color css
<style>
a { background-color: #CDC577; }
a { background-color: rgb(205,197,119); }
div.DivClassName
{
background-color: #CDC577;
}
.BgClassName
{
background-color: #CDC577;
}
</style>
border-color css
<style>
span { border-color: #CDC577; }
span { border-color: rgb(205,197,119); }
td.TdClassName
{
border-color: #CDC577;
}
.TagClassName
{
border-color: #CDC577;
}
</style>