Shades of Whiskey Sour #DB8E5E
Tints of Whiskey Sour #DB8E5E
RGB
CMYK
RGB Variations
Color information
#DB8E5E (or 0xDB8E5E) is known color: Whiskey Sour. HEX triplet: DB, 8E and 5E. RGB value is (219,142,94). Sum of RGB (Red+Green+Blue) = 219+142+94=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8E5E is #2471A1. Grayscale: #9F9F9F. Windows color (decimal): -2388386 or 6196955. OLE color: 6196955.
HSL color Cylindrical-coordinate representation of color #DB8E5E: hue angle of 23.04º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB8E5E is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 94 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.14 |
| HSL | 23.04º | 0.63% | 0.61% | - |
| HSV(B) | 23.04º | 0.57% | 0.86% | - |
| XYZ | 40.91 | 35.21 | 15.23 | - |
| YUV | 159.55 | 91.01 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 94 | 0 | 0.35 | 0.57 | 0.14 | 23.04 | 0.63 | 0.61 |
| Hex | DB | 8E | 5E | 0 | 23 | 39 | E | 17 | 3F | 3D |
| Octal | 333 | 216 | 136 | 0 | 43 | 71 | 16 | 27 | 77 | 75 |
| Binary | 11011011 | 10001110 | 1011110 | 0 | 100011 | 111001 | 1110 | 10111 | 111111 | 111101 |
Color Harmonies of #DB8E5E
Complementary color
Monochromatic Colors of #DB8E5E
Black with #DB8E5E
Text Example
Text Example
White with #DB8E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8E5E; }
p { color: rgb(219,142,94); }
H1.HeaderClassName
{
color: #DB8E5E;
}
.AnyTagClassName
{
color: #DB8E5E;
}
</style>
background-color css
<style>
a { background-color: #DB8E5E; }
a { background-color: rgb(219,142,94); }
div.DivClassName
{
background-color: #DB8E5E;
}
.BgClassName
{
background-color: #DB8E5E;
}
</style>
border-color css
<style>
span { border-color: #DB8E5E; }
span { border-color: rgb(219,142,94); }
td.TdClassName
{
border-color: #DB8E5E;
}
.TagClassName
{
border-color: #DB8E5E;
}
</style>