Shades of Whiskey #DB9966
Tints of Whiskey #DB9966
RGB
CMYK
RGB Variations
Color information
#DB9966 (or 0xDB9966) is known color: Whiskey. HEX triplet: DB, 99 and 66. RGB value is (219,153,102). Sum of RGB (Red+Green+Blue) = 219+153+102=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9966 is #246699. Grayscale: #A7A7A7. Windows color (decimal): -2385562 or 6724059. OLE color: 6724059.
HSL color Cylindrical-coordinate representation of color #DB9966: hue angle of 26.15º degrees, saturation: 0.62, 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 #DB9966 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 102 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.14 |
| HSL | 26.15º | 0.62% | 0.63% | - |
| HSV(B) | 26.15º | 0.53% | 0.86% | - |
| XYZ | 43 | 38.8 | 17.79 | - |
| YUV | 166.92 | 91.37 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 102 | 0 | 0.30 | 0.53 | 0.14 | 26.15 | 0.62 | 0.63 |
| Hex | DB | 99 | 66 | 0 | 1E | 35 | E | 1A | 3E | 3F |
| Octal | 333 | 231 | 146 | 0 | 36 | 65 | 16 | 32 | 76 | 77 |
| Binary | 11011011 | 10011001 | 1100110 | 0 | 11110 | 110101 | 1110 | 11010 | 111110 | 111111 |
Color Harmonies of #DB9966
Complementary color
Monochromatic Colors of #DB9966
Black with #DB9966
Text Example
Text Example
White with #DB9966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9966; }
p { color: rgb(219,153,102); }
H1.HeaderClassName
{
color: #DB9966;
}
.AnyTagClassName
{
color: #DB9966;
}
</style>
background-color css
<style>
a { background-color: #DB9966; }
a { background-color: rgb(219,153,102); }
div.DivClassName
{
background-color: #DB9966;
}
.BgClassName
{
background-color: #DB9966;
}
</style>
border-color css
<style>
span { border-color: #DB9966; }
span { border-color: rgb(219,153,102); }
td.TdClassName
{
border-color: #DB9966;
}
.TagClassName
{
border-color: #DB9966;
}
</style>