Shades of Whiskey Sour #DA885A
Tints of Whiskey Sour #DA885A
RGB
CMYK
RGB Variations
Color information
#DA885A (or 0xDA885A) is known color: Whiskey Sour. HEX triplet: DA, 88 and 5A. RGB value is (218,136,90). Sum of RGB (Red+Green+Blue) = 218+136+90=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA885A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA885A is #2577A5. Grayscale: #9B9B9B. Windows color (decimal): -2455462 or 5933274. OLE color: 5933274.
HSL color Cylindrical-coordinate representation of color #DA885A: hue angle of 21.56º degrees, saturation: 0.63, 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 #DA885A is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 90 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.15 |
| HSL | 21.56º | 0.63% | 0.6% | - |
| HSV(B) | 21.56º | 0.59% | 0.85% | - |
| XYZ | 39.56 | 33.25 | 14.01 | - |
| YUV | 155.27 | 91.17 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 90 | 0 | 0.38 | 0.59 | 0.15 | 21.56 | 0.63 | 0.6 |
| Hex | DA | 88 | 5A | 0 | 26 | 3B | F | 16 | 3F | 3C |
| Octal | 332 | 210 | 132 | 0 | 46 | 73 | 17 | 26 | 77 | 74 |
| Binary | 11011010 | 10001000 | 1011010 | 0 | 100110 | 111011 | 1111 | 10110 | 111111 | 111100 |
Color Harmonies of #DA885A
Complementary color
Monochromatic Colors of #DA885A
Black with #DA885A
Text Example
Text Example
White with #DA885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA885A; }
p { color: rgb(218,136,90); }
H1.HeaderClassName
{
color: #DA885A;
}
.AnyTagClassName
{
color: #DA885A;
}
</style>
background-color css
<style>
a { background-color: #DA885A; }
a { background-color: rgb(218,136,90); }
div.DivClassName
{
background-color: #DA885A;
}
.BgClassName
{
background-color: #DA885A;
}
</style>
border-color css
<style>
span { border-color: #DA885A; }
span { border-color: rgb(218,136,90); }
td.TdClassName
{
border-color: #DA885A;
}
.TagClassName
{
border-color: #DA885A;
}
</style>