Shades of Whiskey Sour #DA8851
Tints of Whiskey Sour #DA8851
RGB
CMYK
RGB Variations
Color information
#DA8851 (or 0xDA8851) is known color: Whiskey Sour. HEX triplet: DA, 88 and 51. RGB value is (218,136,81). Sum of RGB (Red+Green+Blue) = 218+136+81=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 81 (32.03% from 255 or 18.62% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8851 is #2577AE. Grayscale: #9A9A9A. Windows color (decimal): -2455471 or 5343450. OLE color: 5343450.
HSL color Cylindrical-coordinate representation of color #DA8851: hue angle of 24.09º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA8851 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 81 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.15 |
| HSL | 24.09º | 0.65% | 0.59% | - |
| HSV(B) | 24.09º | 0.63% | 0.85% | - |
| XYZ | 39.2 | 33.11 | 12.11 | - |
| YUV | 154.25 | 86.67 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 81 | 0 | 0.38 | 0.63 | 0.15 | 24.09 | 0.65 | 0.59 |
| Hex | DA | 88 | 51 | 0 | 26 | 3F | F | 18 | 41 | 3B |
| Octal | 332 | 210 | 121 | 0 | 46 | 77 | 17 | 30 | 101 | 73 |
| Binary | 11011010 | 10001000 | 1010001 | 0 | 100110 | 111111 | 1111 | 11000 | 1000001 | 111011 |
Color Harmonies of #DA8851
Complementary color
Monochromatic Colors of #DA8851
Black with #DA8851
Text Example
Text Example
White with #DA8851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8851; }
p { color: rgb(218,136,81); }
H1.HeaderClassName
{
color: #DA8851;
}
.AnyTagClassName
{
color: #DA8851;
}
</style>
background-color css
<style>
a { background-color: #DA8851; }
a { background-color: rgb(218,136,81); }
div.DivClassName
{
background-color: #DA8851;
}
.BgClassName
{
background-color: #DA8851;
}
</style>
border-color css
<style>
span { border-color: #DA8851; }
span { border-color: rgb(218,136,81); }
td.TdClassName
{
border-color: #DA8851;
}
.TagClassName
{
border-color: #DA8851;
}
</style>