Shades of Whiskey Sour #DB9154
Tints of Whiskey Sour #DB9154
RGB
CMYK
RGB Variations
Color information
#DB9154 (or 0xDB9154) is known color: Whiskey Sour. HEX triplet: DB, 91 and 54. RGB value is (219,145,84). Sum of RGB (Red+Green+Blue) = 219+145+84=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 84 (33.20% from 255 or 18.75% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9154 is #246EAB. Grayscale: #A0A0A0. Windows color (decimal): -2387628 or 5542363. OLE color: 5542363.
HSL color Cylindrical-coordinate representation of color #DB9154: hue angle of 27.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB9154 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 84 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.14 |
| HSL | 27.11º | 0.65% | 0.59% | - |
| HSV(B) | 27.11º | 0.62% | 0.86% | - |
| XYZ | 40.94 | 35.95 | 13.17 | - |
| YUV | 160.17 | 85.02 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 84 | 0 | 0.34 | 0.62 | 0.14 | 27.11 | 0.65 | 0.59 |
| Hex | DB | 91 | 54 | 0 | 22 | 3E | E | 1B | 41 | 3B |
| Octal | 333 | 221 | 124 | 0 | 42 | 76 | 16 | 33 | 101 | 73 |
| Binary | 11011011 | 10010001 | 1010100 | 0 | 100010 | 111110 | 1110 | 11011 | 1000001 | 111011 |
Color Harmonies of #DB9154
Complementary color
Monochromatic Colors of #DB9154
Black with #DB9154
Text Example
Text Example
White with #DB9154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9154; }
p { color: rgb(219,145,84); }
H1.HeaderClassName
{
color: #DB9154;
}
.AnyTagClassName
{
color: #DB9154;
}
</style>
background-color css
<style>
a { background-color: #DB9154; }
a { background-color: rgb(219,145,84); }
div.DivClassName
{
background-color: #DB9154;
}
.BgClassName
{
background-color: #DB9154;
}
</style>
border-color css
<style>
span { border-color: #DB9154; }
span { border-color: rgb(219,145,84); }
td.TdClassName
{
border-color: #DB9154;
}
.TagClassName
{
border-color: #DB9154;
}
</style>