Shades of Winter Hazel #CDC28E
Tints of Winter Hazel #CDC28E
RGB
CMYK
RGB Variations
Color information
#CDC28E (or 0xCDC28E) is known color: Winter Hazel. HEX triplet: CD, C2 and 8E. RGB value is (205,194,142). Sum of RGB (Red+Green+Blue) = 205+194+142=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC28E is #323D71. Grayscale: #BFBFBF. Windows color (decimal): -3292530 or 9355981. OLE color: 9355981.
HSL color Cylindrical-coordinate representation of color #CDC28E: hue angle of 49.52º 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 #CDC28E is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 142 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.20 |
| HSL | 49.52º | 0.39% | 0.68% | - |
| HSV(B) | 49.52º | 0.31% | 0.8% | - |
| XYZ | 49.35 | 53.52 | 33.32 | - |
| YUV | 191.36 | 100.14 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 142 | 0 | 0.05 | 0.31 | 0.20 | 49.52 | 0.39 | 0.68 |
| Hex | CD | C2 | 8E | 0 | 5 | 1F | 14 | 32 | 27 | 44 |
| Octal | 315 | 302 | 216 | 0 | 5 | 37 | 24 | 62 | 47 | 104 |
| Binary | 11001101 | 11000010 | 10001110 | 0 | 101 | 11111 | 10100 | 110010 | 100111 | 1000100 |
Color Harmonies of #CDC28E
Complementary color
Monochromatic Colors of #CDC28E
Black with #CDC28E
Text Example
Text Example
White with #CDC28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC28E; }
p { color: rgb(205,194,142); }
H1.HeaderClassName
{
color: #CDC28E;
}
.AnyTagClassName
{
color: #CDC28E;
}
</style>
background-color css
<style>
a { background-color: #CDC28E; }
a { background-color: rgb(205,194,142); }
div.DivClassName
{
background-color: #CDC28E;
}
.BgClassName
{
background-color: #CDC28E;
}
</style>
border-color css
<style>
span { border-color: #CDC28E; }
span { border-color: rgb(205,194,142); }
td.TdClassName
{
border-color: #CDC28E;
}
.TagClassName
{
border-color: #CDC28E;
}
</style>