Shades of Whiskey Sour #DA8D5B
Tints of Whiskey Sour #DA8D5B
RGB
CMYK
RGB Variations
Color information
#DA8D5B (or 0xDA8D5B) is known color: Whiskey Sour. HEX triplet: DA, 8D and 5B. RGB value is (218,141,91). Sum of RGB (Red+Green+Blue) = 218+141+91=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8D5B is #2572A4. Grayscale: #9E9E9E. Windows color (decimal): -2454181 or 6000090. OLE color: 6000090.
HSL color Cylindrical-coordinate representation of color #DA8D5B: hue angle of 23.62º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA8D5B is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 91 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.15 |
| HSL | 23.62º | 0.63% | 0.61% | - |
| HSV(B) | 23.62º | 0.58% | 0.85% | - |
| XYZ | 40.33 | 34.71 | 14.47 | - |
| YUV | 158.32 | 90.01 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 91 | 0 | 0.35 | 0.58 | 0.15 | 23.62 | 0.63 | 0.61 |
| Hex | DA | 8D | 5B | 0 | 23 | 3A | F | 18 | 3F | 3D |
| Octal | 332 | 215 | 133 | 0 | 43 | 72 | 17 | 30 | 77 | 75 |
| Binary | 11011010 | 10001101 | 1011011 | 0 | 100011 | 111010 | 1111 | 11000 | 111111 | 111101 |
Color Harmonies of #DA8D5B
Complementary color
Monochromatic Colors of #DA8D5B
Black with #DA8D5B
Text Example
Text Example
White with #DA8D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8D5B; }
p { color: rgb(218,141,91); }
H1.HeaderClassName
{
color: #DA8D5B;
}
.AnyTagClassName
{
color: #DA8D5B;
}
</style>
background-color css
<style>
a { background-color: #DA8D5B; }
a { background-color: rgb(218,141,91); }
div.DivClassName
{
background-color: #DA8D5B;
}
.BgClassName
{
background-color: #DA8D5B;
}
</style>
border-color css
<style>
span { border-color: #DA8D5B; }
span { border-color: rgb(218,141,91); }
td.TdClassName
{
border-color: #DA8D5B;
}
.TagClassName
{
border-color: #DA8D5B;
}
</style>