Shades of Whiskey Sour #DA9559
Tints of Whiskey Sour #DA9559
RGB
CMYK
RGB Variations
Color information
#DA9559 (or 0xDA9559) is known color: Whiskey Sour. HEX triplet: DA, 95 and 59. RGB value is (218,149,89). Sum of RGB (Red+Green+Blue) = 218+149+89=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 89 (35.16% from 255 or 19.52% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9559 is #256AA6. Grayscale: #A3A3A3. Windows color (decimal): -2452135 or 5871066. OLE color: 5871066.
HSL color Cylindrical-coordinate representation of color #DA9559: hue angle of 27.91º degrees, saturation: 0.64, 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 #DA9559 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 89 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.15 |
| HSL | 27.91º | 0.64% | 0.6% | - |
| HSV(B) | 27.91º | 0.59% | 0.85% | - |
| XYZ | 41.46 | 37.12 | 14.43 | - |
| YUV | 162.79 | 86.36 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 89 | 0 | 0.32 | 0.59 | 0.15 | 27.91 | 0.64 | 0.6 |
| Hex | DA | 95 | 59 | 0 | 20 | 3B | F | 1C | 40 | 3C |
| Octal | 332 | 225 | 131 | 0 | 40 | 73 | 17 | 34 | 100 | 74 |
| Binary | 11011010 | 10010101 | 1011001 | 0 | 100000 | 111011 | 1111 | 11100 | 1000000 | 111100 |
Color Harmonies of #DA9559
Complementary color
Monochromatic Colors of #DA9559
Black with #DA9559
Text Example
Text Example
White with #DA9559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9559; }
p { color: rgb(218,149,89); }
H1.HeaderClassName
{
color: #DA9559;
}
.AnyTagClassName
{
color: #DA9559;
}
</style>
background-color css
<style>
a { background-color: #DA9559; }
a { background-color: rgb(218,149,89); }
div.DivClassName
{
background-color: #DA9559;
}
.BgClassName
{
background-color: #DA9559;
}
</style>
border-color css
<style>
span { border-color: #DA9559; }
span { border-color: rgb(218,149,89); }
td.TdClassName
{
border-color: #DA9559;
}
.TagClassName
{
border-color: #DA9559;
}
</style>