Shades of Whiskey Sour #DB9354
Tints of Whiskey Sour #DB9354
RGB
CMYK
RGB Variations
Color information
#DB9354 (or 0xDB9354) is known color: Whiskey Sour. HEX triplet: DB, 93 and 54. RGB value is (219,147,84). Sum of RGB (Red+Green+Blue) = 219+147+84=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 84 (33.20% from 255 or 18.67% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9354 is #246CAB. Grayscale: #A1A1A1. Windows color (decimal): -2387116 or 5542875. OLE color: 5542875.
HSL color Cylindrical-coordinate representation of color #DB9354: hue angle of 28º 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 #DB9354 is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 84 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.14 |
| HSL | 28º | 0.65% | 0.59% | - |
| HSV(B) | 28º | 0.62% | 0.86% | - |
| XYZ | 41.25 | 36.57 | 13.27 | - |
| YUV | 161.35 | 84.35 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 84 | 0 | 0.33 | 0.62 | 0.14 | 28 | 0.65 | 0.59 |
| Hex | DB | 93 | 54 | 0 | 21 | 3E | E | 1C | 41 | 3B |
| Octal | 333 | 223 | 124 | 0 | 41 | 76 | 16 | 34 | 101 | 73 |
| Binary | 11011011 | 10010011 | 1010100 | 0 | 100001 | 111110 | 1110 | 11100 | 1000001 | 111011 |
Color Harmonies of #DB9354
Complementary color
Monochromatic Colors of #DB9354
Black with #DB9354
Text Example
Text Example
White with #DB9354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9354; }
p { color: rgb(219,147,84); }
H1.HeaderClassName
{
color: #DB9354;
}
.AnyTagClassName
{
color: #DB9354;
}
</style>
background-color css
<style>
a { background-color: #DB9354; }
a { background-color: rgb(219,147,84); }
div.DivClassName
{
background-color: #DB9354;
}
.BgClassName
{
background-color: #DB9354;
}
</style>
border-color css
<style>
span { border-color: #DB9354; }
span { border-color: rgb(219,147,84); }
td.TdClassName
{
border-color: #DB9354;
}
.TagClassName
{
border-color: #DB9354;
}
</style>