Shades of Whiskey Sour #DB8852
Tints of Whiskey Sour #DB8852
RGB
CMYK
RGB Variations
Color information
#DB8852 (or 0xDB8852) is known color: Whiskey Sour. HEX triplet: DB, 88 and 52. RGB value is (219,136,82). Sum of RGB (Red+Green+Blue) = 219+136+82=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 82 (32.42% from 255 or 18.76% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8852 is #2477AD. Grayscale: #9A9A9A. Windows color (decimal): -2389934 or 5408987. OLE color: 5408987.
HSL color Cylindrical-coordinate representation of color #DB8852: hue angle of 23.65º 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 #DB8852 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 82 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.14 |
| HSL | 23.65º | 0.66% | 0.59% | - |
| HSV(B) | 23.65º | 0.63% | 0.86% | - |
| XYZ | 39.54 | 33.28 | 12.32 | - |
| YUV | 154.66 | 87 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 82 | 0 | 0.38 | 0.63 | 0.14 | 23.65 | 0.66 | 0.59 |
| Hex | DB | 88 | 52 | 0 | 26 | 3F | E | 18 | 42 | 3B |
| Octal | 333 | 210 | 122 | 0 | 46 | 77 | 16 | 30 | 102 | 73 |
| Binary | 11011011 | 10001000 | 1010010 | 0 | 100110 | 111111 | 1110 | 11000 | 1000010 | 111011 |
Color Harmonies of #DB8852
Complementary color
Monochromatic Colors of #DB8852
Black with #DB8852
Text Example
Text Example
White with #DB8852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8852; }
p { color: rgb(219,136,82); }
H1.HeaderClassName
{
color: #DB8852;
}
.AnyTagClassName
{
color: #DB8852;
}
</style>
background-color css
<style>
a { background-color: #DB8852; }
a { background-color: rgb(219,136,82); }
div.DivClassName
{
background-color: #DB8852;
}
.BgClassName
{
background-color: #DB8852;
}
</style>
border-color css
<style>
span { border-color: #DB8852; }
span { border-color: rgb(219,136,82); }
td.TdClassName
{
border-color: #DB8852;
}
.TagClassName
{
border-color: #DB8852;
}
</style>