Shades of Whiskey Sour #DB8B5A
Tints of Whiskey Sour #DB8B5A
RGB
CMYK
RGB Variations
Color information
#DB8B5A (or 0xDB8B5A) is known color: Whiskey Sour. HEX triplet: DB, 8B and 5A. RGB value is (219,139,90). Sum of RGB (Red+Green+Blue) = 219+139+90=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8B5A is #2474A5. Grayscale: #9D9D9D. Windows color (decimal): -2389158 or 5934043. OLE color: 5934043.
HSL color Cylindrical-coordinate representation of color #DB8B5A: hue angle of 22.79º 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 #DB8B5A is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 90 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.14 |
| HSL | 22.79º | 0.64% | 0.61% | - |
| HSV(B) | 22.79º | 0.59% | 0.86% | - |
| XYZ | 40.29 | 34.26 | 14.16 | - |
| YUV | 157.33 | 90 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 90 | 0 | 0.37 | 0.59 | 0.14 | 22.79 | 0.64 | 0.61 |
| Hex | DB | 8B | 5A | 0 | 25 | 3B | E | 17 | 40 | 3D |
| Octal | 333 | 213 | 132 | 0 | 45 | 73 | 16 | 27 | 100 | 75 |
| Binary | 11011011 | 10001011 | 1011010 | 0 | 100101 | 111011 | 1110 | 10111 | 1000000 | 111101 |
Color Harmonies of #DB8B5A
Complementary color
Monochromatic Colors of #DB8B5A
Black with #DB8B5A
Text Example
Text Example
White with #DB8B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8B5A; }
p { color: rgb(219,139,90); }
H1.HeaderClassName
{
color: #DB8B5A;
}
.AnyTagClassName
{
color: #DB8B5A;
}
</style>
background-color css
<style>
a { background-color: #DB8B5A; }
a { background-color: rgb(219,139,90); }
div.DivClassName
{
background-color: #DB8B5A;
}
.BgClassName
{
background-color: #DB8B5A;
}
</style>
border-color css
<style>
span { border-color: #DB8B5A; }
span { border-color: rgb(219,139,90); }
td.TdClassName
{
border-color: #DB8B5A;
}
.TagClassName
{
border-color: #DB8B5A;
}
</style>