Shades of Winter Hazel #CDC47E
Tints of Winter Hazel #CDC47E
RGB
CMYK
RGB Variations
Color information
#CDC47E (or 0xCDC47E) is known color: Winter Hazel. HEX triplet: CD, C4 and 7E. RGB value is (205,196,126). Sum of RGB (Red+Green+Blue) = 205+196+126=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 196 (76.95% from 255 or 37.19% from 527); Blue value is 126 (49.61% from 255 or 23.91% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC47E is #323B81. Grayscale: #BFBFBF. Windows color (decimal): -3292034 or 8307917. OLE color: 8307917.
HSL color Cylindrical-coordinate representation of color #CDC47E: hue angle of 53.16º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CDC47E is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 126 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.20 |
| HSL | 53.16º | 0.44% | 0.65% | - |
| HSV(B) | 53.16º | 0.39% | 0.8% | - |
| XYZ | 48.68 | 53.97 | 27.59 | - |
| YUV | 190.71 | 91.48 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 126 | 0 | 0.04 | 0.39 | 0.20 | 53.16 | 0.44 | 0.65 |
| Hex | CD | C4 | 7E | 0 | 4 | 27 | 14 | 35 | 2C | 41 |
| Octal | 315 | 304 | 176 | 0 | 4 | 47 | 24 | 65 | 54 | 101 |
| Binary | 11001101 | 11000100 | 1111110 | 0 | 100 | 100111 | 10100 | 110101 | 101100 | 1000001 |
Color Harmonies of #CDC47E
Complementary color
Monochromatic Colors of #CDC47E
Black with #CDC47E
Text Example
Text Example
White with #CDC47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC47E; }
p { color: rgb(205,196,126); }
H1.HeaderClassName
{
color: #CDC47E;
}
.AnyTagClassName
{
color: #CDC47E;
}
</style>
background-color css
<style>
a { background-color: #CDC47E; }
a { background-color: rgb(205,196,126); }
div.DivClassName
{
background-color: #CDC47E;
}
.BgClassName
{
background-color: #CDC47E;
}
</style>
border-color css
<style>
span { border-color: #CDC47E; }
span { border-color: rgb(205,196,126); }
td.TdClassName
{
border-color: #CDC47E;
}
.TagClassName
{
border-color: #CDC47E;
}
</style>