Shades of Winter Hazel #CDC47A
Tints of Winter Hazel #CDC47A
RGB
CMYK
RGB Variations
Color information
#CDC47A (or 0xCDC47A) is known color: Winter Hazel. HEX triplet: CD, C4 and 7A. RGB value is (205,196,122). Sum of RGB (Red+Green+Blue) = 205+196+122=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC47A is #323B85. Grayscale: #BEBEBE. Windows color (decimal): -3292038 or 8045773. OLE color: 8045773.
HSL color Cylindrical-coordinate representation of color #CDC47A: hue angle of 53.49º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDC47A is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 122 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.20 |
| HSL | 53.49º | 0.45% | 0.64% | - |
| HSV(B) | 53.49º | 0.4% | 0.8% | - |
| XYZ | 48.43 | 53.86 | 26.26 | - |
| YUV | 190.26 | 89.48 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 122 | 0 | 0.04 | 0.40 | 0.20 | 53.49 | 0.45 | 0.64 |
| Hex | CD | C4 | 7A | 0 | 4 | 28 | 14 | 35 | 2D | 40 |
| Octal | 315 | 304 | 172 | 0 | 4 | 50 | 24 | 65 | 55 | 100 |
| Binary | 11001101 | 11000100 | 1111010 | 0 | 100 | 101000 | 10100 | 110101 | 101101 | 1000000 |
Color Harmonies of #CDC47A
Complementary color
Monochromatic Colors of #CDC47A
Black with #CDC47A
Text Example
Text Example
White with #CDC47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC47A; }
p { color: rgb(205,196,122); }
H1.HeaderClassName
{
color: #CDC47A;
}
.AnyTagClassName
{
color: #CDC47A;
}
</style>
background-color css
<style>
a { background-color: #CDC47A; }
a { background-color: rgb(205,196,122); }
div.DivClassName
{
background-color: #CDC47A;
}
.BgClassName
{
background-color: #CDC47A;
}
</style>
border-color css
<style>
span { border-color: #CDC47A; }
span { border-color: rgb(205,196,122); }
td.TdClassName
{
border-color: #CDC47A;
}
.TagClassName
{
border-color: #CDC47A;
}
</style>