Shades of Winter Hazel #CDC778
Tints of Winter Hazel #CDC778
RGB
CMYK
RGB Variations
Color information
#CDC778 (or 0xCDC778) is known color: Winter Hazel. HEX triplet: CD, C7 and 78. RGB value is (205,199,120). Sum of RGB (Red+Green+Blue) = 205+199+120=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 120 (47.27% from 255 or 22.90% from 524); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC778 is #323887. Grayscale: #C0C0C0. Windows color (decimal): -3291272 or 7915469. OLE color: 7915469.
HSL color Cylindrical-coordinate representation of color #CDC778: hue angle of 55.76º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDC778 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 120 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.20 |
| HSL | 55.76º | 0.46% | 0.64% | - |
| HSV(B) | 55.76º | 0.41% | 0.8% | - |
| XYZ | 48.99 | 55.18 | 25.84 | - |
| YUV | 191.79 | 87.49 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 120 | 0 | 0.03 | 0.41 | 0.20 | 55.76 | 0.46 | 0.64 |
| Hex | CD | C7 | 78 | 0 | 3 | 29 | 14 | 38 | 2E | 40 |
| Octal | 315 | 307 | 170 | 0 | 3 | 51 | 24 | 70 | 56 | 100 |
| Binary | 11001101 | 11000111 | 1111000 | 0 | 11 | 101001 | 10100 | 111000 | 101110 | 1000000 |
Color Harmonies of #CDC778
Complementary color
Monochromatic Colors of #CDC778
Black with #CDC778
Text Example
Text Example
White with #CDC778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC778; }
p { color: rgb(205,199,120); }
H1.HeaderClassName
{
color: #CDC778;
}
.AnyTagClassName
{
color: #CDC778;
}
</style>
background-color css
<style>
a { background-color: #CDC778; }
a { background-color: rgb(205,199,120); }
div.DivClassName
{
background-color: #CDC778;
}
.BgClassName
{
background-color: #CDC778;
}
</style>
border-color css
<style>
span { border-color: #CDC778; }
span { border-color: rgb(205,199,120); }
td.TdClassName
{
border-color: #CDC778;
}
.TagClassName
{
border-color: #CDC778;
}
</style>