Shades of Whiskey Sour #DA8D55
Tints of Whiskey Sour #DA8D55
RGB
CMYK
RGB Variations
Color information
#DA8D55 (or 0xDA8D55) is known color: Whiskey Sour. HEX triplet: DA, 8D and 55. RGB value is (218,141,85). Sum of RGB (Red+Green+Blue) = 218+141+85=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 85 (33.59% from 255 or 19.14% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8D55 is #2572AA. Grayscale: #9D9D9D. Windows color (decimal): -2454187 or 5606874. OLE color: 5606874.
HSL color Cylindrical-coordinate representation of color #DA8D55: hue angle of 25.26º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA8D55 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 85 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.15 |
| HSL | 25.26º | 0.64% | 0.59% | - |
| HSV(B) | 25.26º | 0.61% | 0.85% | - |
| XYZ | 40.08 | 34.61 | 13.16 | - |
| YUV | 157.64 | 87.01 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 85 | 0 | 0.35 | 0.61 | 0.15 | 25.26 | 0.64 | 0.59 |
| Hex | DA | 8D | 55 | 0 | 23 | 3D | F | 19 | 40 | 3B |
| Octal | 332 | 215 | 125 | 0 | 43 | 75 | 17 | 31 | 100 | 73 |
| Binary | 11011010 | 10001101 | 1010101 | 0 | 100011 | 111101 | 1111 | 11001 | 1000000 | 111011 |
Color Harmonies of #DA8D55
Complementary color
Monochromatic Colors of #DA8D55
Black with #DA8D55
Text Example
Text Example
White with #DA8D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8D55; }
p { color: rgb(218,141,85); }
H1.HeaderClassName
{
color: #DA8D55;
}
.AnyTagClassName
{
color: #DA8D55;
}
</style>
background-color css
<style>
a { background-color: #DA8D55; }
a { background-color: rgb(218,141,85); }
div.DivClassName
{
background-color: #DA8D55;
}
.BgClassName
{
background-color: #DA8D55;
}
</style>
border-color css
<style>
span { border-color: #DA8D55; }
span { border-color: rgb(218,141,85); }
td.TdClassName
{
border-color: #DA8D55;
}
.TagClassName
{
border-color: #DA8D55;
}
</style>