Shades of Whiskey Sour #DA8856
Tints of Whiskey Sour #DA8856
RGB
CMYK
RGB Variations
Color information
#DA8856 (or 0xDA8856) is known color: Whiskey Sour. HEX triplet: DA, 88 and 56. RGB value is (218,136,86). Sum of RGB (Red+Green+Blue) = 218+136+86=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 86 (33.98% from 255 or 19.55% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8856 is #2577A9. Grayscale: #9B9B9B. Windows color (decimal): -2455466 or 5671130. OLE color: 5671130.
HSL color Cylindrical-coordinate representation of color #DA8856: hue angle of 22.73º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA8856 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 86 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.15 |
| HSL | 22.73º | 0.64% | 0.6% | - |
| HSV(B) | 22.73º | 0.61% | 0.85% | - |
| XYZ | 39.4 | 33.19 | 13.13 | - |
| YUV | 154.82 | 89.17 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 86 | 0 | 0.38 | 0.61 | 0.15 | 22.73 | 0.64 | 0.6 |
| Hex | DA | 88 | 56 | 0 | 26 | 3D | F | 17 | 40 | 3C |
| Octal | 332 | 210 | 126 | 0 | 46 | 75 | 17 | 27 | 100 | 74 |
| Binary | 11011010 | 10001000 | 1010110 | 0 | 100110 | 111101 | 1111 | 10111 | 1000000 | 111100 |
Color Harmonies of #DA8856
Complementary color
Monochromatic Colors of #DA8856
Black with #DA8856
Text Example
Text Example
White with #DA8856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8856; }
p { color: rgb(218,136,86); }
H1.HeaderClassName
{
color: #DA8856;
}
.AnyTagClassName
{
color: #DA8856;
}
</style>
background-color css
<style>
a { background-color: #DA8856; }
a { background-color: rgb(218,136,86); }
div.DivClassName
{
background-color: #DA8856;
}
.BgClassName
{
background-color: #DA8856;
}
</style>
border-color css
<style>
span { border-color: #DA8856; }
span { border-color: rgb(218,136,86); }
td.TdClassName
{
border-color: #DA8856;
}
.TagClassName
{
border-color: #DA8856;
}
</style>