Shades of Whiskey Sour #DB8653
Tints of Whiskey Sour #DB8653
RGB
CMYK
RGB Variations
Color information
#DB8653 (or 0xDB8653) is known color: Whiskey Sour. HEX triplet: DB, 86 and 53. RGB value is (219,134,83). Sum of RGB (Red+Green+Blue) = 219+134+83=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 83 (32.81% from 255 or 19.04% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8653 is #2479AC. Grayscale: #999999. Windows color (decimal): -2390445 or 5474011. OLE color: 5474011.
HSL color Cylindrical-coordinate representation of color #DB8653: hue angle of 22.5º 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 #DB8653 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 83 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.14 |
| HSL | 22.5º | 0.65% | 0.59% | - |
| HSV(B) | 22.5º | 0.62% | 0.86% | - |
| XYZ | 39.3 | 32.73 | 12.43 | - |
| YUV | 153.6 | 88.16 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 83 | 0 | 0.39 | 0.62 | 0.14 | 22.5 | 0.65 | 0.59 |
| Hex | DB | 86 | 53 | 0 | 27 | 3E | E | 16 | 41 | 3B |
| Octal | 333 | 206 | 123 | 0 | 47 | 76 | 16 | 26 | 101 | 73 |
| Binary | 11011011 | 10000110 | 1010011 | 0 | 100111 | 111110 | 1110 | 10110 | 1000001 | 111011 |
Color Harmonies of #DB8653
Complementary color
Monochromatic Colors of #DB8653
Black with #DB8653
Text Example
Text Example
White with #DB8653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8653; }
p { color: rgb(219,134,83); }
H1.HeaderClassName
{
color: #DB8653;
}
.AnyTagClassName
{
color: #DB8653;
}
</style>
background-color css
<style>
a { background-color: #DB8653; }
a { background-color: rgb(219,134,83); }
div.DivClassName
{
background-color: #DB8653;
}
.BgClassName
{
background-color: #DB8653;
}
</style>
border-color css
<style>
span { border-color: #DB8653; }
span { border-color: rgb(219,134,83); }
td.TdClassName
{
border-color: #DB8653;
}
.TagClassName
{
border-color: #DB8653;
}
</style>