Shades of Winter Hazel #CDC481
Tints of Winter Hazel #CDC481
RGB
CMYK
RGB Variations
Color information
#CDC481 (or 0xCDC481) is known color: Winter Hazel. HEX triplet: CD, C4 and 81. RGB value is (205,196,129). Sum of RGB (Red+Green+Blue) = 205+196+129=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 129 (50.78% from 255 or 24.34% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC481 is #323B7E. Grayscale: #BFBFBF. Windows color (decimal): -3292031 or 8504525. OLE color: 8504525.
HSL color Cylindrical-coordinate representation of color #CDC481: hue angle of 52.89º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDC481 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 129 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.20 |
| HSL | 52.89º | 0.43% | 0.65% | - |
| HSV(B) | 52.89º | 0.37% | 0.8% | - |
| XYZ | 48.88 | 54.04 | 28.62 | - |
| YUV | 191.05 | 92.98 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 129 | 0 | 0.04 | 0.37 | 0.20 | 52.89 | 0.43 | 0.65 |
| Hex | CD | C4 | 81 | 0 | 4 | 25 | 14 | 35 | 2B | 41 |
| Octal | 315 | 304 | 201 | 0 | 4 | 45 | 24 | 65 | 53 | 101 |
| Binary | 11001101 | 11000100 | 10000001 | 0 | 100 | 100101 | 10100 | 110101 | 101011 | 1000001 |
Color Harmonies of #CDC481
Complementary color
Monochromatic Colors of #CDC481
Black with #CDC481
Text Example
Text Example
White with #CDC481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC481; }
p { color: rgb(205,196,129); }
H1.HeaderClassName
{
color: #CDC481;
}
.AnyTagClassName
{
color: #CDC481;
}
</style>
background-color css
<style>
a { background-color: #CDC481; }
a { background-color: rgb(205,196,129); }
div.DivClassName
{
background-color: #CDC481;
}
.BgClassName
{
background-color: #CDC481;
}
</style>
border-color css
<style>
span { border-color: #CDC481; }
span { border-color: rgb(205,196,129); }
td.TdClassName
{
border-color: #CDC481;
}
.TagClassName
{
border-color: #CDC481;
}
</style>