Shades of Whiskey Sour #DB8957
Tints of Whiskey Sour #DB8957
RGB
CMYK
RGB Variations
Color information
#DB8957 (or 0xDB8957) is known color: Whiskey Sour. HEX triplet: DB, 89 and 57. RGB value is (219,137,87). Sum of RGB (Red+Green+Blue) = 219+137+87=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 87 (34.38% from 255 or 19.64% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8957 is #2476A8. Grayscale: #9C9C9C. Windows color (decimal): -2389673 or 5736923. OLE color: 5736923.
HSL color Cylindrical-coordinate representation of color #DB8957: hue angle of 22.73º 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 #DB8957 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 87 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.14 |
| HSL | 22.73º | 0.65% | 0.6% | - |
| HSV(B) | 22.73º | 0.6% | 0.86% | - |
| XYZ | 39.88 | 33.64 | 13.41 | - |
| YUV | 155.82 | 89.17 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 87 | 0 | 0.37 | 0.60 | 0.14 | 22.73 | 0.65 | 0.6 |
| Hex | DB | 89 | 57 | 0 | 25 | 3C | E | 17 | 41 | 3C |
| Octal | 333 | 211 | 127 | 0 | 45 | 74 | 16 | 27 | 101 | 74 |
| Binary | 11011011 | 10001001 | 1010111 | 0 | 100101 | 111100 | 1110 | 10111 | 1000001 | 111100 |
Color Harmonies of #DB8957
Complementary color
Monochromatic Colors of #DB8957
Black with #DB8957
Text Example
Text Example
White with #DB8957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8957; }
p { color: rgb(219,137,87); }
H1.HeaderClassName
{
color: #DB8957;
}
.AnyTagClassName
{
color: #DB8957;
}
</style>
background-color css
<style>
a { background-color: #DB8957; }
a { background-color: rgb(219,137,87); }
div.DivClassName
{
background-color: #DB8957;
}
.BgClassName
{
background-color: #DB8957;
}
</style>
border-color css
<style>
span { border-color: #DB8957; }
span { border-color: rgb(219,137,87); }
td.TdClassName
{
border-color: #DB8957;
}
.TagClassName
{
border-color: #DB8957;
}
</style>