Shades of Whiskey Sour #DB9057
Tints of Whiskey Sour #DB9057
RGB
CMYK
RGB Variations
Color information
#DB9057 (or 0xDB9057) is known color: Whiskey Sour. HEX triplet: DB, 90 and 57. RGB value is (219,144,87). Sum of RGB (Red+Green+Blue) = 219+144+87=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 87 (34.38% from 255 or 19.33% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9057 is #246FA8. Grayscale: #A0A0A0. Windows color (decimal): -2387881 or 5738715. OLE color: 5738715.
HSL color Cylindrical-coordinate representation of color #DB9057: hue angle of 25.91º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB9057 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 87 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.14 |
| HSL | 25.91º | 0.65% | 0.6% | - |
| HSV(B) | 25.91º | 0.6% | 0.86% | - |
| XYZ | 40.91 | 35.69 | 13.75 | - |
| YUV | 159.93 | 86.85 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 87 | 0 | 0.34 | 0.60 | 0.14 | 25.91 | 0.65 | 0.6 |
| Hex | DB | 90 | 57 | 0 | 22 | 3C | E | 1A | 41 | 3C |
| Octal | 333 | 220 | 127 | 0 | 42 | 74 | 16 | 32 | 101 | 74 |
| Binary | 11011011 | 10010000 | 1010111 | 0 | 100010 | 111100 | 1110 | 11010 | 1000001 | 111100 |
Color Harmonies of #DB9057
Complementary color
Monochromatic Colors of #DB9057
Black with #DB9057
Text Example
Text Example
White with #DB9057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9057; }
p { color: rgb(219,144,87); }
H1.HeaderClassName
{
color: #DB9057;
}
.AnyTagClassName
{
color: #DB9057;
}
</style>
background-color css
<style>
a { background-color: #DB9057; }
a { background-color: rgb(219,144,87); }
div.DivClassName
{
background-color: #DB9057;
}
.BgClassName
{
background-color: #DB9057;
}
</style>
border-color css
<style>
span { border-color: #DB9057; }
span { border-color: rgb(219,144,87); }
td.TdClassName
{
border-color: #DB9057;
}
.TagClassName
{
border-color: #DB9057;
}
</style>