Shades of Whiskey Sour #DA8F5E
Tints of Whiskey Sour #DA8F5E
RGB
CMYK
RGB Variations
Color information
#DA8F5E (or 0xDA8F5E) is known color: Whiskey Sour. HEX triplet: DA, 8F and 5E. RGB value is (218,143,94). Sum of RGB (Red+Green+Blue) = 218+143+94=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8F5E is #2570A1. Grayscale: #A0A0A0. Windows color (decimal): -2453666 or 6197210. OLE color: 6197210.
HSL color Cylindrical-coordinate representation of color #DA8F5E: hue angle of 23.71º 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 #DA8F5E is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 94 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.15 |
| HSL | 23.71º | 0.63% | 0.61% | - |
| HSV(B) | 23.71º | 0.57% | 0.85% | - |
| XYZ | 40.76 | 35.36 | 15.27 | - |
| YUV | 159.84 | 90.85 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 94 | 0 | 0.34 | 0.57 | 0.15 | 23.71 | 0.63 | 0.61 |
| Hex | DA | 8F | 5E | 0 | 22 | 39 | F | 18 | 3F | 3D |
| Octal | 332 | 217 | 136 | 0 | 42 | 71 | 17 | 30 | 77 | 75 |
| Binary | 11011010 | 10001111 | 1011110 | 0 | 100010 | 111001 | 1111 | 11000 | 111111 | 111101 |
Color Harmonies of #DA8F5E
Complementary color
Monochromatic Colors of #DA8F5E
Black with #DA8F5E
Text Example
Text Example
White with #DA8F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8F5E; }
p { color: rgb(218,143,94); }
H1.HeaderClassName
{
color: #DA8F5E;
}
.AnyTagClassName
{
color: #DA8F5E;
}
</style>
background-color css
<style>
a { background-color: #DA8F5E; }
a { background-color: rgb(218,143,94); }
div.DivClassName
{
background-color: #DA8F5E;
}
.BgClassName
{
background-color: #DA8F5E;
}
</style>
border-color css
<style>
span { border-color: #DA8F5E; }
span { border-color: rgb(218,143,94); }
td.TdClassName
{
border-color: #DA8F5E;
}
.TagClassName
{
border-color: #DA8F5E;
}
</style>