Shades of Whiskey Sour #DB9160
Tints of Whiskey Sour #DB9160
RGB
CMYK
RGB Variations
Color information
#DB9160 (or 0xDB9160) is known color: Whiskey Sour. HEX triplet: DB, 91 and 60. RGB value is (219,145,96). Sum of RGB (Red+Green+Blue) = 219+145+96=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9160 is #246E9F. Grayscale: #A1A1A1. Windows color (decimal): -2387616 or 6328795. OLE color: 6328795.
HSL color Cylindrical-coordinate representation of color #DB9160: hue angle of 23.9º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB9160 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 96 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.14 |
| HSL | 23.9º | 0.63% | 0.62% | - |
| HSV(B) | 23.9º | 0.56% | 0.86% | - |
| XYZ | 41.45 | 36.16 | 15.86 | - |
| YUV | 161.54 | 91.02 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 96 | 0 | 0.34 | 0.56 | 0.14 | 23.9 | 0.63 | 0.62 |
| Hex | DB | 91 | 60 | 0 | 22 | 38 | E | 18 | 3F | 3E |
| Octal | 333 | 221 | 140 | 0 | 42 | 70 | 16 | 30 | 77 | 76 |
| Binary | 11011011 | 10010001 | 1100000 | 0 | 100010 | 111000 | 1110 | 11000 | 111111 | 111110 |
Color Harmonies of #DB9160
Complementary color
Monochromatic Colors of #DB9160
Black with #DB9160
Text Example
Text Example
White with #DB9160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9160; }
p { color: rgb(219,145,96); }
H1.HeaderClassName
{
color: #DB9160;
}
.AnyTagClassName
{
color: #DB9160;
}
</style>
background-color css
<style>
a { background-color: #DB9160; }
a { background-color: rgb(219,145,96); }
div.DivClassName
{
background-color: #DB9160;
}
.BgClassName
{
background-color: #DB9160;
}
</style>
border-color css
<style>
span { border-color: #DB9160; }
span { border-color: rgb(219,145,96); }
td.TdClassName
{
border-color: #DB9160;
}
.TagClassName
{
border-color: #DB9160;
}
</style>