Shades of Whiskey #D1986D
Tints of Whiskey #D1986D
RGB
CMYK
RGB Variations
Color information
#D1986D (or 0xD1986D) is known color: Whiskey. HEX triplet: D1, 98 and 6D. RGB value is (209,152,109). Sum of RGB (Red+Green+Blue) = 209+152+109=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D1986D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1986D is #2E6792. Grayscale: #A4A4A4. Windows color (decimal): -3041171 or 7182545. OLE color: 7182545.
HSL color Cylindrical-coordinate representation of color #D1986D: hue angle of 25.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1986D is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 109 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.18 |
| HSL | 25.8º | 0.52% | 0.62% | - |
| HSV(B) | 25.8º | 0.48% | 0.82% | - |
| XYZ | 40.28 | 37.12 | 19.51 | - |
| YUV | 164.14 | 96.88 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 109 | 0 | 0.27 | 0.48 | 0.18 | 25.8 | 0.52 | 0.62 |
| Hex | D1 | 98 | 6D | 0 | 1B | 30 | 12 | 1A | 34 | 3E |
| Octal | 321 | 230 | 155 | 0 | 33 | 60 | 22 | 32 | 64 | 76 |
| Binary | 11010001 | 10011000 | 1101101 | 0 | 11011 | 110000 | 10010 | 11010 | 110100 | 111110 |
Color Harmonies of #D1986D
Complementary color
Monochromatic Colors of #D1986D
Black with #D1986D
Text Example
Text Example
White with #D1986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1986D; }
p { color: rgb(209,152,109); }
H1.HeaderClassName
{
color: #D1986D;
}
.AnyTagClassName
{
color: #D1986D;
}
</style>
background-color css
<style>
a { background-color: #D1986D; }
a { background-color: rgb(209,152,109); }
div.DivClassName
{
background-color: #D1986D;
}
.BgClassName
{
background-color: #D1986D;
}
</style>
border-color css
<style>
span { border-color: #D1986D; }
span { border-color: rgb(209,152,109); }
td.TdClassName
{
border-color: #D1986D;
}
.TagClassName
{
border-color: #D1986D;
}
</style>