Shades of Whiskey #DB9865
Tints of Whiskey #DB9865
RGB
CMYK
RGB Variations
Color information
#DB9865 (or 0xDB9865) is known color: Whiskey. HEX triplet: DB, 98 and 65. RGB value is (219,152,101). Sum of RGB (Red+Green+Blue) = 219+152+101=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9865 is #24679A. Grayscale: #A6A6A6. Windows color (decimal): -2385819 or 6658267. OLE color: 6658267.
HSL color Cylindrical-coordinate representation of color #DB9865: hue angle of 25.93º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB9865 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 101 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.14 |
| HSL | 25.93º | 0.62% | 0.63% | - |
| HSV(B) | 25.93º | 0.54% | 0.86% | - |
| XYZ | 42.79 | 38.46 | 17.48 | - |
| YUV | 166.22 | 91.2 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 101 | 0 | 0.31 | 0.54 | 0.14 | 25.93 | 0.62 | 0.63 |
| Hex | DB | 98 | 65 | 0 | 1F | 36 | E | 1A | 3E | 3F |
| Octal | 333 | 230 | 145 | 0 | 37 | 66 | 16 | 32 | 76 | 77 |
| Binary | 11011011 | 10011000 | 1100101 | 0 | 11111 | 110110 | 1110 | 11010 | 111110 | 111111 |
Color Harmonies of #DB9865
Complementary color
Monochromatic Colors of #DB9865
Black with #DB9865
Text Example
Text Example
White with #DB9865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9865; }
p { color: rgb(219,152,101); }
H1.HeaderClassName
{
color: #DB9865;
}
.AnyTagClassName
{
color: #DB9865;
}
</style>
background-color css
<style>
a { background-color: #DB9865; }
a { background-color: rgb(219,152,101); }
div.DivClassName
{
background-color: #DB9865;
}
.BgClassName
{
background-color: #DB9865;
}
</style>
border-color css
<style>
span { border-color: #DB9865; }
span { border-color: rgb(219,152,101); }
td.TdClassName
{
border-color: #DB9865;
}
.TagClassName
{
border-color: #DB9865;
}
</style>