Shades of Whiskey Sour #DB9353
Tints of Whiskey Sour #DB9353
RGB
CMYK
RGB Variations
Color information
#DB9353 (or 0xDB9353) is known color: Whiskey Sour. HEX triplet: DB, 93 and 53. RGB value is (219,147,83). Sum of RGB (Red+Green+Blue) = 219+147+83=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 83 (32.81% from 255 or 18.49% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9353 is #246CAC. Grayscale: #A1A1A1. Windows color (decimal): -2387117 or 5477339. OLE color: 5477339.
HSL color Cylindrical-coordinate representation of color #DB9353: hue angle of 28.24º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB9353 is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 83 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.14 |
| HSL | 28.24º | 0.65% | 0.59% | - |
| HSV(B) | 28.24º | 0.62% | 0.86% | - |
| XYZ | 41.21 | 36.55 | 13.07 | - |
| YUV | 161.23 | 83.85 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 83 | 0 | 0.33 | 0.62 | 0.14 | 28.24 | 0.65 | 0.59 |
| Hex | DB | 93 | 53 | 0 | 21 | 3E | E | 1C | 41 | 3B |
| Octal | 333 | 223 | 123 | 0 | 41 | 76 | 16 | 34 | 101 | 73 |
| Binary | 11011011 | 10010011 | 1010011 | 0 | 100001 | 111110 | 1110 | 11100 | 1000001 | 111011 |
Color Harmonies of #DB9353
Complementary color
Monochromatic Colors of #DB9353
Black with #DB9353
Text Example
Text Example
White with #DB9353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9353; }
p { color: rgb(219,147,83); }
H1.HeaderClassName
{
color: #DB9353;
}
.AnyTagClassName
{
color: #DB9353;
}
</style>
background-color css
<style>
a { background-color: #DB9353; }
a { background-color: rgb(219,147,83); }
div.DivClassName
{
background-color: #DB9353;
}
.BgClassName
{
background-color: #DB9353;
}
</style>
border-color css
<style>
span { border-color: #DB9353; }
span { border-color: rgb(219,147,83); }
td.TdClassName
{
border-color: #DB9353;
}
.TagClassName
{
border-color: #DB9353;
}
</style>