Shades of Whiskey Sour #DA8D57
Tints of Whiskey Sour #DA8D57
RGB
CMYK
RGB Variations
Color information
#DA8D57 (or 0xDA8D57) is known color: Whiskey Sour. HEX triplet: DA, 8D and 57. RGB value is (218,141,87). Sum of RGB (Red+Green+Blue) = 218+141+87=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 87 (34.38% from 255 or 19.51% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8D57 is #2572A8. Grayscale: #9E9E9E. Windows color (decimal): -2454185 or 5737946. OLE color: 5737946.
HSL color Cylindrical-coordinate representation of color #DA8D57: hue angle of 24.73º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA8D57 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 87 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.15 |
| HSL | 24.73º | 0.64% | 0.6% | - |
| HSV(B) | 24.73º | 0.6% | 0.85% | - |
| XYZ | 40.16 | 34.64 | 13.59 | - |
| YUV | 157.87 | 88.01 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 87 | 0 | 0.35 | 0.60 | 0.15 | 24.73 | 0.64 | 0.6 |
| Hex | DA | 8D | 57 | 0 | 23 | 3C | F | 19 | 40 | 3C |
| Octal | 332 | 215 | 127 | 0 | 43 | 74 | 17 | 31 | 100 | 74 |
| Binary | 11011010 | 10001101 | 1010111 | 0 | 100011 | 111100 | 1111 | 11001 | 1000000 | 111100 |
Color Harmonies of #DA8D57
Complementary color
Monochromatic Colors of #DA8D57
Black with #DA8D57
Text Example
Text Example
White with #DA8D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8D57; }
p { color: rgb(218,141,87); }
H1.HeaderClassName
{
color: #DA8D57;
}
.AnyTagClassName
{
color: #DA8D57;
}
</style>
background-color css
<style>
a { background-color: #DA8D57; }
a { background-color: rgb(218,141,87); }
div.DivClassName
{
background-color: #DA8D57;
}
.BgClassName
{
background-color: #DA8D57;
}
</style>
border-color css
<style>
span { border-color: #DA8D57; }
span { border-color: rgb(218,141,87); }
td.TdClassName
{
border-color: #DA8D57;
}
.TagClassName
{
border-color: #DA8D57;
}
</style>