Shades of Whiskey Sour #DB9159
Tints of Whiskey Sour #DB9159
RGB
CMYK
RGB Variations
Color information
#DB9159 (or 0xDB9159) is known color: Whiskey Sour. HEX triplet: DB, 91 and 59. RGB value is (219,145,89). Sum of RGB (Red+Green+Blue) = 219+145+89=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 89 (35.16% from 255 or 19.65% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9159 is #246EA6. Grayscale: #A1A1A1. Windows color (decimal): -2387623 or 5870043. OLE color: 5870043.
HSL color Cylindrical-coordinate representation of color #DB9159: hue angle of 25.85º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB9159 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 89 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.14 |
| HSL | 25.85º | 0.64% | 0.6% | - |
| HSV(B) | 25.85º | 0.59% | 0.86% | - |
| XYZ | 41.14 | 36.03 | 14.24 | - |
| YUV | 160.74 | 87.52 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 89 | 0 | 0.34 | 0.59 | 0.14 | 25.85 | 0.64 | 0.6 |
| Hex | DB | 91 | 59 | 0 | 22 | 3B | E | 1A | 40 | 3C |
| Octal | 333 | 221 | 131 | 0 | 42 | 73 | 16 | 32 | 100 | 74 |
| Binary | 11011011 | 10010001 | 1011001 | 0 | 100010 | 111011 | 1110 | 11010 | 1000000 | 111100 |
Color Harmonies of #DB9159
Complementary color
Monochromatic Colors of #DB9159
Black with #DB9159
Text Example
Text Example
White with #DB9159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9159; }
p { color: rgb(219,145,89); }
H1.HeaderClassName
{
color: #DB9159;
}
.AnyTagClassName
{
color: #DB9159;
}
</style>
background-color css
<style>
a { background-color: #DB9159; }
a { background-color: rgb(219,145,89); }
div.DivClassName
{
background-color: #DB9159;
}
.BgClassName
{
background-color: #DB9159;
}
</style>
border-color css
<style>
span { border-color: #DB9159; }
span { border-color: rgb(219,145,89); }
td.TdClassName
{
border-color: #DB9159;
}
.TagClassName
{
border-color: #DB9159;
}
</style>