Shades of Winter Hazel #CDC777
Tints of Winter Hazel #CDC777
RGB
CMYK
RGB Variations
Color information
#CDC777 (or 0xCDC777) is known color: Winter Hazel. HEX triplet: CD, C7 and 77. RGB value is (205,199,119). Sum of RGB (Red+Green+Blue) = 205+199+119=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 119 (46.88% from 255 or 22.75% from 523); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC777 is #323888. Grayscale: #C0C0C0. Windows color (decimal): -3291273 or 7849933. OLE color: 7849933.
HSL color Cylindrical-coordinate representation of color #CDC777: hue angle of 55.81º 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 #CDC777 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 119 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.20 |
| HSL | 55.81º | 0.46% | 0.64% | - |
| HSV(B) | 55.81º | 0.42% | 0.8% | - |
| XYZ | 48.93 | 55.16 | 25.52 | - |
| YUV | 191.67 | 86.99 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 119 | 0 | 0.03 | 0.42 | 0.20 | 55.81 | 0.46 | 0.64 |
| Hex | CD | C7 | 77 | 0 | 3 | 2A | 14 | 38 | 2E | 40 |
| Octal | 315 | 307 | 167 | 0 | 3 | 52 | 24 | 70 | 56 | 100 |
| Binary | 11001101 | 11000111 | 1110111 | 0 | 11 | 101010 | 10100 | 111000 | 101110 | 1000000 |
Color Harmonies of #CDC777
Complementary color
Monochromatic Colors of #CDC777
Black with #CDC777
Text Example
Text Example
White with #CDC777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC777; }
p { color: rgb(205,199,119); }
H1.HeaderClassName
{
color: #CDC777;
}
.AnyTagClassName
{
color: #CDC777;
}
</style>
background-color css
<style>
a { background-color: #CDC777; }
a { background-color: rgb(205,199,119); }
div.DivClassName
{
background-color: #CDC777;
}
.BgClassName
{
background-color: #CDC777;
}
</style>
border-color css
<style>
span { border-color: #CDC777; }
span { border-color: rgb(205,199,119); }
td.TdClassName
{
border-color: #CDC777;
}
.TagClassName
{
border-color: #CDC777;
}
</style>