Shades of Whiskey Sour #DA8C5A
Tints of Whiskey Sour #DA8C5A
RGB
CMYK
RGB Variations
Color information
#DA8C5A (or 0xDA8C5A) is known color: Whiskey Sour. HEX triplet: DA, 8C and 5A. RGB value is (218,140,90). Sum of RGB (Red+Green+Blue) = 218+140+90=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8C5A is #2573A5. Grayscale: #9D9D9D. Windows color (decimal): -2454438 or 5934298. OLE color: 5934298.
HSL color Cylindrical-coordinate representation of color #DA8C5A: hue angle of 23.44º 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 #DA8C5A is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 90 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.15 |
| HSL | 23.44º | 0.63% | 0.6% | - |
| HSV(B) | 23.44º | 0.59% | 0.85% | - |
| XYZ | 40.14 | 34.4 | 14.2 | - |
| YUV | 157.62 | 89.84 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 90 | 0 | 0.36 | 0.59 | 0.15 | 23.44 | 0.63 | 0.6 |
| Hex | DA | 8C | 5A | 0 | 24 | 3B | F | 17 | 3F | 3C |
| Octal | 332 | 214 | 132 | 0 | 44 | 73 | 17 | 27 | 77 | 74 |
| Binary | 11011010 | 10001100 | 1011010 | 0 | 100100 | 111011 | 1111 | 10111 | 111111 | 111100 |
Color Harmonies of #DA8C5A
Complementary color
Monochromatic Colors of #DA8C5A
Black with #DA8C5A
Text Example
Text Example
White with #DA8C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8C5A; }
p { color: rgb(218,140,90); }
H1.HeaderClassName
{
color: #DA8C5A;
}
.AnyTagClassName
{
color: #DA8C5A;
}
</style>
background-color css
<style>
a { background-color: #DA8C5A; }
a { background-color: rgb(218,140,90); }
div.DivClassName
{
background-color: #DA8C5A;
}
.BgClassName
{
background-color: #DA8C5A;
}
</style>
border-color css
<style>
span { border-color: #DA8C5A; }
span { border-color: rgb(218,140,90); }
td.TdClassName
{
border-color: #DA8C5A;
}
.TagClassName
{
border-color: #DA8C5A;
}
</style>