Shades of Whiskey Sour #DB8F5E
Tints of Whiskey Sour #DB8F5E
RGB
CMYK
RGB Variations
Color information
#DB8F5E (or 0xDB8F5E) is known color: Whiskey Sour. HEX triplet: DB, 8F and 5E. RGB value is (219,143,94). Sum of RGB (Red+Green+Blue) = 219+143+94=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8F5E is #2470A1. Grayscale: #A0A0A0. Windows color (decimal): -2388130 or 6197211. OLE color: 6197211.
HSL color Cylindrical-coordinate representation of color #DB8F5E: hue angle of 23.52º 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 #DB8F5E is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 94 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.14 |
| HSL | 23.52º | 0.63% | 0.61% | - |
| HSV(B) | 23.52º | 0.57% | 0.86% | - |
| XYZ | 41.06 | 35.51 | 15.28 | - |
| YUV | 160.14 | 90.68 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 94 | 0 | 0.35 | 0.57 | 0.14 | 23.52 | 0.63 | 0.61 |
| Hex | DB | 8F | 5E | 0 | 23 | 39 | E | 18 | 3F | 3D |
| Octal | 333 | 217 | 136 | 0 | 43 | 71 | 16 | 30 | 77 | 75 |
| Binary | 11011011 | 10001111 | 1011110 | 0 | 100011 | 111001 | 1110 | 11000 | 111111 | 111101 |
Color Harmonies of #DB8F5E
Complementary color
Monochromatic Colors of #DB8F5E
Black with #DB8F5E
Text Example
Text Example
White with #DB8F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F5E; }
p { color: rgb(219,143,94); }
H1.HeaderClassName
{
color: #DB8F5E;
}
.AnyTagClassName
{
color: #DB8F5E;
}
</style>
background-color css
<style>
a { background-color: #DB8F5E; }
a { background-color: rgb(219,143,94); }
div.DivClassName
{
background-color: #DB8F5E;
}
.BgClassName
{
background-color: #DB8F5E;
}
</style>
border-color css
<style>
span { border-color: #DB8F5E; }
span { border-color: rgb(219,143,94); }
td.TdClassName
{
border-color: #DB8F5E;
}
.TagClassName
{
border-color: #DB8F5E;
}
</style>