Shades of Winter Hazel #D6C985
Tints of Winter Hazel #D6C985
RGB
CMYK
RGB Variations
Color information
#D6C985 (or 0xD6C985) is known color: Winter Hazel. HEX triplet: D6, C9 and 85. RGB value is (214,201,133). Sum of RGB (Red+Green+Blue) = 214+201+133=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C985 is #29367A. Grayscale: #C5C5C5. Windows color (decimal): -2700923 or 8767958. OLE color: 8767958.
HSL color Cylindrical-coordinate representation of color #D6C985: hue angle of 50.37º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D6C985 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 201 | 133 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.16 |
| HSL | 50.37º | 0.5% | 0.68% | - |
| HSV(B) | 50.37º | 0.38% | 0.84% | - |
| XYZ | 52.85 | 57.76 | 30.55 | - |
| YUV | 197.14 | 91.81 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 133 | 0 | 0.06 | 0.38 | 0.16 | 50.37 | 0.5 | 0.68 |
| Hex | D6 | C9 | 85 | 0 | 6 | 26 | 10 | 32 | 32 | 44 |
| Octal | 326 | 311 | 205 | 0 | 6 | 46 | 20 | 62 | 62 | 104 |
| Binary | 11010110 | 11001001 | 10000101 | 0 | 110 | 100110 | 10000 | 110010 | 110010 | 1000100 |
Color Harmonies of #D6C985
Complementary color
Monochromatic Colors of #D6C985
Black with #D6C985
Text Example
Text Example
White with #D6C985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C985; }
p { color: rgb(214,201,133); }
H1.HeaderClassName
{
color: #D6C985;
}
.AnyTagClassName
{
color: #D6C985;
}
</style>
background-color css
<style>
a { background-color: #D6C985; }
a { background-color: rgb(214,201,133); }
div.DivClassName
{
background-color: #D6C985;
}
.BgClassName
{
background-color: #D6C985;
}
</style>
border-color css
<style>
span { border-color: #D6C985; }
span { border-color: rgb(214,201,133); }
td.TdClassName
{
border-color: #D6C985;
}
.TagClassName
{
border-color: #D6C985;
}
</style>