Shades of Whiskey Sour #DA8853
Tints of Whiskey Sour #DA8853
RGB
CMYK
RGB Variations
Color information
#DA8853 (or 0xDA8853) is known color: Whiskey Sour. HEX triplet: DA, 88 and 53. RGB value is (218,136,83). Sum of RGB (Red+Green+Blue) = 218+136+83=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 83 (32.81% from 255 or 18.99% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8853 is #2577AC. Grayscale: #9A9A9A. Windows color (decimal): -2455469 or 5474522. OLE color: 5474522.
HSL color Cylindrical-coordinate representation of color #DA8853: hue angle of 23.56º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA8853 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 83 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.15 |
| HSL | 23.56º | 0.65% | 0.59% | - |
| HSV(B) | 23.56º | 0.62% | 0.85% | - |
| XYZ | 39.28 | 33.14 | 12.51 | - |
| YUV | 154.48 | 87.67 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 83 | 0 | 0.38 | 0.62 | 0.15 | 23.56 | 0.65 | 0.59 |
| Hex | DA | 88 | 53 | 0 | 26 | 3E | F | 18 | 41 | 3B |
| Octal | 332 | 210 | 123 | 0 | 46 | 76 | 17 | 30 | 101 | 73 |
| Binary | 11011010 | 10001000 | 1010011 | 0 | 100110 | 111110 | 1111 | 11000 | 1000001 | 111011 |
Color Harmonies of #DA8853
Complementary color
Monochromatic Colors of #DA8853
Black with #DA8853
Text Example
Text Example
White with #DA8853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8853; }
p { color: rgb(218,136,83); }
H1.HeaderClassName
{
color: #DA8853;
}
.AnyTagClassName
{
color: #DA8853;
}
</style>
background-color css
<style>
a { background-color: #DA8853; }
a { background-color: rgb(218,136,83); }
div.DivClassName
{
background-color: #DA8853;
}
.BgClassName
{
background-color: #DA8853;
}
</style>
border-color css
<style>
span { border-color: #DA8853; }
span { border-color: rgb(218,136,83); }
td.TdClassName
{
border-color: #DA8853;
}
.TagClassName
{
border-color: #DA8853;
}
</style>