Shades of Whiskey Sour #DB8855
Tints of Whiskey Sour #DB8855
RGB
CMYK
RGB Variations
Color information
#DB8855 (or 0xDB8855) is known color: Whiskey Sour. HEX triplet: DB, 88 and 55. RGB value is (219,136,85). Sum of RGB (Red+Green+Blue) = 219+136+85=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 85 (33.59% from 255 or 19.32% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8855 is #2477AA. Grayscale: #9B9B9B. Windows color (decimal): -2389931 or 5605595. OLE color: 5605595.
HSL color Cylindrical-coordinate representation of color #DB8855: hue angle of 22.84º 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 #DB8855 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 85 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.14 |
| HSL | 22.84º | 0.65% | 0.6% | - |
| HSV(B) | 22.84º | 0.61% | 0.86% | - |
| XYZ | 39.66 | 33.32 | 12.94 | - |
| YUV | 155 | 88.5 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 85 | 0 | 0.38 | 0.61 | 0.14 | 22.84 | 0.65 | 0.6 |
| Hex | DB | 88 | 55 | 0 | 26 | 3D | E | 17 | 41 | 3C |
| Octal | 333 | 210 | 125 | 0 | 46 | 75 | 16 | 27 | 101 | 74 |
| Binary | 11011011 | 10001000 | 1010101 | 0 | 100110 | 111101 | 1110 | 10111 | 1000001 | 111100 |
Color Harmonies of #DB8855
Complementary color
Monochromatic Colors of #DB8855
Black with #DB8855
Text Example
Text Example
White with #DB8855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8855; }
p { color: rgb(219,136,85); }
H1.HeaderClassName
{
color: #DB8855;
}
.AnyTagClassName
{
color: #DB8855;
}
</style>
background-color css
<style>
a { background-color: #DB8855; }
a { background-color: rgb(219,136,85); }
div.DivClassName
{
background-color: #DB8855;
}
.BgClassName
{
background-color: #DB8855;
}
</style>
border-color css
<style>
span { border-color: #DB8855; }
span { border-color: rgb(219,136,85); }
td.TdClassName
{
border-color: #DB8855;
}
.TagClassName
{
border-color: #DB8855;
}
</style>