Shades of Whiskey #DB9366
Tints of Whiskey #DB9366
RGB
CMYK
RGB Variations
Color information
#DB9366 (or 0xDB9366) is known color: Whiskey. HEX triplet: DB, 93 and 66. RGB value is (219,147,102). Sum of RGB (Red+Green+Blue) = 219+147+102=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9366 is #246C99. Grayscale: #A3A3A3. Windows color (decimal): -2387098 or 6722523. OLE color: 6722523.
HSL color Cylindrical-coordinate representation of color #DB9366: hue angle of 23.08º 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 #DB9366 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 102 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.14 |
| HSL | 23.08º | 0.62% | 0.63% | - |
| HSV(B) | 23.08º | 0.53% | 0.86% | - |
| XYZ | 42.05 | 36.89 | 17.47 | - |
| YUV | 163.4 | 93.35 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 102 | 0 | 0.33 | 0.53 | 0.14 | 23.08 | 0.62 | 0.63 |
| Hex | DB | 93 | 66 | 0 | 21 | 35 | E | 17 | 3E | 3F |
| Octal | 333 | 223 | 146 | 0 | 41 | 65 | 16 | 27 | 76 | 77 |
| Binary | 11011011 | 10010011 | 1100110 | 0 | 100001 | 110101 | 1110 | 10111 | 111110 | 111111 |
Color Harmonies of #DB9366
Complementary color
Monochromatic Colors of #DB9366
Black with #DB9366
Text Example
Text Example
White with #DB9366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9366; }
p { color: rgb(219,147,102); }
H1.HeaderClassName
{
color: #DB9366;
}
.AnyTagClassName
{
color: #DB9366;
}
</style>
background-color css
<style>
a { background-color: #DB9366; }
a { background-color: rgb(219,147,102); }
div.DivClassName
{
background-color: #DB9366;
}
.BgClassName
{
background-color: #DB9366;
}
</style>
border-color css
<style>
span { border-color: #DB9366; }
span { border-color: rgb(219,147,102); }
td.TdClassName
{
border-color: #DB9366;
}
.TagClassName
{
border-color: #DB9366;
}
</style>