Shades of Whiskey #D89868
Tints of Whiskey #D89868
RGB
CMYK
RGB Variations
Color information
#D89868 (or 0xD89868) is known color: Whiskey. HEX triplet: D8, 98 and 68. RGB value is (216,152,104). Sum of RGB (Red+Green+Blue) = 216+152+104=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D89868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89868 is #276797. Grayscale: #A5A5A5. Windows color (decimal): -2582424 or 6854872. OLE color: 6854872.
HSL color Cylindrical-coordinate representation of color #D89868: hue angle of 25.71º 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 #D89868 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 152 | 104 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.15 |
| HSL | 25.71º | 0.59% | 0.63% | - |
| HSV(B) | 25.71º | 0.52% | 0.85% | - |
| XYZ | 42.05 | 38.05 | 18.23 | - |
| YUV | 165.66 | 93.2 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 104 | 0 | 0.30 | 0.52 | 0.15 | 25.71 | 0.59 | 0.63 |
| Hex | D8 | 98 | 68 | 0 | 1E | 34 | F | 1A | 3B | 3F |
| Octal | 330 | 230 | 150 | 0 | 36 | 64 | 17 | 32 | 73 | 77 |
| Binary | 11011000 | 10011000 | 1101000 | 0 | 11110 | 110100 | 1111 | 11010 | 111011 | 111111 |
Color Harmonies of #D89868
Complementary color
Monochromatic Colors of #D89868
Black with #D89868
Text Example
Text Example
White with #D89868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89868; }
p { color: rgb(216,152,104); }
H1.HeaderClassName
{
color: #D89868;
}
.AnyTagClassName
{
color: #D89868;
}
</style>
background-color css
<style>
a { background-color: #D89868; }
a { background-color: rgb(216,152,104); }
div.DivClassName
{
background-color: #D89868;
}
.BgClassName
{
background-color: #D89868;
}
</style>
border-color css
<style>
span { border-color: #D89868; }
span { border-color: rgb(216,152,104); }
td.TdClassName
{
border-color: #D89868;
}
.TagClassName
{
border-color: #D89868;
}
</style>