Shades of Whiskey Sour #DB8851
Tints of Whiskey Sour #DB8851
RGB
CMYK
RGB Variations
Color information
#DB8851 (or 0xDB8851) is known color: Whiskey Sour. HEX triplet: DB, 88 and 51. RGB value is (219,136,81). Sum of RGB (Red+Green+Blue) = 219+136+81=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 81 (32.03% from 255 or 18.58% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8851 is #2477AE. Grayscale: #9A9A9A. Windows color (decimal): -2389935 or 5343451. OLE color: 5343451.
HSL color Cylindrical-coordinate representation of color #DB8851: hue angle of 23.91º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB8851 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 81 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.14 |
| HSL | 23.91º | 0.66% | 0.59% | - |
| HSV(B) | 23.91º | 0.63% | 0.86% | - |
| XYZ | 39.5 | 33.26 | 12.12 | - |
| YUV | 154.55 | 86.5 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 81 | 0 | 0.38 | 0.63 | 0.14 | 23.91 | 0.66 | 0.59 |
| Hex | DB | 88 | 51 | 0 | 26 | 3F | E | 18 | 42 | 3B |
| Octal | 333 | 210 | 121 | 0 | 46 | 77 | 16 | 30 | 102 | 73 |
| Binary | 11011011 | 10001000 | 1010001 | 0 | 100110 | 111111 | 1110 | 11000 | 1000010 | 111011 |
Color Harmonies of #DB8851
Complementary color
Monochromatic Colors of #DB8851
Black with #DB8851
Text Example
Text Example
White with #DB8851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8851; }
p { color: rgb(219,136,81); }
H1.HeaderClassName
{
color: #DB8851;
}
.AnyTagClassName
{
color: #DB8851;
}
</style>
background-color css
<style>
a { background-color: #DB8851; }
a { background-color: rgb(219,136,81); }
div.DivClassName
{
background-color: #DB8851;
}
.BgClassName
{
background-color: #DB8851;
}
</style>
border-color css
<style>
span { border-color: #DB8851; }
span { border-color: rgb(219,136,81); }
td.TdClassName
{
border-color: #DB8851;
}
.TagClassName
{
border-color: #DB8851;
}
</style>