Shades of Winter Hazel #CDC47B
Tints of Winter Hazel #CDC47B
RGB
CMYK
RGB Variations
Color information
#CDC47B (or 0xCDC47B) is known color: Winter Hazel. HEX triplet: CD, C4 and 7B. RGB value is (205,196,123). Sum of RGB (Red+Green+Blue) = 205+196+123=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 123 (48.44% from 255 or 23.47% from 524); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC47B is #323B84. Grayscale: #BEBEBE. Windows color (decimal): -3292037 or 8111309. OLE color: 8111309.
HSL color Cylindrical-coordinate representation of color #CDC47B: hue angle of 53.41º 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 #CDC47B is Cyan = 0, Magento = 0.04, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 123 | - |
| CMYK | 0 | 0.04 | 0.4 | 0.20 |
| HSL | 53.41º | 0.45% | 0.64% | - |
| HSV(B) | 53.41º | 0.4% | 0.8% | - |
| XYZ | 48.49 | 53.89 | 26.58 | - |
| YUV | 190.37 | 89.98 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 123 | 0 | 0.04 | 0.4 | 0.20 | 53.41 | 0.45 | 0.64 |
| Hex | CD | C4 | 7B | 0 | 4 | 28 | 14 | 35 | 2D | 40 |
| Octal | 315 | 304 | 173 | 0 | 4 | 50 | 24 | 65 | 55 | 100 |
| Binary | 11001101 | 11000100 | 1111011 | 0 | 100 | 101000 | 10100 | 110101 | 101101 | 1000000 |
Color Harmonies of #CDC47B
Complementary color
Monochromatic Colors of #CDC47B
Black with #CDC47B
Text Example
Text Example
White with #CDC47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC47B; }
p { color: rgb(205,196,123); }
H1.HeaderClassName
{
color: #CDC47B;
}
.AnyTagClassName
{
color: #CDC47B;
}
</style>
background-color css
<style>
a { background-color: #CDC47B; }
a { background-color: rgb(205,196,123); }
div.DivClassName
{
background-color: #CDC47B;
}
.BgClassName
{
background-color: #CDC47B;
}
</style>
border-color css
<style>
span { border-color: #CDC47B; }
span { border-color: rgb(205,196,123); }
td.TdClassName
{
border-color: #CDC47B;
}
.TagClassName
{
border-color: #CDC47B;
}
</style>