Shades of Whiskey Sour #DB9460
Tints of Whiskey Sour #DB9460
RGB
CMYK
RGB Variations
Color information
#DB9460 (or 0xDB9460) is known color: Whiskey Sour. HEX triplet: DB, 94 and 60. RGB value is (219,148,96). Sum of RGB (Red+Green+Blue) = 219+148+96=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9460 is #246B9F. Grayscale: #A3A3A3. Windows color (decimal): -2386848 or 6329563. OLE color: 6329563.
HSL color Cylindrical-coordinate representation of color #DB9460: hue angle of 25.37º 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 #DB9460 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 96 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.14 |
| HSL | 25.37º | 0.63% | 0.62% | - |
| HSV(B) | 25.37º | 0.56% | 0.86% | - |
| XYZ | 41.91 | 37.08 | 16.02 | - |
| YUV | 163.3 | 90.02 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 96 | 0 | 0.32 | 0.56 | 0.14 | 25.37 | 0.63 | 0.62 |
| Hex | DB | 94 | 60 | 0 | 20 | 38 | E | 19 | 3F | 3E |
| Octal | 333 | 224 | 140 | 0 | 40 | 70 | 16 | 31 | 77 | 76 |
| Binary | 11011011 | 10010100 | 1100000 | 0 | 100000 | 111000 | 1110 | 11001 | 111111 | 111110 |
Color Harmonies of #DB9460
Complementary color
Monochromatic Colors of #DB9460
Black with #DB9460
Text Example
Text Example
White with #DB9460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9460; }
p { color: rgb(219,148,96); }
H1.HeaderClassName
{
color: #DB9460;
}
.AnyTagClassName
{
color: #DB9460;
}
</style>
background-color css
<style>
a { background-color: #DB9460; }
a { background-color: rgb(219,148,96); }
div.DivClassName
{
background-color: #DB9460;
}
.BgClassName
{
background-color: #DB9460;
}
</style>
border-color css
<style>
span { border-color: #DB9460; }
span { border-color: rgb(219,148,96); }
td.TdClassName
{
border-color: #DB9460;
}
.TagClassName
{
border-color: #DB9460;
}
</style>