Shades of Whiskey Sour #DB9055
Tints of Whiskey Sour #DB9055
RGB
CMYK
RGB Variations
Color information
#DB9055 (or 0xDB9055) is known color: Whiskey Sour. HEX triplet: DB, 90 and 55. RGB value is (219,144,85). Sum of RGB (Red+Green+Blue) = 219+144+85=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 85 (33.59% from 255 or 18.97% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9055 is #246FAA. Grayscale: #A0A0A0. Windows color (decimal): -2387883 or 5607643. OLE color: 5607643.
HSL color Cylindrical-coordinate representation of color #DB9055: hue angle of 26.42º 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 #DB9055 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 85 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.14 |
| HSL | 26.42º | 0.65% | 0.6% | - |
| HSV(B) | 26.42º | 0.61% | 0.86% | - |
| XYZ | 40.83 | 35.66 | 13.33 | - |
| YUV | 159.7 | 85.85 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 85 | 0 | 0.34 | 0.61 | 0.14 | 26.42 | 0.65 | 0.6 |
| Hex | DB | 90 | 55 | 0 | 22 | 3D | E | 1A | 41 | 3C |
| Octal | 333 | 220 | 125 | 0 | 42 | 75 | 16 | 32 | 101 | 74 |
| Binary | 11011011 | 10010000 | 1010101 | 0 | 100010 | 111101 | 1110 | 11010 | 1000001 | 111100 |
Color Harmonies of #DB9055
Complementary color
Monochromatic Colors of #DB9055
Black with #DB9055
Text Example
Text Example
White with #DB9055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9055; }
p { color: rgb(219,144,85); }
H1.HeaderClassName
{
color: #DB9055;
}
.AnyTagClassName
{
color: #DB9055;
}
</style>
background-color css
<style>
a { background-color: #DB9055; }
a { background-color: rgb(219,144,85); }
div.DivClassName
{
background-color: #DB9055;
}
.BgClassName
{
background-color: #DB9055;
}
</style>
border-color css
<style>
span { border-color: #DB9055; }
span { border-color: rgb(219,144,85); }
td.TdClassName
{
border-color: #DB9055;
}
.TagClassName
{
border-color: #DB9055;
}
</style>