Shades of Whiskey Sour #DB8E5A
Tints of Whiskey Sour #DB8E5A
RGB
CMYK
RGB Variations
Color information
#DB8E5A (or 0xDB8E5A) is known color: Whiskey Sour. HEX triplet: DB, 8E and 5A. RGB value is (219,142,90). Sum of RGB (Red+Green+Blue) = 219+142+90=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 90 (35.55% from 255 or 19.96% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8E5A is #2471A5. Grayscale: #9F9F9F. Windows color (decimal): -2388390 or 5934811. OLE color: 5934811.
HSL color Cylindrical-coordinate representation of color #DB8E5A: hue angle of 24.19º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB8E5A is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 90 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.14 |
| HSL | 24.19º | 0.64% | 0.61% | - |
| HSV(B) | 24.19º | 0.59% | 0.86% | - |
| XYZ | 40.73 | 35.14 | 14.31 | - |
| YUV | 159.1 | 89.01 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 90 | 0 | 0.35 | 0.59 | 0.14 | 24.19 | 0.64 | 0.61 |
| Hex | DB | 8E | 5A | 0 | 23 | 3B | E | 18 | 40 | 3D |
| Octal | 333 | 216 | 132 | 0 | 43 | 73 | 16 | 30 | 100 | 75 |
| Binary | 11011011 | 10001110 | 1011010 | 0 | 100011 | 111011 | 1110 | 11000 | 1000000 | 111101 |
Color Harmonies of #DB8E5A
Complementary color
Monochromatic Colors of #DB8E5A
Black with #DB8E5A
Text Example
Text Example
White with #DB8E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8E5A; }
p { color: rgb(219,142,90); }
H1.HeaderClassName
{
color: #DB8E5A;
}
.AnyTagClassName
{
color: #DB8E5A;
}
</style>
background-color css
<style>
a { background-color: #DB8E5A; }
a { background-color: rgb(219,142,90); }
div.DivClassName
{
background-color: #DB8E5A;
}
.BgClassName
{
background-color: #DB8E5A;
}
</style>
border-color css
<style>
span { border-color: #DB8E5A; }
span { border-color: rgb(219,142,90); }
td.TdClassName
{
border-color: #DB8E5A;
}
.TagClassName
{
border-color: #DB8E5A;
}
</style>