Shades of Whiskey Sour #DB9457
Tints of Whiskey Sour #DB9457
RGB
CMYK
RGB Variations
Color information
#DB9457 (or 0xDB9457) is known color: Whiskey Sour. HEX triplet: DB, 94 and 57. RGB value is (219,148,87). Sum of RGB (Red+Green+Blue) = 219+148+87=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 87 (34.38% from 255 or 19.16% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9457 is #246BA8. Grayscale: #A2A2A2. Windows color (decimal): -2386857 or 5739739. OLE color: 5739739.
HSL color Cylindrical-coordinate representation of color #DB9457: hue angle of 27.73º 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 #DB9457 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 87 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.14 |
| HSL | 27.73º | 0.65% | 0.6% | - |
| HSV(B) | 27.73º | 0.6% | 0.86% | - |
| XYZ | 41.52 | 36.93 | 13.96 | - |
| YUV | 162.28 | 85.52 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 87 | 0 | 0.32 | 0.60 | 0.14 | 27.73 | 0.65 | 0.6 |
| Hex | DB | 94 | 57 | 0 | 20 | 3C | E | 1C | 41 | 3C |
| Octal | 333 | 224 | 127 | 0 | 40 | 74 | 16 | 34 | 101 | 74 |
| Binary | 11011011 | 10010100 | 1010111 | 0 | 100000 | 111100 | 1110 | 11100 | 1000001 | 111100 |
Color Harmonies of #DB9457
Complementary color
Monochromatic Colors of #DB9457
Black with #DB9457
Text Example
Text Example
White with #DB9457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9457; }
p { color: rgb(219,148,87); }
H1.HeaderClassName
{
color: #DB9457;
}
.AnyTagClassName
{
color: #DB9457;
}
</style>
background-color css
<style>
a { background-color: #DB9457; }
a { background-color: rgb(219,148,87); }
div.DivClassName
{
background-color: #DB9457;
}
.BgClassName
{
background-color: #DB9457;
}
</style>
border-color css
<style>
span { border-color: #DB9457; }
span { border-color: rgb(219,148,87); }
td.TdClassName
{
border-color: #DB9457;
}
.TagClassName
{
border-color: #DB9457;
}
</style>