Shades of Whiskey Sour #DB9157
Tints of Whiskey Sour #DB9157
RGB
CMYK
RGB Variations
Color information
#DB9157 (or 0xDB9157) is known color: Whiskey Sour. HEX triplet: DB, 91 and 57. RGB value is (219,145,87). Sum of RGB (Red+Green+Blue) = 219+145+87=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 87 (34.38% from 255 or 19.29% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9157 is #246EA8. Grayscale: #A0A0A0. Windows color (decimal): -2387625 or 5738971. OLE color: 5738971.
HSL color Cylindrical-coordinate representation of color #DB9157: hue angle of 26.36º 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 #DB9157 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 87 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.14 |
| HSL | 26.36º | 0.65% | 0.6% | - |
| HSV(B) | 26.36º | 0.6% | 0.86% | - |
| XYZ | 41.06 | 36 | 13.8 | - |
| YUV | 160.51 | 86.52 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 87 | 0 | 0.34 | 0.60 | 0.14 | 26.36 | 0.65 | 0.6 |
| Hex | DB | 91 | 57 | 0 | 22 | 3C | E | 1A | 41 | 3C |
| Octal | 333 | 221 | 127 | 0 | 42 | 74 | 16 | 32 | 101 | 74 |
| Binary | 11011011 | 10010001 | 1010111 | 0 | 100010 | 111100 | 1110 | 11010 | 1000001 | 111100 |
Color Harmonies of #DB9157
Complementary color
Monochromatic Colors of #DB9157
Black with #DB9157
Text Example
Text Example
White with #DB9157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9157; }
p { color: rgb(219,145,87); }
H1.HeaderClassName
{
color: #DB9157;
}
.AnyTagClassName
{
color: #DB9157;
}
</style>
background-color css
<style>
a { background-color: #DB9157; }
a { background-color: rgb(219,145,87); }
div.DivClassName
{
background-color: #DB9157;
}
.BgClassName
{
background-color: #DB9157;
}
</style>
border-color css
<style>
span { border-color: #DB9157; }
span { border-color: rgb(219,145,87); }
td.TdClassName
{
border-color: #DB9157;
}
.TagClassName
{
border-color: #DB9157;
}
</style>