Shades of Whiskey Sour #DB8E53
Tints of Whiskey Sour #DB8E53
RGB
CMYK
RGB Variations
Color information
#DB8E53 (or 0xDB8E53) is known color: Whiskey Sour. HEX triplet: DB, 8E and 53. RGB value is (219,142,83). Sum of RGB (Red+Green+Blue) = 219+142+83=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 83 (32.81% from 255 or 18.69% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8E53 is #2471AC. Grayscale: #9E9E9E. Windows color (decimal): -2388397 or 5476059. OLE color: 5476059.
HSL color Cylindrical-coordinate representation of color #DB8E53: hue angle of 26.03º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB8E53 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 83 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.14 |
| HSL | 26.03º | 0.65% | 0.59% | - |
| HSV(B) | 26.03º | 0.62% | 0.86% | - |
| XYZ | 40.45 | 35.03 | 12.81 | - |
| YUV | 158.3 | 85.51 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 83 | 0 | 0.35 | 0.62 | 0.14 | 26.03 | 0.65 | 0.59 |
| Hex | DB | 8E | 53 | 0 | 23 | 3E | E | 1A | 41 | 3B |
| Octal | 333 | 216 | 123 | 0 | 43 | 76 | 16 | 32 | 101 | 73 |
| Binary | 11011011 | 10001110 | 1010011 | 0 | 100011 | 111110 | 1110 | 11010 | 1000001 | 111011 |
Color Harmonies of #DB8E53
Complementary color
Monochromatic Colors of #DB8E53
Black with #DB8E53
Text Example
Text Example
White with #DB8E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8E53; }
p { color: rgb(219,142,83); }
H1.HeaderClassName
{
color: #DB8E53;
}
.AnyTagClassName
{
color: #DB8E53;
}
</style>
background-color css
<style>
a { background-color: #DB8E53; }
a { background-color: rgb(219,142,83); }
div.DivClassName
{
background-color: #DB8E53;
}
.BgClassName
{
background-color: #DB8E53;
}
</style>
border-color css
<style>
span { border-color: #DB8E53; }
span { border-color: rgb(219,142,83); }
td.TdClassName
{
border-color: #DB8E53;
}
.TagClassName
{
border-color: #DB8E53;
}
</style>