Shades of Whiskey Sour #DB9058
Tints of Whiskey Sour #DB9058
RGB
CMYK
RGB Variations
Color information
#DB9058 (or 0xDB9058) is known color: Whiskey Sour. HEX triplet: DB, 90 and 58. RGB value is (219,144,88). Sum of RGB (Red+Green+Blue) = 219+144+88=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 88 (34.77% from 255 or 19.51% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9058 is #246FA7. Grayscale: #A0A0A0. Windows color (decimal): -2387880 or 5804251. OLE color: 5804251.
HSL color Cylindrical-coordinate representation of color #DB9058: hue angle of 25.65º 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 #DB9058 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 88 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.14 |
| HSL | 25.65º | 0.65% | 0.6% | - |
| HSV(B) | 25.65º | 0.6% | 0.86% | - |
| XYZ | 40.95 | 35.71 | 13.97 | - |
| YUV | 160.04 | 87.35 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 88 | 0 | 0.34 | 0.60 | 0.14 | 25.65 | 0.65 | 0.6 |
| Hex | DB | 90 | 58 | 0 | 22 | 3C | E | 1A | 41 | 3C |
| Octal | 333 | 220 | 130 | 0 | 42 | 74 | 16 | 32 | 101 | 74 |
| Binary | 11011011 | 10010000 | 1011000 | 0 | 100010 | 111100 | 1110 | 11010 | 1000001 | 111100 |
Color Harmonies of #DB9058
Complementary color
Monochromatic Colors of #DB9058
Black with #DB9058
Text Example
Text Example
White with #DB9058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9058; }
p { color: rgb(219,144,88); }
H1.HeaderClassName
{
color: #DB9058;
}
.AnyTagClassName
{
color: #DB9058;
}
</style>
background-color css
<style>
a { background-color: #DB9058; }
a { background-color: rgb(219,144,88); }
div.DivClassName
{
background-color: #DB9058;
}
.BgClassName
{
background-color: #DB9058;
}
</style>
border-color css
<style>
span { border-color: #DB9058; }
span { border-color: rgb(219,144,88); }
td.TdClassName
{
border-color: #DB9058;
}
.TagClassName
{
border-color: #DB9058;
}
</style>