Shades of Whiskey #DB9868
Tints of Whiskey #DB9868
RGB
CMYK
RGB Variations
Color information
#DB9868 (or 0xDB9868) is known color: Whiskey. HEX triplet: DB, 98 and 68. RGB value is (219,152,104). Sum of RGB (Red+Green+Blue) = 219+152+104=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9868 is #246797. Grayscale: #A6A6A6. Windows color (decimal): -2385816 or 6854875. OLE color: 6854875.
HSL color Cylindrical-coordinate representation of color #DB9868: hue angle of 25.04º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB9868 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 104 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.14 |
| HSL | 25.04º | 0.61% | 0.63% | - |
| HSV(B) | 25.04º | 0.53% | 0.86% | - |
| XYZ | 42.94 | 38.52 | 18.27 | - |
| YUV | 166.56 | 92.7 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 104 | 0 | 0.31 | 0.53 | 0.14 | 25.04 | 0.61 | 0.63 |
| Hex | DB | 98 | 68 | 0 | 1F | 35 | E | 19 | 3D | 3F |
| Octal | 333 | 230 | 150 | 0 | 37 | 65 | 16 | 31 | 75 | 77 |
| Binary | 11011011 | 10011000 | 1101000 | 0 | 11111 | 110101 | 1110 | 11001 | 111101 | 111111 |
Color Harmonies of #DB9868
Complementary color
Monochromatic Colors of #DB9868
Black with #DB9868
Text Example
Text Example
White with #DB9868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9868; }
p { color: rgb(219,152,104); }
H1.HeaderClassName
{
color: #DB9868;
}
.AnyTagClassName
{
color: #DB9868;
}
</style>
background-color css
<style>
a { background-color: #DB9868; }
a { background-color: rgb(219,152,104); }
div.DivClassName
{
background-color: #DB9868;
}
.BgClassName
{
background-color: #DB9868;
}
</style>
border-color css
<style>
span { border-color: #DB9868; }
span { border-color: rgb(219,152,104); }
td.TdClassName
{
border-color: #DB9868;
}
.TagClassName
{
border-color: #DB9868;
}
</style>