Shades of Whiskey Sour #DB9458
Tints of Whiskey Sour #DB9458
RGB
CMYK
RGB Variations
Color information
#DB9458 (or 0xDB9458) is known color: Whiskey Sour. HEX triplet: DB, 94 and 58. RGB value is (219,148,88). Sum of RGB (Red+Green+Blue) = 219+148+88=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 88 (34.77% from 255 or 19.34% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9458 is #246BA7. Grayscale: #A2A2A2. Windows color (decimal): -2386856 or 5805275. OLE color: 5805275.
HSL color Cylindrical-coordinate representation of color #DB9458: hue angle of 27.48º 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 #DB9458 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 88 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.14 |
| HSL | 27.48º | 0.65% | 0.6% | - |
| HSV(B) | 27.48º | 0.6% | 0.86% | - |
| XYZ | 41.56 | 36.94 | 14.17 | - |
| YUV | 162.39 | 86.02 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 88 | 0 | 0.32 | 0.60 | 0.14 | 27.48 | 0.65 | 0.6 |
| Hex | DB | 94 | 58 | 0 | 20 | 3C | E | 1B | 41 | 3C |
| Octal | 333 | 224 | 130 | 0 | 40 | 74 | 16 | 33 | 101 | 74 |
| Binary | 11011011 | 10010100 | 1011000 | 0 | 100000 | 111100 | 1110 | 11011 | 1000001 | 111100 |
Color Harmonies of #DB9458
Complementary color
Monochromatic Colors of #DB9458
Black with #DB9458
Text Example
Text Example
White with #DB9458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9458; }
p { color: rgb(219,148,88); }
H1.HeaderClassName
{
color: #DB9458;
}
.AnyTagClassName
{
color: #DB9458;
}
</style>
background-color css
<style>
a { background-color: #DB9458; }
a { background-color: rgb(219,148,88); }
div.DivClassName
{
background-color: #DB9458;
}
.BgClassName
{
background-color: #DB9458;
}
</style>
border-color css
<style>
span { border-color: #DB9458; }
span { border-color: rgb(219,148,88); }
td.TdClassName
{
border-color: #DB9458;
}
.TagClassName
{
border-color: #DB9458;
}
</style>