Shades of Whiskey Sour #DB8E50
Tints of Whiskey Sour #DB8E50
RGB
CMYK
RGB Variations
Color information
#DB8E50 (or 0xDB8E50) is known color: Whiskey Sour. HEX triplet: DB, 8E and 50. RGB value is (219,142,80). Sum of RGB (Red+Green+Blue) = 219+142+80=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8E50 is #2471AF. Grayscale: #9E9E9E. Windows color (decimal): -2388400 or 5279451. OLE color: 5279451.
HSL color Cylindrical-coordinate representation of color #DB8E50: hue angle of 26.76º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB8E50 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 80 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.14 |
| HSL | 26.76º | 0.66% | 0.59% | - |
| HSV(B) | 26.76º | 0.63% | 0.86% | - |
| XYZ | 40.33 | 34.99 | 12.22 | - |
| YUV | 157.96 | 84.01 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 80 | 0 | 0.35 | 0.63 | 0.14 | 26.76 | 0.66 | 0.59 |
| Hex | DB | 8E | 50 | 0 | 23 | 3F | E | 1B | 42 | 3B |
| Octal | 333 | 216 | 120 | 0 | 43 | 77 | 16 | 33 | 102 | 73 |
| Binary | 11011011 | 10001110 | 1010000 | 0 | 100011 | 111111 | 1110 | 11011 | 1000010 | 111011 |
Color Harmonies of #DB8E50
Complementary color
Monochromatic Colors of #DB8E50
Black with #DB8E50
Text Example
Text Example
White with #DB8E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8E50; }
p { color: rgb(219,142,80); }
H1.HeaderClassName
{
color: #DB8E50;
}
.AnyTagClassName
{
color: #DB8E50;
}
</style>
background-color css
<style>
a { background-color: #DB8E50; }
a { background-color: rgb(219,142,80); }
div.DivClassName
{
background-color: #DB8E50;
}
.BgClassName
{
background-color: #DB8E50;
}
</style>
border-color css
<style>
span { border-color: #DB8E50; }
span { border-color: rgb(219,142,80); }
td.TdClassName
{
border-color: #DB8E50;
}
.TagClassName
{
border-color: #DB8E50;
}
</style>