Shades of Whiskey #D1986B
Tints of Whiskey #D1986B
RGB
CMYK
RGB Variations
Color information
#D1986B (or 0xD1986B) is known color: Whiskey. HEX triplet: D1, 98 and 6B. RGB value is (209,152,107). Sum of RGB (Red+Green+Blue) = 209+152+107=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D1986B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1986B is #2E6794. Grayscale: #A4A4A4. Windows color (decimal): -3041173 or 7051473. OLE color: 7051473.
HSL color Cylindrical-coordinate representation of color #D1986B: hue angle of 26.47º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1986B is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 107 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.18 |
| HSL | 26.47º | 0.53% | 0.62% | - |
| HSV(B) | 26.47º | 0.49% | 0.82% | - |
| XYZ | 40.18 | 37.07 | 18.95 | - |
| YUV | 163.91 | 95.88 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 107 | 0 | 0.27 | 0.49 | 0.18 | 26.47 | 0.53 | 0.62 |
| Hex | D1 | 98 | 6B | 0 | 1B | 31 | 12 | 1A | 35 | 3E |
| Octal | 321 | 230 | 153 | 0 | 33 | 61 | 22 | 32 | 65 | 76 |
| Binary | 11010001 | 10011000 | 1101011 | 0 | 11011 | 110001 | 10010 | 11010 | 110101 | 111110 |
Color Harmonies of #D1986B
Complementary color
Monochromatic Colors of #D1986B
Black with #D1986B
Text Example
Text Example
White with #D1986B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1986B; }
p { color: rgb(209,152,107); }
H1.HeaderClassName
{
color: #D1986B;
}
.AnyTagClassName
{
color: #D1986B;
}
</style>
background-color css
<style>
a { background-color: #D1986B; }
a { background-color: rgb(209,152,107); }
div.DivClassName
{
background-color: #D1986B;
}
.BgClassName
{
background-color: #D1986B;
}
</style>
border-color css
<style>
span { border-color: #D1986B; }
span { border-color: rgb(209,152,107); }
td.TdClassName
{
border-color: #D1986B;
}
.TagClassName
{
border-color: #D1986B;
}
</style>