Shades of Whiskey Sour #DB8C5E
Tints of Whiskey Sour #DB8C5E
RGB
CMYK
RGB Variations
Color information
#DB8C5E (or 0xDB8C5E) is known color: Whiskey Sour. HEX triplet: DB, 8C and 5E. RGB value is (219,140,94). Sum of RGB (Red+Green+Blue) = 219+140+94=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8C5E is #2473A1. Grayscale: #9E9E9E. Windows color (decimal): -2388898 or 6196443. OLE color: 6196443.
HSL color Cylindrical-coordinate representation of color #DB8C5E: hue angle of 22.08º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB8C5E is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 140 | 94 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.14 |
| HSL | 22.08º | 0.63% | 0.61% | - |
| HSV(B) | 22.08º | 0.57% | 0.86% | - |
| XYZ | 40.61 | 34.62 | 15.13 | - |
| YUV | 158.38 | 91.67 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 94 | 0 | 0.36 | 0.57 | 0.14 | 22.08 | 0.63 | 0.61 |
| Hex | DB | 8C | 5E | 0 | 24 | 39 | E | 16 | 3F | 3D |
| Octal | 333 | 214 | 136 | 0 | 44 | 71 | 16 | 26 | 77 | 75 |
| Binary | 11011011 | 10001100 | 1011110 | 0 | 100100 | 111001 | 1110 | 10110 | 111111 | 111101 |
Color Harmonies of #DB8C5E
Complementary color
Monochromatic Colors of #DB8C5E
Black with #DB8C5E
Text Example
Text Example
White with #DB8C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8C5E; }
p { color: rgb(219,140,94); }
H1.HeaderClassName
{
color: #DB8C5E;
}
.AnyTagClassName
{
color: #DB8C5E;
}
</style>
background-color css
<style>
a { background-color: #DB8C5E; }
a { background-color: rgb(219,140,94); }
div.DivClassName
{
background-color: #DB8C5E;
}
.BgClassName
{
background-color: #DB8C5E;
}
</style>
border-color css
<style>
span { border-color: #DB8C5E; }
span { border-color: rgb(219,140,94); }
td.TdClassName
{
border-color: #DB8C5E;
}
.TagClassName
{
border-color: #DB8C5E;
}
</style>