Shades of Whiskey #D8986C
Tints of Whiskey #D8986C
RGB
CMYK
RGB Variations
Color information
#D8986C (or 0xD8986C) is known color: Whiskey. HEX triplet: D8, 98 and 6C. RGB value is (216,152,108). Sum of RGB (Red+Green+Blue) = 216+152+108=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D8986C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8986C is #276793. Grayscale: #A6A6A6. Windows color (decimal): -2582420 or 7117016. OLE color: 7117016.
HSL color Cylindrical-coordinate representation of color #D8986C: hue angle of 24.44º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8986C is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 152 | 108 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.15 |
| HSL | 24.44º | 0.58% | 0.64% | - |
| HSV(B) | 24.44º | 0.5% | 0.85% | - |
| XYZ | 42.25 | 38.14 | 19.32 | - |
| YUV | 166.12 | 95.2 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 108 | 0 | 0.30 | 0.50 | 0.15 | 24.44 | 0.58 | 0.64 |
| Hex | D8 | 98 | 6C | 0 | 1E | 32 | F | 18 | 3A | 40 |
| Octal | 330 | 230 | 154 | 0 | 36 | 62 | 17 | 30 | 72 | 100 |
| Binary | 11011000 | 10011000 | 1101100 | 0 | 11110 | 110010 | 1111 | 11000 | 111010 | 1000000 |
Color Harmonies of #D8986C
Complementary color
Monochromatic Colors of #D8986C
Black with #D8986C
Text Example
Text Example
White with #D8986C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8986C; }
p { color: rgb(216,152,108); }
H1.HeaderClassName
{
color: #D8986C;
}
.AnyTagClassName
{
color: #D8986C;
}
</style>
background-color css
<style>
a { background-color: #D8986C; }
a { background-color: rgb(216,152,108); }
div.DivClassName
{
background-color: #D8986C;
}
.BgClassName
{
background-color: #D8986C;
}
</style>
border-color css
<style>
span { border-color: #D8986C; }
span { border-color: rgb(216,152,108); }
td.TdClassName
{
border-color: #D8986C;
}
.TagClassName
{
border-color: #D8986C;
}
</style>