Shades of Whiskey #D8996C
Tints of Whiskey #D8996C
RGB
CMYK
RGB Variations
Color information
#D8996C (or 0xD8996C) is known color: Whiskey. HEX triplet: D8, 99 and 6C. RGB value is (216,153,108). Sum of RGB (Red+Green+Blue) = 216+153+108=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D8996C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8996C is #276693. Grayscale: #A6A6A6. Windows color (decimal): -2582164 or 7117272. OLE color: 7117272.
HSL color Cylindrical-coordinate representation of color #D8996C: hue angle of 25º 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 #D8996C is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 153 | 108 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.15 |
| HSL | 25º | 0.58% | 0.64% | - |
| HSV(B) | 25º | 0.5% | 0.85% | - |
| XYZ | 42.42 | 38.46 | 19.38 | - |
| YUV | 166.71 | 94.87 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 108 | 0 | 0.29 | 0.50 | 0.15 | 25 | 0.58 | 0.64 |
| Hex | D8 | 99 | 6C | 0 | 1D | 32 | F | 19 | 3A | 40 |
| Octal | 330 | 231 | 154 | 0 | 35 | 62 | 17 | 31 | 72 | 100 |
| Binary | 11011000 | 10011001 | 1101100 | 0 | 11101 | 110010 | 1111 | 11001 | 111010 | 1000000 |
Color Harmonies of #D8996C
Complementary color
Monochromatic Colors of #D8996C
Black with #D8996C
Text Example
Text Example
White with #D8996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8996C; }
p { color: rgb(216,153,108); }
H1.HeaderClassName
{
color: #D8996C;
}
.AnyTagClassName
{
color: #D8996C;
}
</style>
background-color css
<style>
a { background-color: #D8996C; }
a { background-color: rgb(216,153,108); }
div.DivClassName
{
background-color: #D8996C;
}
.BgClassName
{
background-color: #D8996C;
}
</style>
border-color css
<style>
span { border-color: #D8996C; }
span { border-color: rgb(216,153,108); }
td.TdClassName
{
border-color: #D8996C;
}
.TagClassName
{
border-color: #D8996C;
}
</style>