Shades of Winter Hazel #CDC682
Tints of Winter Hazel #CDC682
RGB
CMYK
RGB Variations
Color information
#CDC682 (or 0xCDC682) is known color: Winter Hazel. HEX triplet: CD, C6 and 82. RGB value is (205,198,130). Sum of RGB (Red+Green+Blue) = 205+198+130=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 130 (51.17% from 255 or 24.39% from 533); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC682 is #32397D. Grayscale: #C0C0C0. Windows color (decimal): -3291518 or 8570573. OLE color: 8570573.
HSL color Cylindrical-coordinate representation of color #CDC682: hue angle of 54.4º 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 #CDC682 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 130 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.20 |
| HSL | 54.4º | 0.43% | 0.66% | - |
| HSV(B) | 54.4º | 0.37% | 0.8% | - |
| XYZ | 49.4 | 54.98 | 29.13 | - |
| YUV | 192.34 | 92.82 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 130 | 0 | 0.03 | 0.37 | 0.20 | 54.4 | 0.43 | 0.66 |
| Hex | CD | C6 | 82 | 0 | 3 | 25 | 14 | 36 | 2B | 42 |
| Octal | 315 | 306 | 202 | 0 | 3 | 45 | 24 | 66 | 53 | 102 |
| Binary | 11001101 | 11000110 | 10000010 | 0 | 11 | 100101 | 10100 | 110110 | 101011 | 1000010 |
Color Harmonies of #CDC682
Complementary color
Monochromatic Colors of #CDC682
Black with #CDC682
Text Example
Text Example
White with #CDC682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC682; }
p { color: rgb(205,198,130); }
H1.HeaderClassName
{
color: #CDC682;
}
.AnyTagClassName
{
color: #CDC682;
}
</style>
background-color css
<style>
a { background-color: #CDC682; }
a { background-color: rgb(205,198,130); }
div.DivClassName
{
background-color: #CDC682;
}
.BgClassName
{
background-color: #CDC682;
}
</style>
border-color css
<style>
span { border-color: #CDC682; }
span { border-color: rgb(205,198,130); }
td.TdClassName
{
border-color: #CDC682;
}
.TagClassName
{
border-color: #CDC682;
}
</style>