Shades of Whiskey Sour #DA8859
Tints of Whiskey Sour #DA8859
RGB
CMYK
RGB Variations
Color information
#DA8859 (or 0xDA8859) is known color: Whiskey Sour. HEX triplet: DA, 88 and 59. RGB value is (218,136,89). Sum of RGB (Red+Green+Blue) = 218+136+89=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 89 (35.16% from 255 or 20.09% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8859 is #2577A6. Grayscale: #9B9B9B. Windows color (decimal): -2455463 or 5867738. OLE color: 5867738.
HSL color Cylindrical-coordinate representation of color #DA8859: hue angle of 21.86º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA8859 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 89 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.15 |
| HSL | 21.86º | 0.64% | 0.6% | - |
| HSV(B) | 21.86º | 0.59% | 0.85% | - |
| XYZ | 39.52 | 33.24 | 13.78 | - |
| YUV | 155.16 | 90.67 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 89 | 0 | 0.38 | 0.59 | 0.15 | 21.86 | 0.64 | 0.6 |
| Hex | DA | 88 | 59 | 0 | 26 | 3B | F | 16 | 40 | 3C |
| Octal | 332 | 210 | 131 | 0 | 46 | 73 | 17 | 26 | 100 | 74 |
| Binary | 11011010 | 10001000 | 1011001 | 0 | 100110 | 111011 | 1111 | 10110 | 1000000 | 111100 |
Color Harmonies of #DA8859
Complementary color
Monochromatic Colors of #DA8859
Black with #DA8859
Text Example
Text Example
White with #DA8859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8859; }
p { color: rgb(218,136,89); }
H1.HeaderClassName
{
color: #DA8859;
}
.AnyTagClassName
{
color: #DA8859;
}
</style>
background-color css
<style>
a { background-color: #DA8859; }
a { background-color: rgb(218,136,89); }
div.DivClassName
{
background-color: #DA8859;
}
.BgClassName
{
background-color: #DA8859;
}
</style>
border-color css
<style>
span { border-color: #DA8859; }
span { border-color: rgb(218,136,89); }
td.TdClassName
{
border-color: #DA8859;
}
.TagClassName
{
border-color: #DA8859;
}
</style>