Shades of Whiskey Sour #DB8F59
Tints of Whiskey Sour #DB8F59
RGB
CMYK
RGB Variations
Color information
#DB8F59 (or 0xDB8F59) is known color: Whiskey Sour. HEX triplet: DB, 8F and 59. RGB value is (219,143,89). Sum of RGB (Red+Green+Blue) = 219+143+89=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 89 (35.16% from 255 or 19.73% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8F59 is #2470A6. Grayscale: #9F9F9F. Windows color (decimal): -2388135 or 5869531. OLE color: 5869531.
HSL color Cylindrical-coordinate representation of color #DB8F59: hue angle of 24.92º 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 #DB8F59 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 89 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.14 |
| HSL | 24.92º | 0.64% | 0.6% | - |
| HSV(B) | 24.92º | 0.59% | 0.86% | - |
| XYZ | 40.84 | 35.43 | 14.14 | - |
| YUV | 159.57 | 88.18 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 89 | 0 | 0.35 | 0.59 | 0.14 | 24.92 | 0.64 | 0.6 |
| Hex | DB | 8F | 59 | 0 | 23 | 3B | E | 19 | 40 | 3C |
| Octal | 333 | 217 | 131 | 0 | 43 | 73 | 16 | 31 | 100 | 74 |
| Binary | 11011011 | 10001111 | 1011001 | 0 | 100011 | 111011 | 1110 | 11001 | 1000000 | 111100 |
Color Harmonies of #DB8F59
Complementary color
Monochromatic Colors of #DB8F59
Black with #DB8F59
Text Example
Text Example
White with #DB8F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F59; }
p { color: rgb(219,143,89); }
H1.HeaderClassName
{
color: #DB8F59;
}
.AnyTagClassName
{
color: #DB8F59;
}
</style>
background-color css
<style>
a { background-color: #DB8F59; }
a { background-color: rgb(219,143,89); }
div.DivClassName
{
background-color: #DB8F59;
}
.BgClassName
{
background-color: #DB8F59;
}
</style>
border-color css
<style>
span { border-color: #DB8F59; }
span { border-color: rgb(219,143,89); }
td.TdClassName
{
border-color: #DB8F59;
}
.TagClassName
{
border-color: #DB8F59;
}
</style>