Shades of Whiskey Sour #DB9156
Tints of Whiskey Sour #DB9156
RGB
CMYK
RGB Variations
Color information
#DB9156 (or 0xDB9156) is known color: Whiskey Sour. HEX triplet: DB, 91 and 56. RGB value is (219,145,86). Sum of RGB (Red+Green+Blue) = 219+145+86=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 86 (33.98% from 255 or 19.11% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9156 is #246EA9. Grayscale: #A0A0A0. Windows color (decimal): -2387626 or 5673435. OLE color: 5673435.
HSL color Cylindrical-coordinate representation of color #DB9156: hue angle of 26.62º 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 #DB9156 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 86 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.14 |
| HSL | 26.62º | 0.65% | 0.6% | - |
| HSV(B) | 26.62º | 0.61% | 0.86% | - |
| XYZ | 41.02 | 35.98 | 13.59 | - |
| YUV | 160.4 | 86.02 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 86 | 0 | 0.34 | 0.61 | 0.14 | 26.62 | 0.65 | 0.6 |
| Hex | DB | 91 | 56 | 0 | 22 | 3D | E | 1B | 41 | 3C |
| Octal | 333 | 221 | 126 | 0 | 42 | 75 | 16 | 33 | 101 | 74 |
| Binary | 11011011 | 10010001 | 1010110 | 0 | 100010 | 111101 | 1110 | 11011 | 1000001 | 111100 |
Color Harmonies of #DB9156
Complementary color
Monochromatic Colors of #DB9156
Black with #DB9156
Text Example
Text Example
White with #DB9156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9156; }
p { color: rgb(219,145,86); }
H1.HeaderClassName
{
color: #DB9156;
}
.AnyTagClassName
{
color: #DB9156;
}
</style>
background-color css
<style>
a { background-color: #DB9156; }
a { background-color: rgb(219,145,86); }
div.DivClassName
{
background-color: #DB9156;
}
.BgClassName
{
background-color: #DB9156;
}
</style>
border-color css
<style>
span { border-color: #DB9156; }
span { border-color: rgb(219,145,86); }
td.TdClassName
{
border-color: #DB9156;
}
.TagClassName
{
border-color: #DB9156;
}
</style>