Shades of Winter Hazel #CDC78E
Tints of Winter Hazel #CDC78E
RGB
CMYK
RGB Variations
Color information
#CDC78E (or 0xCDC78E) is known color: Winter Hazel. HEX triplet: CD, C7 and 8E. RGB value is (205,199,142). Sum of RGB (Red+Green+Blue) = 205+199+142=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 199 (78.12% from 255 or 36.45% from 546); Blue value is 142 (55.86% from 255 or 26.01% from 546); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC78E is #323871. Grayscale: #C2C2C2. Windows color (decimal): -3291250 or 9357261. OLE color: 9357261.
HSL color Cylindrical-coordinate representation of color #CDC78E: hue angle of 54.29º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDC78E is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 142 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.20 |
| HSL | 54.29º | 0.39% | 0.68% | - |
| HSV(B) | 54.29º | 0.31% | 0.8% | - |
| XYZ | 50.48 | 55.78 | 33.7 | - |
| YUV | 194.3 | 98.49 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 142 | 0 | 0.03 | 0.31 | 0.20 | 54.29 | 0.39 | 0.68 |
| Hex | CD | C7 | 8E | 0 | 3 | 1F | 14 | 36 | 27 | 44 |
| Octal | 315 | 307 | 216 | 0 | 3 | 37 | 24 | 66 | 47 | 104 |
| Binary | 11001101 | 11000111 | 10001110 | 0 | 11 | 11111 | 10100 | 110110 | 100111 | 1000100 |
Color Harmonies of #CDC78E
Complementary color
Monochromatic Colors of #CDC78E
Black with #CDC78E
Text Example
Text Example
White with #CDC78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC78E; }
p { color: rgb(205,199,142); }
H1.HeaderClassName
{
color: #CDC78E;
}
.AnyTagClassName
{
color: #CDC78E;
}
</style>
background-color css
<style>
a { background-color: #CDC78E; }
a { background-color: rgb(205,199,142); }
div.DivClassName
{
background-color: #CDC78E;
}
.BgClassName
{
background-color: #CDC78E;
}
</style>
border-color css
<style>
span { border-color: #CDC78E; }
span { border-color: rgb(205,199,142); }
td.TdClassName
{
border-color: #CDC78E;
}
.TagClassName
{
border-color: #CDC78E;
}
</style>