Shades of Whiskey Sour #DB8759
Tints of Whiskey Sour #DB8759
RGB
CMYK
RGB Variations
Color information
#DB8759 (or 0xDB8759) is known color: Whiskey Sour. HEX triplet: DB, 87 and 59. RGB value is (219,135,89). Sum of RGB (Red+Green+Blue) = 219+135+89=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 135 (53.12% from 255 or 30.47% from 443); Blue value is 89 (35.16% from 255 or 20.09% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8759 is #2478A6. Grayscale: #9B9B9B. Windows color (decimal): -2390183 or 5867483. OLE color: 5867483.
HSL color Cylindrical-coordinate representation of color #DB8759: hue angle of 21.23º 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 #DB8759 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 89 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.14 |
| HSL | 21.23º | 0.64% | 0.6% | - |
| HSV(B) | 21.23º | 0.59% | 0.86% | - |
| XYZ | 39.68 | 33.11 | 13.75 | - |
| YUV | 154.87 | 90.83 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 89 | 0 | 0.38 | 0.59 | 0.14 | 21.23 | 0.64 | 0.6 |
| Hex | DB | 87 | 59 | 0 | 26 | 3B | E | 15 | 40 | 3C |
| Octal | 333 | 207 | 131 | 0 | 46 | 73 | 16 | 25 | 100 | 74 |
| Binary | 11011011 | 10000111 | 1011001 | 0 | 100110 | 111011 | 1110 | 10101 | 1000000 | 111100 |
Color Harmonies of #DB8759
Complementary color
Monochromatic Colors of #DB8759
Black with #DB8759
Text Example
Text Example
White with #DB8759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8759; }
p { color: rgb(219,135,89); }
H1.HeaderClassName
{
color: #DB8759;
}
.AnyTagClassName
{
color: #DB8759;
}
</style>
background-color css
<style>
a { background-color: #DB8759; }
a { background-color: rgb(219,135,89); }
div.DivClassName
{
background-color: #DB8759;
}
.BgClassName
{
background-color: #DB8759;
}
</style>
border-color css
<style>
span { border-color: #DB8759; }
span { border-color: rgb(219,135,89); }
td.TdClassName
{
border-color: #DB8759;
}
.TagClassName
{
border-color: #DB8759;
}
</style>