Shades of Winter Hazel #CDC382
Tints of Winter Hazel #CDC382
RGB
CMYK
RGB Variations
Color information
#CDC382 (or 0xCDC382) is known color: Winter Hazel. HEX triplet: CD, C3 and 82. RGB value is (205,195,130). Sum of RGB (Red+Green+Blue) = 205+195+130=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC382 is #323C7D. Grayscale: #BEBEBE. Windows color (decimal): -3292286 or 8569805. OLE color: 8569805.
HSL color Cylindrical-coordinate representation of color #CDC382: hue angle of 52º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDC382 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 195 | 130 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.20 |
| HSL | 52º | 0.43% | 0.66% | - |
| HSV(B) | 52º | 0.37% | 0.8% | - |
| XYZ | 48.72 | 53.62 | 28.9 | - |
| YUV | 190.58 | 93.81 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 195 | 130 | 0 | 0.05 | 0.37 | 0.20 | 52 | 0.43 | 0.66 |
| Hex | CD | C3 | 82 | 0 | 5 | 25 | 14 | 34 | 2B | 42 |
| Octal | 315 | 303 | 202 | 0 | 5 | 45 | 24 | 64 | 53 | 102 |
| Binary | 11001101 | 11000011 | 10000010 | 0 | 101 | 100101 | 10100 | 110100 | 101011 | 1000010 |
Color Harmonies of #CDC382
Complementary color
Monochromatic Colors of #CDC382
Black with #CDC382
Text Example
Text Example
White with #CDC382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC382; }
p { color: rgb(205,195,130); }
H1.HeaderClassName
{
color: #CDC382;
}
.AnyTagClassName
{
color: #CDC382;
}
</style>
background-color css
<style>
a { background-color: #CDC382; }
a { background-color: rgb(205,195,130); }
div.DivClassName
{
background-color: #CDC382;
}
.BgClassName
{
background-color: #CDC382;
}
</style>
border-color css
<style>
span { border-color: #CDC382; }
span { border-color: rgb(205,195,130); }
td.TdClassName
{
border-color: #CDC382;
}
.TagClassName
{
border-color: #CDC382;
}
</style>