Shades of Winter Hazel #D6C682
Tints of Winter Hazel #D6C682
RGB
CMYK
RGB Variations
Color information
#D6C682 (or 0xD6C682) is known color: Winter Hazel. HEX triplet: D6, C6 and 82. RGB value is (214,198,130). Sum of RGB (Red+Green+Blue) = 214+198+130=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 198 (77.73% from 255 or 36.53% from 542); Blue value is 130 (51.17% from 255 or 23.99% from 542); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C682 is #29397D. Grayscale: #C3C3C3. Windows color (decimal): -2701694 or 8570582. OLE color: 8570582.
HSL color Cylindrical-coordinate representation of color #D6C682: hue angle of 48.57º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D6C682 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 198 | 130 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.16 |
| HSL | 48.57º | 0.51% | 0.67% | - |
| HSV(B) | 48.57º | 0.39% | 0.84% | - |
| XYZ | 51.95 | 56.3 | 29.25 | - |
| YUV | 195.03 | 91.3 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 198 | 130 | 0 | 0.07 | 0.39 | 0.16 | 48.57 | 0.51 | 0.67 |
| Hex | D6 | C6 | 82 | 0 | 7 | 27 | 10 | 31 | 33 | 43 |
| Octal | 326 | 306 | 202 | 0 | 7 | 47 | 20 | 61 | 63 | 103 |
| Binary | 11010110 | 11000110 | 10000010 | 0 | 111 | 100111 | 10000 | 110001 | 110011 | 1000011 |
Color Harmonies of #D6C682
Complementary color
Monochromatic Colors of #D6C682
Black with #D6C682
Text Example
Text Example
White with #D6C682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C682; }
p { color: rgb(214,198,130); }
H1.HeaderClassName
{
color: #D6C682;
}
.AnyTagClassName
{
color: #D6C682;
}
</style>
background-color css
<style>
a { background-color: #D6C682; }
a { background-color: rgb(214,198,130); }
div.DivClassName
{
background-color: #D6C682;
}
.BgClassName
{
background-color: #D6C682;
}
</style>
border-color css
<style>
span { border-color: #D6C682; }
span { border-color: rgb(214,198,130); }
td.TdClassName
{
border-color: #D6C682;
}
.TagClassName
{
border-color: #D6C682;
}
</style>