Shades of Whiskey Sour #DB9358
Tints of Whiskey Sour #DB9358
RGB
CMYK
RGB Variations
Color information
#DB9358 (or 0xDB9358) is known color: Whiskey Sour. HEX triplet: DB, 93 and 58. RGB value is (219,147,88). Sum of RGB (Red+Green+Blue) = 219+147+88=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 88 (34.77% from 255 or 19.38% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9358 is #246CA7. Grayscale: #A2A2A2. Windows color (decimal): -2387112 or 5805019. OLE color: 5805019.
HSL color Cylindrical-coordinate representation of color #DB9358: hue angle of 27.02º 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 #DB9358 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 88 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.14 |
| HSL | 27.02º | 0.65% | 0.6% | - |
| HSV(B) | 27.02º | 0.6% | 0.86% | - |
| XYZ | 41.41 | 36.63 | 14.12 | - |
| YUV | 161.8 | 86.35 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 88 | 0 | 0.33 | 0.60 | 0.14 | 27.02 | 0.65 | 0.6 |
| Hex | DB | 93 | 58 | 0 | 21 | 3C | E | 1B | 41 | 3C |
| Octal | 333 | 223 | 130 | 0 | 41 | 74 | 16 | 33 | 101 | 74 |
| Binary | 11011011 | 10010011 | 1011000 | 0 | 100001 | 111100 | 1110 | 11011 | 1000001 | 111100 |
Color Harmonies of #DB9358
Complementary color
Monochromatic Colors of #DB9358
Black with #DB9358
Text Example
Text Example
White with #DB9358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9358; }
p { color: rgb(219,147,88); }
H1.HeaderClassName
{
color: #DB9358;
}
.AnyTagClassName
{
color: #DB9358;
}
</style>
background-color css
<style>
a { background-color: #DB9358; }
a { background-color: rgb(219,147,88); }
div.DivClassName
{
background-color: #DB9358;
}
.BgClassName
{
background-color: #DB9358;
}
</style>
border-color css
<style>
span { border-color: #DB9358; }
span { border-color: rgb(219,147,88); }
td.TdClassName
{
border-color: #DB9358;
}
.TagClassName
{
border-color: #DB9358;
}
</style>