Shades of Whiskey Sour #DB9059
Tints of Whiskey Sour #DB9059
RGB
CMYK
RGB Variations
Color information
#DB9059 (or 0xDB9059) is known color: Whiskey Sour. HEX triplet: DB, 90 and 59. RGB value is (219,144,89). Sum of RGB (Red+Green+Blue) = 219+144+89=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 89 (35.16% from 255 or 19.69% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9059 is #246FA6. Grayscale: #A0A0A0. Windows color (decimal): -2387879 or 5869787. OLE color: 5869787.
HSL color Cylindrical-coordinate representation of color #DB9059: hue angle of 25.38º 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 #DB9059 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 89 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.14 |
| HSL | 25.38º | 0.64% | 0.6% | - |
| HSV(B) | 25.38º | 0.59% | 0.86% | - |
| XYZ | 40.99 | 35.73 | 14.19 | - |
| YUV | 160.16 | 87.85 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 89 | 0 | 0.34 | 0.59 | 0.14 | 25.38 | 0.64 | 0.6 |
| Hex | DB | 90 | 59 | 0 | 22 | 3B | E | 19 | 40 | 3C |
| Octal | 333 | 220 | 131 | 0 | 42 | 73 | 16 | 31 | 100 | 74 |
| Binary | 11011011 | 10010000 | 1011001 | 0 | 100010 | 111011 | 1110 | 11001 | 1000000 | 111100 |
Color Harmonies of #DB9059
Complementary color
Monochromatic Colors of #DB9059
Black with #DB9059
Text Example
Text Example
White with #DB9059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9059; }
p { color: rgb(219,144,89); }
H1.HeaderClassName
{
color: #DB9059;
}
.AnyTagClassName
{
color: #DB9059;
}
</style>
background-color css
<style>
a { background-color: #DB9059; }
a { background-color: rgb(219,144,89); }
div.DivClassName
{
background-color: #DB9059;
}
.BgClassName
{
background-color: #DB9059;
}
</style>
border-color css
<style>
span { border-color: #DB9059; }
span { border-color: rgb(219,144,89); }
td.TdClassName
{
border-color: #DB9059;
}
.TagClassName
{
border-color: #DB9059;
}
</style>