Shades of Whiskey Sour #DB8D53
Tints of Whiskey Sour #DB8D53
RGB
CMYK
RGB Variations
Color information
#DB8D53 (or 0xDB8D53) is known color: Whiskey Sour. HEX triplet: DB, 8D and 53. RGB value is (219,141,83). Sum of RGB (Red+Green+Blue) = 219+141+83=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 83 (32.81% from 255 or 18.74% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8D53 is #2472AC. Grayscale: #9E9E9E. Windows color (decimal): -2388653 or 5475803. OLE color: 5475803.
HSL color Cylindrical-coordinate representation of color #DB8D53: hue angle of 25.59º 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 #DB8D53 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 83 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.14 |
| HSL | 25.59º | 0.65% | 0.59% | - |
| HSV(B) | 25.59º | 0.62% | 0.86% | - |
| XYZ | 40.3 | 34.73 | 12.76 | - |
| YUV | 157.71 | 85.84 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 83 | 0 | 0.36 | 0.62 | 0.14 | 25.59 | 0.65 | 0.59 |
| Hex | DB | 8D | 53 | 0 | 24 | 3E | E | 1A | 41 | 3B |
| Octal | 333 | 215 | 123 | 0 | 44 | 76 | 16 | 32 | 101 | 73 |
| Binary | 11011011 | 10001101 | 1010011 | 0 | 100100 | 111110 | 1110 | 11010 | 1000001 | 111011 |
Color Harmonies of #DB8D53
Complementary color
Monochromatic Colors of #DB8D53
Black with #DB8D53
Text Example
Text Example
White with #DB8D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D53; }
p { color: rgb(219,141,83); }
H1.HeaderClassName
{
color: #DB8D53;
}
.AnyTagClassName
{
color: #DB8D53;
}
</style>
background-color css
<style>
a { background-color: #DB8D53; }
a { background-color: rgb(219,141,83); }
div.DivClassName
{
background-color: #DB8D53;
}
.BgClassName
{
background-color: #DB8D53;
}
</style>
border-color css
<style>
span { border-color: #DB8D53; }
span { border-color: rgb(219,141,83); }
td.TdClassName
{
border-color: #DB8D53;
}
.TagClassName
{
border-color: #DB8D53;
}
</style>