Shades of Whiskey Sour #DB9050
Tints of Whiskey Sour #DB9050
RGB
CMYK
RGB Variations
Color information
#DB9050 (or 0xDB9050) is known color: Whiskey Sour. HEX triplet: DB, 90 and 50. RGB value is (219,144,80). Sum of RGB (Red+Green+Blue) = 219+144+80=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9050 is #246FAF. Grayscale: #9F9F9F. Windows color (decimal): -2387888 or 5279963. OLE color: 5279963.
HSL color Cylindrical-coordinate representation of color #DB9050: hue angle of 27.63º 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 #DB9050 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 80 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.14 |
| HSL | 27.63º | 0.66% | 0.59% | - |
| HSV(B) | 27.63º | 0.63% | 0.86% | - |
| XYZ | 40.63 | 35.59 | 12.32 | - |
| YUV | 159.13 | 83.35 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 80 | 0 | 0.34 | 0.63 | 0.14 | 27.63 | 0.66 | 0.59 |
| Hex | DB | 90 | 50 | 0 | 22 | 3F | E | 1C | 42 | 3B |
| Octal | 333 | 220 | 120 | 0 | 42 | 77 | 16 | 34 | 102 | 73 |
| Binary | 11011011 | 10010000 | 1010000 | 0 | 100010 | 111111 | 1110 | 11100 | 1000010 | 111011 |
Color Harmonies of #DB9050
Complementary color
Monochromatic Colors of #DB9050
Black with #DB9050
Text Example
Text Example
White with #DB9050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9050; }
p { color: rgb(219,144,80); }
H1.HeaderClassName
{
color: #DB9050;
}
.AnyTagClassName
{
color: #DB9050;
}
</style>
background-color css
<style>
a { background-color: #DB9050; }
a { background-color: rgb(219,144,80); }
div.DivClassName
{
background-color: #DB9050;
}
.BgClassName
{
background-color: #DB9050;
}
</style>
border-color css
<style>
span { border-color: #DB9050; }
span { border-color: rgb(219,144,80); }
td.TdClassName
{
border-color: #DB9050;
}
.TagClassName
{
border-color: #DB9050;
}
</style>