Shades of Whiskey #D89968
Tints of Whiskey #D89968
RGB
CMYK
RGB Variations
Color information
#D89968 (or 0xD89968) is known color: Whiskey. HEX triplet: D8, 99 and 68. RGB value is (216,153,104). Sum of RGB (Red+Green+Blue) = 216+153+104=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D89968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89968 is #276697. Grayscale: #A6A6A6. Windows color (decimal): -2582168 or 6855128. OLE color: 6855128.
HSL color Cylindrical-coordinate representation of color #D89968: hue angle of 26.25º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D89968 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 153 | 104 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.15 |
| HSL | 26.25º | 0.59% | 0.63% | - |
| HSV(B) | 26.25º | 0.52% | 0.85% | - |
| XYZ | 42.21 | 38.38 | 18.28 | - |
| YUV | 166.25 | 92.87 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 104 | 0 | 0.29 | 0.52 | 0.15 | 26.25 | 0.59 | 0.63 |
| Hex | D8 | 99 | 68 | 0 | 1D | 34 | F | 1A | 3B | 3F |
| Octal | 330 | 231 | 150 | 0 | 35 | 64 | 17 | 32 | 73 | 77 |
| Binary | 11011000 | 10011001 | 1101000 | 0 | 11101 | 110100 | 1111 | 11010 | 111011 | 111111 |
Color Harmonies of #D89968
Complementary color
Monochromatic Colors of #D89968
Black with #D89968
Text Example
Text Example
White with #D89968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89968; }
p { color: rgb(216,153,104); }
H1.HeaderClassName
{
color: #D89968;
}
.AnyTagClassName
{
color: #D89968;
}
</style>
background-color css
<style>
a { background-color: #D89968; }
a { background-color: rgb(216,153,104); }
div.DivClassName
{
background-color: #D89968;
}
.BgClassName
{
background-color: #D89968;
}
</style>
border-color css
<style>
span { border-color: #D89968; }
span { border-color: rgb(216,153,104); }
td.TdClassName
{
border-color: #D89968;
}
.TagClassName
{
border-color: #D89968;
}
</style>