Shades of Whiskey Sour #DB8D57
Tints of Whiskey Sour #DB8D57
RGB
CMYK
RGB Variations
Color information
#DB8D57 (or 0xDB8D57) is known color: Whiskey Sour. HEX triplet: DB, 8D and 57. RGB value is (219,141,87). Sum of RGB (Red+Green+Blue) = 219+141+87=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 87 (34.38% from 255 or 19.46% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8D57 is #2472A8. Grayscale: #9E9E9E. Windows color (decimal): -2388649 or 5737947. OLE color: 5737947.
HSL color Cylindrical-coordinate representation of color #DB8D57: hue angle of 24.55º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB8D57 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 87 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.14 |
| HSL | 24.55º | 0.65% | 0.6% | - |
| HSV(B) | 24.55º | 0.6% | 0.86% | - |
| XYZ | 40.46 | 34.8 | 13.6 | - |
| YUV | 158.17 | 87.84 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 87 | 0 | 0.36 | 0.60 | 0.14 | 24.55 | 0.65 | 0.6 |
| Hex | DB | 8D | 57 | 0 | 24 | 3C | E | 19 | 41 | 3C |
| Octal | 333 | 215 | 127 | 0 | 44 | 74 | 16 | 31 | 101 | 74 |
| Binary | 11011011 | 10001101 | 1010111 | 0 | 100100 | 111100 | 1110 | 11001 | 1000001 | 111100 |
Color Harmonies of #DB8D57
Complementary color
Monochromatic Colors of #DB8D57
Black with #DB8D57
Text Example
Text Example
White with #DB8D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D57; }
p { color: rgb(219,141,87); }
H1.HeaderClassName
{
color: #DB8D57;
}
.AnyTagClassName
{
color: #DB8D57;
}
</style>
background-color css
<style>
a { background-color: #DB8D57; }
a { background-color: rgb(219,141,87); }
div.DivClassName
{
background-color: #DB8D57;
}
.BgClassName
{
background-color: #DB8D57;
}
</style>
border-color css
<style>
span { border-color: #DB8D57; }
span { border-color: rgb(219,141,87); }
td.TdClassName
{
border-color: #DB8D57;
}
.TagClassName
{
border-color: #DB8D57;
}
</style>