Shades of Whiskey Sour #DB8556
Tints of Whiskey Sour #DB8556
RGB
CMYK
RGB Variations
Color information
#DB8556 (or 0xDB8556) is known color: Whiskey Sour. HEX triplet: DB, 85 and 56. RGB value is (219,133,86). Sum of RGB (Red+Green+Blue) = 219+133+86=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 86 (33.98% from 255 or 19.63% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8556 is #247AA9. Grayscale: #999999. Windows color (decimal): -2390698 or 5670363. OLE color: 5670363.
HSL color Cylindrical-coordinate representation of color #DB8556: hue angle of 21.2º 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 #DB8556 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 86 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.14 |
| HSL | 21.2º | 0.65% | 0.6% | - |
| HSV(B) | 21.2º | 0.61% | 0.86% | - |
| XYZ | 39.28 | 32.51 | 13.01 | - |
| YUV | 153.36 | 89.99 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 86 | 0 | 0.39 | 0.61 | 0.14 | 21.2 | 0.65 | 0.6 |
| Hex | DB | 85 | 56 | 0 | 27 | 3D | E | 15 | 41 | 3C |
| Octal | 333 | 205 | 126 | 0 | 47 | 75 | 16 | 25 | 101 | 74 |
| Binary | 11011011 | 10000101 | 1010110 | 0 | 100111 | 111101 | 1110 | 10101 | 1000001 | 111100 |
Color Harmonies of #DB8556
Complementary color
Monochromatic Colors of #DB8556
Black with #DB8556
Text Example
Text Example
White with #DB8556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8556; }
p { color: rgb(219,133,86); }
H1.HeaderClassName
{
color: #DB8556;
}
.AnyTagClassName
{
color: #DB8556;
}
</style>
background-color css
<style>
a { background-color: #DB8556; }
a { background-color: rgb(219,133,86); }
div.DivClassName
{
background-color: #DB8556;
}
.BgClassName
{
background-color: #DB8556;
}
</style>
border-color css
<style>
span { border-color: #DB8556; }
span { border-color: rgb(219,133,86); }
td.TdClassName
{
border-color: #DB8556;
}
.TagClassName
{
border-color: #DB8556;
}
</style>