Shades of Whiskey Sour #DB8857
Tints of Whiskey Sour #DB8857
RGB
CMYK
RGB Variations
Color information
#DB8857 (or 0xDB8857) is known color: Whiskey Sour. HEX triplet: DB, 88 and 57. RGB value is (219,136,87). Sum of RGB (Red+Green+Blue) = 219+136+87=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 87 (34.38% from 255 or 19.68% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8857 is #2477A8. Grayscale: #9B9B9B. Windows color (decimal): -2389929 or 5736667. OLE color: 5736667.
HSL color Cylindrical-coordinate representation of color #DB8857: hue angle of 22.27º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB8857 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 87 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.14 |
| HSL | 22.27º | 0.65% | 0.6% | - |
| HSV(B) | 22.27º | 0.6% | 0.86% | - |
| XYZ | 39.74 | 33.36 | 13.36 | - |
| YUV | 155.23 | 89.5 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 87 | 0 | 0.38 | 0.60 | 0.14 | 22.27 | 0.65 | 0.6 |
| Hex | DB | 88 | 57 | 0 | 26 | 3C | E | 16 | 41 | 3C |
| Octal | 333 | 210 | 127 | 0 | 46 | 74 | 16 | 26 | 101 | 74 |
| Binary | 11011011 | 10001000 | 1010111 | 0 | 100110 | 111100 | 1110 | 10110 | 1000001 | 111100 |
Color Harmonies of #DB8857
Complementary color
Monochromatic Colors of #DB8857
Black with #DB8857
Text Example
Text Example
White with #DB8857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8857; }
p { color: rgb(219,136,87); }
H1.HeaderClassName
{
color: #DB8857;
}
.AnyTagClassName
{
color: #DB8857;
}
</style>
background-color css
<style>
a { background-color: #DB8857; }
a { background-color: rgb(219,136,87); }
div.DivClassName
{
background-color: #DB8857;
}
.BgClassName
{
background-color: #DB8857;
}
</style>
border-color css
<style>
span { border-color: #DB8857; }
span { border-color: rgb(219,136,87); }
td.TdClassName
{
border-color: #DB8857;
}
.TagClassName
{
border-color: #DB8857;
}
</style>