Shades of Whiskey Sour #DB9155
Tints of Whiskey Sour #DB9155
RGB
CMYK
RGB Variations
Color information
#DB9155 (or 0xDB9155) is known color: Whiskey Sour. HEX triplet: DB, 91 and 55. RGB value is (219,145,85). Sum of RGB (Red+Green+Blue) = 219+145+85=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9155 is #246EAA. Grayscale: #A0A0A0. Windows color (decimal): -2387627 or 5607899. OLE color: 5607899.
HSL color Cylindrical-coordinate representation of color #DB9155: hue angle of 26.87º 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 #DB9155 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 85 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.14 |
| HSL | 26.87º | 0.65% | 0.6% | - |
| HSV(B) | 26.87º | 0.61% | 0.86% | - |
| XYZ | 40.98 | 35.97 | 13.38 | - |
| YUV | 160.29 | 85.52 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 85 | 0 | 0.34 | 0.61 | 0.14 | 26.87 | 0.65 | 0.6 |
| Hex | DB | 91 | 55 | 0 | 22 | 3D | E | 1B | 41 | 3C |
| Octal | 333 | 221 | 125 | 0 | 42 | 75 | 16 | 33 | 101 | 74 |
| Binary | 11011011 | 10010001 | 1010101 | 0 | 100010 | 111101 | 1110 | 11011 | 1000001 | 111100 |
Color Harmonies of #DB9155
Complementary color
Monochromatic Colors of #DB9155
Black with #DB9155
Text Example
Text Example
White with #DB9155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9155; }
p { color: rgb(219,145,85); }
H1.HeaderClassName
{
color: #DB9155;
}
.AnyTagClassName
{
color: #DB9155;
}
</style>
background-color css
<style>
a { background-color: #DB9155; }
a { background-color: rgb(219,145,85); }
div.DivClassName
{
background-color: #DB9155;
}
.BgClassName
{
background-color: #DB9155;
}
</style>
border-color css
<style>
span { border-color: #DB9155; }
span { border-color: rgb(219,145,85); }
td.TdClassName
{
border-color: #DB9155;
}
.TagClassName
{
border-color: #DB9155;
}
</style>