Shades of Whiskey Sour #DB9660
Tints of Whiskey Sour #DB9660
RGB
CMYK
RGB Variations
Color information
#DB9660 (or 0xDB9660) is known color: Whiskey Sour. HEX triplet: DB, 96 and 60. RGB value is (219,150,96). Sum of RGB (Red+Green+Blue) = 219+150+96=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9660 is #24699F. Grayscale: #A4A4A4. Windows color (decimal): -2386336 or 6330075. OLE color: 6330075.
HSL color Cylindrical-coordinate representation of color #DB9660: hue angle of 26.34º 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 #DB9660 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 96 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.14 |
| HSL | 26.34º | 0.63% | 0.62% | - |
| HSV(B) | 26.34º | 0.56% | 0.86% | - |
| XYZ | 42.23 | 37.72 | 16.12 | - |
| YUV | 164.48 | 89.36 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 96 | 0 | 0.32 | 0.56 | 0.14 | 26.34 | 0.63 | 0.62 |
| Hex | DB | 96 | 60 | 0 | 20 | 38 | E | 1A | 3F | 3E |
| Octal | 333 | 226 | 140 | 0 | 40 | 70 | 16 | 32 | 77 | 76 |
| Binary | 11011011 | 10010110 | 1100000 | 0 | 100000 | 111000 | 1110 | 11010 | 111111 | 111110 |
Color Harmonies of #DB9660
Complementary color
Monochromatic Colors of #DB9660
Black with #DB9660
Text Example
Text Example
White with #DB9660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9660; }
p { color: rgb(219,150,96); }
H1.HeaderClassName
{
color: #DB9660;
}
.AnyTagClassName
{
color: #DB9660;
}
</style>
background-color css
<style>
a { background-color: #DB9660; }
a { background-color: rgb(219,150,96); }
div.DivClassName
{
background-color: #DB9660;
}
.BgClassName
{
background-color: #DB9660;
}
</style>
border-color css
<style>
span { border-color: #DB9660; }
span { border-color: rgb(219,150,96); }
td.TdClassName
{
border-color: #DB9660;
}
.TagClassName
{
border-color: #DB9660;
}
</style>