Shades of Whiskey Sour #DB9360
Tints of Whiskey Sour #DB9360
RGB
CMYK
RGB Variations
Color information
#DB9360 (or 0xDB9360) is known color: Whiskey Sour. HEX triplet: DB, 93 and 60. RGB value is (219,147,96). Sum of RGB (Red+Green+Blue) = 219+147+96=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 96 (37.89% from 255 or 20.78% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9360 is #246C9F. Grayscale: #A2A2A2. Windows color (decimal): -2387104 or 6329307. OLE color: 6329307.
HSL color Cylindrical-coordinate representation of color #DB9360: hue angle of 24.88º 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 #DB9360 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 96 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.14 |
| HSL | 24.88º | 0.63% | 0.62% | - |
| HSV(B) | 24.88º | 0.56% | 0.86% | - |
| XYZ | 41.76 | 36.77 | 15.96 | - |
| YUV | 162.71 | 90.35 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 96 | 0 | 0.33 | 0.56 | 0.14 | 24.88 | 0.63 | 0.62 |
| Hex | DB | 93 | 60 | 0 | 21 | 38 | E | 19 | 3F | 3E |
| Octal | 333 | 223 | 140 | 0 | 41 | 70 | 16 | 31 | 77 | 76 |
| Binary | 11011011 | 10010011 | 1100000 | 0 | 100001 | 111000 | 1110 | 11001 | 111111 | 111110 |
Color Harmonies of #DB9360
Complementary color
Monochromatic Colors of #DB9360
Black with #DB9360
Text Example
Text Example
White with #DB9360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9360; }
p { color: rgb(219,147,96); }
H1.HeaderClassName
{
color: #DB9360;
}
.AnyTagClassName
{
color: #DB9360;
}
</style>
background-color css
<style>
a { background-color: #DB9360; }
a { background-color: rgb(219,147,96); }
div.DivClassName
{
background-color: #DB9360;
}
.BgClassName
{
background-color: #DB9360;
}
</style>
border-color css
<style>
span { border-color: #DB9360; }
span { border-color: rgb(219,147,96); }
td.TdClassName
{
border-color: #DB9360;
}
.TagClassName
{
border-color: #DB9360;
}
</style>