Shades of Whiskey Sour #DA8A59
Tints of Whiskey Sour #DA8A59
RGB
CMYK
RGB Variations
Color information
#DA8A59 (or 0xDA8A59) is known color: Whiskey Sour. HEX triplet: DA, 8A and 59. RGB value is (218,138,89). Sum of RGB (Red+Green+Blue) = 218+138+89=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 89 (35.16% from 255 or 20% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8A59 is #2575A6. Grayscale: #9C9C9C. Windows color (decimal): -2454951 or 5868250. OLE color: 5868250.
HSL color Cylindrical-coordinate representation of color #DA8A59: hue angle of 22.79º 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 #DA8A59 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 89 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.15 |
| HSL | 22.79º | 0.64% | 0.6% | - |
| HSV(B) | 22.79º | 0.59% | 0.85% | - |
| XYZ | 39.81 | 33.8 | 13.88 | - |
| YUV | 156.33 | 90 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 89 | 0 | 0.37 | 0.59 | 0.15 | 22.79 | 0.64 | 0.6 |
| Hex | DA | 8A | 59 | 0 | 25 | 3B | F | 17 | 40 | 3C |
| Octal | 332 | 212 | 131 | 0 | 45 | 73 | 17 | 27 | 100 | 74 |
| Binary | 11011010 | 10001010 | 1011001 | 0 | 100101 | 111011 | 1111 | 10111 | 1000000 | 111100 |
Color Harmonies of #DA8A59
Complementary color
Monochromatic Colors of #DA8A59
Black with #DA8A59
Text Example
Text Example
White with #DA8A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8A59; }
p { color: rgb(218,138,89); }
H1.HeaderClassName
{
color: #DA8A59;
}
.AnyTagClassName
{
color: #DA8A59;
}
</style>
background-color css
<style>
a { background-color: #DA8A59; }
a { background-color: rgb(218,138,89); }
div.DivClassName
{
background-color: #DA8A59;
}
.BgClassName
{
background-color: #DA8A59;
}
</style>
border-color css
<style>
span { border-color: #DA8A59; }
span { border-color: rgb(218,138,89); }
td.TdClassName
{
border-color: #DA8A59;
}
.TagClassName
{
border-color: #DA8A59;
}
</style>