Shades of Whiskey Sour #DB9056
Tints of Whiskey Sour #DB9056
RGB
CMYK
RGB Variations
Color information
#DB9056 (or 0xDB9056) is known color: Whiskey Sour. HEX triplet: DB, 90 and 56. RGB value is (219,144,86). Sum of RGB (Red+Green+Blue) = 219+144+86=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9056 is #246FA9. Grayscale: #A0A0A0. Windows color (decimal): -2387882 or 5673179. OLE color: 5673179.
HSL color Cylindrical-coordinate representation of color #DB9056: hue angle of 26.17º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB9056 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 86 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.14 |
| HSL | 26.17º | 0.65% | 0.6% | - |
| HSV(B) | 26.17º | 0.61% | 0.86% | - |
| XYZ | 40.87 | 35.68 | 13.54 | - |
| YUV | 159.81 | 86.35 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 86 | 0 | 0.34 | 0.61 | 0.14 | 26.17 | 0.65 | 0.6 |
| Hex | DB | 90 | 56 | 0 | 22 | 3D | E | 1A | 41 | 3C |
| Octal | 333 | 220 | 126 | 0 | 42 | 75 | 16 | 32 | 101 | 74 |
| Binary | 11011011 | 10010000 | 1010110 | 0 | 100010 | 111101 | 1110 | 11010 | 1000001 | 111100 |
Color Harmonies of #DB9056
Complementary color
Monochromatic Colors of #DB9056
Black with #DB9056
Text Example
Text Example
White with #DB9056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9056; }
p { color: rgb(219,144,86); }
H1.HeaderClassName
{
color: #DB9056;
}
.AnyTagClassName
{
color: #DB9056;
}
</style>
background-color css
<style>
a { background-color: #DB9056; }
a { background-color: rgb(219,144,86); }
div.DivClassName
{
background-color: #DB9056;
}
.BgClassName
{
background-color: #DB9056;
}
</style>
border-color css
<style>
span { border-color: #DB9056; }
span { border-color: rgb(219,144,86); }
td.TdClassName
{
border-color: #DB9056;
}
.TagClassName
{
border-color: #DB9056;
}
</style>