Shades of Whiskey Sour #DA8E5D
Tints of Whiskey Sour #DA8E5D
RGB
CMYK
RGB Variations
Color information
#DA8E5D (or 0xDA8E5D) is known color: Whiskey Sour. HEX triplet: DA, 8E and 5D. RGB value is (218,142,93). Sum of RGB (Red+Green+Blue) = 218+142+93=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 142 (55.86% from 255 or 31.35% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8E5D is #2571A2. Grayscale: #9F9F9F. Windows color (decimal): -2453923 or 6131418. OLE color: 6131418.
HSL color Cylindrical-coordinate representation of color #DA8E5D: hue angle of 23.52º 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 #DA8E5D is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 142 | 93 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.15 |
| HSL | 23.52º | 0.63% | 0.61% | - |
| HSV(B) | 23.52º | 0.57% | 0.85% | - |
| XYZ | 40.56 | 35.04 | 14.98 | - |
| YUV | 159.14 | 90.68 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 142 | 93 | 0 | 0.35 | 0.57 | 0.15 | 23.52 | 0.63 | 0.61 |
| Hex | DA | 8E | 5D | 0 | 23 | 39 | F | 18 | 3F | 3D |
| Octal | 332 | 216 | 135 | 0 | 43 | 71 | 17 | 30 | 77 | 75 |
| Binary | 11011010 | 10001110 | 1011101 | 0 | 100011 | 111001 | 1111 | 11000 | 111111 | 111101 |
Color Harmonies of #DA8E5D
Complementary color
Monochromatic Colors of #DA8E5D
Black with #DA8E5D
Text Example
Text Example
White with #DA8E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8E5D; }
p { color: rgb(218,142,93); }
H1.HeaderClassName
{
color: #DA8E5D;
}
.AnyTagClassName
{
color: #DA8E5D;
}
</style>
background-color css
<style>
a { background-color: #DA8E5D; }
a { background-color: rgb(218,142,93); }
div.DivClassName
{
background-color: #DA8E5D;
}
.BgClassName
{
background-color: #DA8E5D;
}
</style>
border-color css
<style>
span { border-color: #DA8E5D; }
span { border-color: rgb(218,142,93); }
td.TdClassName
{
border-color: #DA8E5D;
}
.TagClassName
{
border-color: #DA8E5D;
}
</style>