Shades of Whiskey Sour #DB8959
Tints of Whiskey Sour #DB8959
RGB
CMYK
RGB Variations
Color information
#DB8959 (or 0xDB8959) is known color: Whiskey Sour. HEX triplet: DB, 89 and 59. RGB value is (219,137,89). Sum of RGB (Red+Green+Blue) = 219+137+89=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 89 (35.16% from 255 or 20% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8959 is #2476A6. Grayscale: #9C9C9C. Windows color (decimal): -2389671 or 5867995. OLE color: 5867995.
HSL color Cylindrical-coordinate representation of color #DB8959: hue angle of 22.15º 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 #DB8959 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 89 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.14 |
| HSL | 22.15º | 0.64% | 0.6% | - |
| HSV(B) | 22.15º | 0.59% | 0.86% | - |
| XYZ | 39.96 | 33.67 | 13.84 | - |
| YUV | 156.05 | 90.17 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 89 | 0 | 0.37 | 0.59 | 0.14 | 22.15 | 0.64 | 0.6 |
| Hex | DB | 89 | 59 | 0 | 25 | 3B | E | 16 | 40 | 3C |
| Octal | 333 | 211 | 131 | 0 | 45 | 73 | 16 | 26 | 100 | 74 |
| Binary | 11011011 | 10001001 | 1011001 | 0 | 100101 | 111011 | 1110 | 10110 | 1000000 | 111100 |
Color Harmonies of #DB8959
Complementary color
Monochromatic Colors of #DB8959
Black with #DB8959
Text Example
Text Example
White with #DB8959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8959; }
p { color: rgb(219,137,89); }
H1.HeaderClassName
{
color: #DB8959;
}
.AnyTagClassName
{
color: #DB8959;
}
</style>
background-color css
<style>
a { background-color: #DB8959; }
a { background-color: rgb(219,137,89); }
div.DivClassName
{
background-color: #DB8959;
}
.BgClassName
{
background-color: #DB8959;
}
</style>
border-color css
<style>
span { border-color: #DB8959; }
span { border-color: rgb(219,137,89); }
td.TdClassName
{
border-color: #DB8959;
}
.TagClassName
{
border-color: #DB8959;
}
</style>