Shades of Whiskey Sour #DB8656
Tints of Whiskey Sour #DB8656
RGB
CMYK
RGB Variations
Color information
#DB8656 (or 0xDB8656) is known color: Whiskey Sour. HEX triplet: DB, 86 and 56. RGB value is (219,134,86). Sum of RGB (Red+Green+Blue) = 219+134+86=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 86 (33.98% from 255 or 19.59% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8656 is #2479A9. Grayscale: #9A9A9A. Windows color (decimal): -2390442 or 5670619. OLE color: 5670619.
HSL color Cylindrical-coordinate representation of color #DB8656: hue angle of 21.65º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB8656 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 86 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.14 |
| HSL | 21.65º | 0.65% | 0.6% | - |
| HSV(B) | 21.65º | 0.61% | 0.86% | - |
| XYZ | 39.42 | 32.78 | 13.05 | - |
| YUV | 153.94 | 89.66 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 86 | 0 | 0.39 | 0.61 | 0.14 | 21.65 | 0.65 | 0.6 |
| Hex | DB | 86 | 56 | 0 | 27 | 3D | E | 16 | 41 | 3C |
| Octal | 333 | 206 | 126 | 0 | 47 | 75 | 16 | 26 | 101 | 74 |
| Binary | 11011011 | 10000110 | 1010110 | 0 | 100111 | 111101 | 1110 | 10110 | 1000001 | 111100 |
Color Harmonies of #DB8656
Complementary color
Monochromatic Colors of #DB8656
Black with #DB8656
Text Example
Text Example
White with #DB8656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8656; }
p { color: rgb(219,134,86); }
H1.HeaderClassName
{
color: #DB8656;
}
.AnyTagClassName
{
color: #DB8656;
}
</style>
background-color css
<style>
a { background-color: #DB8656; }
a { background-color: rgb(219,134,86); }
div.DivClassName
{
background-color: #DB8656;
}
.BgClassName
{
background-color: #DB8656;
}
</style>
border-color css
<style>
span { border-color: #DB8656; }
span { border-color: rgb(219,134,86); }
td.TdClassName
{
border-color: #DB8656;
}
.TagClassName
{
border-color: #DB8656;
}
</style>