Shades of Winter Hazel #CDC677
Tints of Winter Hazel #CDC677
RGB
CMYK
RGB Variations
Color information
#CDC677 (or 0xCDC677) is known color: Winter Hazel. HEX triplet: CD, C6 and 77. RGB value is (205,198,119). Sum of RGB (Red+Green+Blue) = 205+198+119=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 119 (46.88% from 255 or 22.80% from 522); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC677 is #323988. Grayscale: #BFBFBF. Windows color (decimal): -3291529 or 7849677. OLE color: 7849677.
HSL color Cylindrical-coordinate representation of color #CDC677: hue angle of 55.12º 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 #CDC677 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 119 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.20 |
| HSL | 55.12º | 0.46% | 0.64% | - |
| HSV(B) | 55.12º | 0.42% | 0.8% | - |
| XYZ | 48.7 | 54.7 | 25.44 | - |
| YUV | 191.09 | 87.32 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 119 | 0 | 0.03 | 0.42 | 0.20 | 55.12 | 0.46 | 0.64 |
| Hex | CD | C6 | 77 | 0 | 3 | 2A | 14 | 37 | 2E | 40 |
| Octal | 315 | 306 | 167 | 0 | 3 | 52 | 24 | 67 | 56 | 100 |
| Binary | 11001101 | 11000110 | 1110111 | 0 | 11 | 101010 | 10100 | 110111 | 101110 | 1000000 |
Color Harmonies of #CDC677
Complementary color
Monochromatic Colors of #CDC677
Black with #CDC677
Text Example
Text Example
White with #CDC677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC677; }
p { color: rgb(205,198,119); }
H1.HeaderClassName
{
color: #CDC677;
}
.AnyTagClassName
{
color: #CDC677;
}
</style>
background-color css
<style>
a { background-color: #CDC677; }
a { background-color: rgb(205,198,119); }
div.DivClassName
{
background-color: #CDC677;
}
.BgClassName
{
background-color: #CDC677;
}
</style>
border-color css
<style>
span { border-color: #CDC677; }
span { border-color: rgb(205,198,119); }
td.TdClassName
{
border-color: #CDC677;
}
.TagClassName
{
border-color: #CDC677;
}
</style>