Shades of Whiskey Sour #DB9560
Tints of Whiskey Sour #DB9560
RGB
CMYK
RGB Variations
Color information
#DB9560 (or 0xDB9560) is known color: Whiskey Sour. HEX triplet: DB, 95 and 60. RGB value is (219,149,96). Sum of RGB (Red+Green+Blue) = 219+149+96=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9560 is #246A9F. Grayscale: #A4A4A4. Windows color (decimal): -2386592 or 6329819. OLE color: 6329819.
HSL color Cylindrical-coordinate representation of color #DB9560: hue angle of 25.85º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB9560 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 96 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.14 |
| HSL | 25.85º | 0.63% | 0.62% | - |
| HSV(B) | 25.85º | 0.56% | 0.86% | - |
| XYZ | 42.07 | 37.4 | 16.07 | - |
| YUV | 163.89 | 89.69 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 96 | 0 | 0.32 | 0.56 | 0.14 | 25.85 | 0.63 | 0.62 |
| Hex | DB | 95 | 60 | 0 | 20 | 38 | E | 1A | 3F | 3E |
| Octal | 333 | 225 | 140 | 0 | 40 | 70 | 16 | 32 | 77 | 76 |
| Binary | 11011011 | 10010101 | 1100000 | 0 | 100000 | 111000 | 1110 | 11010 | 111111 | 111110 |
Color Harmonies of #DB9560
Complementary color
Monochromatic Colors of #DB9560
Black with #DB9560
Text Example
Text Example
White with #DB9560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9560; }
p { color: rgb(219,149,96); }
H1.HeaderClassName
{
color: #DB9560;
}
.AnyTagClassName
{
color: #DB9560;
}
</style>
background-color css
<style>
a { background-color: #DB9560; }
a { background-color: rgb(219,149,96); }
div.DivClassName
{
background-color: #DB9560;
}
.BgClassName
{
background-color: #DB9560;
}
</style>
border-color css
<style>
span { border-color: #DB9560; }
span { border-color: rgb(219,149,96); }
td.TdClassName
{
border-color: #DB9560;
}
.TagClassName
{
border-color: #DB9560;
}
</style>