Shades of Winter Hazel #CDC28C
Tints of Winter Hazel #CDC28C
RGB
CMYK
RGB Variations
Color information
#CDC28C (or 0xCDC28C) is known color: Winter Hazel. HEX triplet: CD, C2 and 8C. RGB value is (205,194,140). Sum of RGB (Red+Green+Blue) = 205+194+140=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC28C is #323D73. Grayscale: #BFBFBF. Windows color (decimal): -3292532 or 9224909. OLE color: 9224909.
HSL color Cylindrical-coordinate representation of color #CDC28C: hue angle of 49.85º 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 #CDC28C is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 140 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.20 |
| HSL | 49.85º | 0.39% | 0.68% | - |
| HSV(B) | 49.85º | 0.32% | 0.8% | - |
| XYZ | 49.2 | 53.46 | 32.54 | - |
| YUV | 191.13 | 99.14 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 140 | 0 | 0.05 | 0.32 | 0.20 | 49.85 | 0.39 | 0.68 |
| Hex | CD | C2 | 8C | 0 | 5 | 20 | 14 | 32 | 27 | 44 |
| Octal | 315 | 302 | 214 | 0 | 5 | 40 | 24 | 62 | 47 | 104 |
| Binary | 11001101 | 11000010 | 10001100 | 0 | 101 | 100000 | 10100 | 110010 | 100111 | 1000100 |
Color Harmonies of #CDC28C
Complementary color
Monochromatic Colors of #CDC28C
Black with #CDC28C
Text Example
Text Example
White with #CDC28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC28C; }
p { color: rgb(205,194,140); }
H1.HeaderClassName
{
color: #CDC28C;
}
.AnyTagClassName
{
color: #CDC28C;
}
</style>
background-color css
<style>
a { background-color: #CDC28C; }
a { background-color: rgb(205,194,140); }
div.DivClassName
{
background-color: #CDC28C;
}
.BgClassName
{
background-color: #CDC28C;
}
</style>
border-color css
<style>
span { border-color: #CDC28C; }
span { border-color: rgb(205,194,140); }
td.TdClassName
{
border-color: #CDC28C;
}
.TagClassName
{
border-color: #CDC28C;
}
</style>