Shades of Whiskey Sour #DA8852
Tints of Whiskey Sour #DA8852
RGB
CMYK
RGB Variations
Color information
#DA8852 (or 0xDA8852) is known color: Whiskey Sour. HEX triplet: DA, 88 and 52. RGB value is (218,136,82). Sum of RGB (Red+Green+Blue) = 218+136+82=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8852 is #2577AD. Grayscale: #9A9A9A. Windows color (decimal): -2455470 or 5408986. OLE color: 5408986.
HSL color Cylindrical-coordinate representation of color #DA8852: hue angle of 23.82º 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 #DA8852 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 82 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.15 |
| HSL | 23.82º | 0.65% | 0.59% | - |
| HSV(B) | 23.82º | 0.62% | 0.85% | - |
| XYZ | 39.24 | 33.12 | 12.31 | - |
| YUV | 154.36 | 87.17 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 82 | 0 | 0.38 | 0.62 | 0.15 | 23.82 | 0.65 | 0.59 |
| Hex | DA | 88 | 52 | 0 | 26 | 3E | F | 18 | 41 | 3B |
| Octal | 332 | 210 | 122 | 0 | 46 | 76 | 17 | 30 | 101 | 73 |
| Binary | 11011010 | 10001000 | 1010010 | 0 | 100110 | 111110 | 1111 | 11000 | 1000001 | 111011 |
Color Harmonies of #DA8852
Complementary color
Monochromatic Colors of #DA8852
Black with #DA8852
Text Example
Text Example
White with #DA8852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8852; }
p { color: rgb(218,136,82); }
H1.HeaderClassName
{
color: #DA8852;
}
.AnyTagClassName
{
color: #DA8852;
}
</style>
background-color css
<style>
a { background-color: #DA8852; }
a { background-color: rgb(218,136,82); }
div.DivClassName
{
background-color: #DA8852;
}
.BgClassName
{
background-color: #DA8852;
}
</style>
border-color css
<style>
span { border-color: #DA8852; }
span { border-color: rgb(218,136,82); }
td.TdClassName
{
border-color: #DA8852;
}
.TagClassName
{
border-color: #DA8852;
}
</style>