Shades of Whiskey #D8986B
Tints of Whiskey #D8986B
RGB
CMYK
RGB Variations
Color information
#D8986B (or 0xD8986B) is known color: Whiskey. HEX triplet: D8, 98 and 6B. RGB value is (216,152,107). Sum of RGB (Red+Green+Blue) = 216+152+107=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D8986B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8986B is #276794. Grayscale: #A6A6A6. Windows color (decimal): -2582421 or 7051480. OLE color: 7051480.
HSL color Cylindrical-coordinate representation of color #D8986B: hue angle of 24.77º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8986B is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 152 | 107 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.15 |
| HSL | 24.77º | 0.58% | 0.63% | - |
| HSV(B) | 24.77º | 0.5% | 0.85% | - |
| XYZ | 42.2 | 38.12 | 19.04 | - |
| YUV | 166.01 | 94.7 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 107 | 0 | 0.30 | 0.50 | 0.15 | 24.77 | 0.58 | 0.63 |
| Hex | D8 | 98 | 6B | 0 | 1E | 32 | F | 19 | 3A | 3F |
| Octal | 330 | 230 | 153 | 0 | 36 | 62 | 17 | 31 | 72 | 77 |
| Binary | 11011000 | 10011000 | 1101011 | 0 | 11110 | 110010 | 1111 | 11001 | 111010 | 111111 |
Color Harmonies of #D8986B
Complementary color
Monochromatic Colors of #D8986B
Black with #D8986B
Text Example
Text Example
White with #D8986B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8986B; }
p { color: rgb(216,152,107); }
H1.HeaderClassName
{
color: #D8986B;
}
.AnyTagClassName
{
color: #D8986B;
}
</style>
background-color css
<style>
a { background-color: #D8986B; }
a { background-color: rgb(216,152,107); }
div.DivClassName
{
background-color: #D8986B;
}
.BgClassName
{
background-color: #D8986B;
}
</style>
border-color css
<style>
span { border-color: #D8986B; }
span { border-color: rgb(216,152,107); }
td.TdClassName
{
border-color: #D8986B;
}
.TagClassName
{
border-color: #D8986B;
}
</style>