Shades of Whiskey Sour #DB9151
Tints of Whiskey Sour #DB9151
RGB
CMYK
RGB Variations
Color information
#DB9151 (or 0xDB9151) is known color: Whiskey Sour. HEX triplet: DB, 91 and 51. RGB value is (219,145,81). Sum of RGB (Red+Green+Blue) = 219+145+81=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 81 (32.03% from 255 or 18.20% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9151 is #246EAE. Grayscale: #A0A0A0. Windows color (decimal): -2387631 or 5345755. OLE color: 5345755.
HSL color Cylindrical-coordinate representation of color #DB9151: hue angle of 27.83º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB9151 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 81 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.14 |
| HSL | 27.83º | 0.66% | 0.59% | - |
| HSV(B) | 27.83º | 0.63% | 0.86% | - |
| XYZ | 40.82 | 35.9 | 12.56 | - |
| YUV | 159.83 | 83.52 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 81 | 0 | 0.34 | 0.63 | 0.14 | 27.83 | 0.66 | 0.59 |
| Hex | DB | 91 | 51 | 0 | 22 | 3F | E | 1C | 42 | 3B |
| Octal | 333 | 221 | 121 | 0 | 42 | 77 | 16 | 34 | 102 | 73 |
| Binary | 11011011 | 10010001 | 1010001 | 0 | 100010 | 111111 | 1110 | 11100 | 1000010 | 111011 |
Color Harmonies of #DB9151
Complementary color
Monochromatic Colors of #DB9151
Black with #DB9151
Text Example
Text Example
White with #DB9151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9151; }
p { color: rgb(219,145,81); }
H1.HeaderClassName
{
color: #DB9151;
}
.AnyTagClassName
{
color: #DB9151;
}
</style>
background-color css
<style>
a { background-color: #DB9151; }
a { background-color: rgb(219,145,81); }
div.DivClassName
{
background-color: #DB9151;
}
.BgClassName
{
background-color: #DB9151;
}
</style>
border-color css
<style>
span { border-color: #DB9151; }
span { border-color: rgb(219,145,81); }
td.TdClassName
{
border-color: #DB9151;
}
.TagClassName
{
border-color: #DB9151;
}
</style>