Shades of Whiskey Sour #DB9359
Tints of Whiskey Sour #DB9359
RGB
CMYK
RGB Variations
Color information
#DB9359 (or 0xDB9359) is known color: Whiskey Sour. HEX triplet: DB, 93 and 59. RGB value is (219,147,89). Sum of RGB (Red+Green+Blue) = 219+147+89=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 89 (35.16% from 255 or 19.56% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9359 is #246CA6. Grayscale: #A2A2A2. Windows color (decimal): -2387111 or 5870555. OLE color: 5870555.
HSL color Cylindrical-coordinate representation of color #DB9359: hue angle of 26.77º 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 #DB9359 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 89 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.14 |
| HSL | 26.77º | 0.64% | 0.6% | - |
| HSV(B) | 26.77º | 0.59% | 0.86% | - |
| XYZ | 41.45 | 36.65 | 14.34 | - |
| YUV | 161.92 | 86.85 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 89 | 0 | 0.33 | 0.59 | 0.14 | 26.77 | 0.64 | 0.6 |
| Hex | DB | 93 | 59 | 0 | 21 | 3B | E | 1B | 40 | 3C |
| Octal | 333 | 223 | 131 | 0 | 41 | 73 | 16 | 33 | 100 | 74 |
| Binary | 11011011 | 10010011 | 1011001 | 0 | 100001 | 111011 | 1110 | 11011 | 1000000 | 111100 |
Color Harmonies of #DB9359
Complementary color
Monochromatic Colors of #DB9359
Black with #DB9359
Text Example
Text Example
White with #DB9359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9359; }
p { color: rgb(219,147,89); }
H1.HeaderClassName
{
color: #DB9359;
}
.AnyTagClassName
{
color: #DB9359;
}
</style>
background-color css
<style>
a { background-color: #DB9359; }
a { background-color: rgb(219,147,89); }
div.DivClassName
{
background-color: #DB9359;
}
.BgClassName
{
background-color: #DB9359;
}
</style>
border-color css
<style>
span { border-color: #DB9359; }
span { border-color: rgb(219,147,89); }
td.TdClassName
{
border-color: #DB9359;
}
.TagClassName
{
border-color: #DB9359;
}
</style>