Shades of Winter Hazel #CDC478
Tints of Winter Hazel #CDC478
RGB
CMYK
RGB Variations
Color information
#CDC478 (or 0xCDC478) is known color: Winter Hazel. HEX triplet: CD, C4 and 78. RGB value is (205,196,120). Sum of RGB (Red+Green+Blue) = 205+196+120=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 120 (47.27% from 255 or 23.03% from 521); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC478 is #323B87. Grayscale: #BEBEBE. Windows color (decimal): -3292040 or 7914701. OLE color: 7914701.
HSL color Cylindrical-coordinate representation of color #CDC478: hue angle of 53.65º 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 #CDC478 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 120 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.20 |
| HSL | 53.65º | 0.46% | 0.64% | - |
| HSV(B) | 53.65º | 0.41% | 0.8% | - |
| XYZ | 48.31 | 53.82 | 25.61 | - |
| YUV | 190.03 | 88.48 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 120 | 0 | 0.04 | 0.41 | 0.20 | 53.65 | 0.46 | 0.64 |
| Hex | CD | C4 | 78 | 0 | 4 | 29 | 14 | 36 | 2E | 40 |
| Octal | 315 | 304 | 170 | 0 | 4 | 51 | 24 | 66 | 56 | 100 |
| Binary | 11001101 | 11000100 | 1111000 | 0 | 100 | 101001 | 10100 | 110110 | 101110 | 1000000 |
Color Harmonies of #CDC478
Complementary color
Monochromatic Colors of #CDC478
Black with #CDC478
Text Example
Text Example
White with #CDC478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC478; }
p { color: rgb(205,196,120); }
H1.HeaderClassName
{
color: #CDC478;
}
.AnyTagClassName
{
color: #CDC478;
}
</style>
background-color css
<style>
a { background-color: #CDC478; }
a { background-color: rgb(205,196,120); }
div.DivClassName
{
background-color: #CDC478;
}
.BgClassName
{
background-color: #CDC478;
}
</style>
border-color css
<style>
span { border-color: #CDC478; }
span { border-color: rgb(205,196,120); }
td.TdClassName
{
border-color: #CDC478;
}
.TagClassName
{
border-color: #CDC478;
}
</style>