Shades of Whiskey Sour #DA8C5D
Tints of Whiskey Sour #DA8C5D
RGB
CMYK
RGB Variations
Color information
#DA8C5D (or 0xDA8C5D) is known color: Whiskey Sour. HEX triplet: DA, 8C and 5D. RGB value is (218,140,93). Sum of RGB (Red+Green+Blue) = 218+140+93=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8C5D is #2573A2. Grayscale: #9E9E9E. Windows color (decimal): -2454435 or 6130906. OLE color: 6130906.
HSL color Cylindrical-coordinate representation of color #DA8C5D: hue angle of 22.56º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA8C5D is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 93 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.15 |
| HSL | 22.56º | 0.63% | 0.61% | - |
| HSV(B) | 22.56º | 0.57% | 0.85% | - |
| XYZ | 40.27 | 34.45 | 14.88 | - |
| YUV | 157.96 | 91.34 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 93 | 0 | 0.36 | 0.57 | 0.15 | 22.56 | 0.63 | 0.61 |
| Hex | DA | 8C | 5D | 0 | 24 | 39 | F | 17 | 3F | 3D |
| Octal | 332 | 214 | 135 | 0 | 44 | 71 | 17 | 27 | 77 | 75 |
| Binary | 11011010 | 10001100 | 1011101 | 0 | 100100 | 111001 | 1111 | 10111 | 111111 | 111101 |
Color Harmonies of #DA8C5D
Complementary color
Monochromatic Colors of #DA8C5D
Black with #DA8C5D
Text Example
Text Example
White with #DA8C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8C5D; }
p { color: rgb(218,140,93); }
H1.HeaderClassName
{
color: #DA8C5D;
}
.AnyTagClassName
{
color: #DA8C5D;
}
</style>
background-color css
<style>
a { background-color: #DA8C5D; }
a { background-color: rgb(218,140,93); }
div.DivClassName
{
background-color: #DA8C5D;
}
.BgClassName
{
background-color: #DA8C5D;
}
</style>
border-color css
<style>
span { border-color: #DA8C5D; }
span { border-color: rgb(218,140,93); }
td.TdClassName
{
border-color: #DA8C5D;
}
.TagClassName
{
border-color: #DA8C5D;
}
</style>