Shades of Winter Hazel #CDC78C
Tints of Winter Hazel #CDC78C
RGB
CMYK
RGB Variations
Color information
#CDC78C (or 0xCDC78C) is known color: Winter Hazel. HEX triplet: CD, C7 and 8C. RGB value is (205,199,140). Sum of RGB (Red+Green+Blue) = 205+199+140=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 199 (78.12% from 255 or 36.58% from 544); Blue value is 140 (55.08% from 255 or 25.74% from 544); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC78C is #323873. Grayscale: #C2C2C2. Windows color (decimal): -3291252 or 9226189. OLE color: 9226189.
HSL color Cylindrical-coordinate representation of color #CDC78C: hue angle of 54.46º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDC78C is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 140 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.20 |
| HSL | 54.46º | 0.39% | 0.68% | - |
| HSV(B) | 54.46º | 0.32% | 0.8% | - |
| XYZ | 50.33 | 55.72 | 32.91 | - |
| YUV | 194.07 | 97.49 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 140 | 0 | 0.03 | 0.32 | 0.20 | 54.46 | 0.39 | 0.68 |
| Hex | CD | C7 | 8C | 0 | 3 | 20 | 14 | 36 | 27 | 44 |
| Octal | 315 | 307 | 214 | 0 | 3 | 40 | 24 | 66 | 47 | 104 |
| Binary | 11001101 | 11000111 | 10001100 | 0 | 11 | 100000 | 10100 | 110110 | 100111 | 1000100 |
Color Harmonies of #CDC78C
Complementary color
Monochromatic Colors of #CDC78C
Black with #CDC78C
Text Example
Text Example
White with #CDC78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC78C; }
p { color: rgb(205,199,140); }
H1.HeaderClassName
{
color: #CDC78C;
}
.AnyTagClassName
{
color: #CDC78C;
}
</style>
background-color css
<style>
a { background-color: #CDC78C; }
a { background-color: rgb(205,199,140); }
div.DivClassName
{
background-color: #CDC78C;
}
.BgClassName
{
background-color: #CDC78C;
}
</style>
border-color css
<style>
span { border-color: #CDC78C; }
span { border-color: rgb(205,199,140); }
td.TdClassName
{
border-color: #CDC78C;
}
.TagClassName
{
border-color: #CDC78C;
}
</style>