Shades of Whiskey Sour #DA8F55
Tints of Whiskey Sour #DA8F55
RGB
CMYK
RGB Variations
Color information
#DA8F55 (or 0xDA8F55) is known color: Whiskey Sour. HEX triplet: DA, 8F and 55. RGB value is (218,143,85). Sum of RGB (Red+Green+Blue) = 218+143+85=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 85 (33.59% from 255 or 19.06% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8F55 is #2570AA. Grayscale: #9F9F9F. Windows color (decimal): -2453675 or 5607386. OLE color: 5607386.
HSL color Cylindrical-coordinate representation of color #DA8F55: hue angle of 26.17º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA8F55 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 85 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.15 |
| HSL | 26.17º | 0.64% | 0.59% | - |
| HSV(B) | 26.17º | 0.61% | 0.85% | - |
| XYZ | 40.38 | 35.21 | 13.26 | - |
| YUV | 158.81 | 86.35 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 85 | 0 | 0.34 | 0.61 | 0.15 | 26.17 | 0.64 | 0.59 |
| Hex | DA | 8F | 55 | 0 | 22 | 3D | F | 1A | 40 | 3B |
| Octal | 332 | 217 | 125 | 0 | 42 | 75 | 17 | 32 | 100 | 73 |
| Binary | 11011010 | 10001111 | 1010101 | 0 | 100010 | 111101 | 1111 | 11010 | 1000000 | 111011 |
Color Harmonies of #DA8F55
Complementary color
Monochromatic Colors of #DA8F55
Black with #DA8F55
Text Example
Text Example
White with #DA8F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8F55; }
p { color: rgb(218,143,85); }
H1.HeaderClassName
{
color: #DA8F55;
}
.AnyTagClassName
{
color: #DA8F55;
}
</style>
background-color css
<style>
a { background-color: #DA8F55; }
a { background-color: rgb(218,143,85); }
div.DivClassName
{
background-color: #DA8F55;
}
.BgClassName
{
background-color: #DA8F55;
}
</style>
border-color css
<style>
span { border-color: #DA8F55; }
span { border-color: rgb(218,143,85); }
td.TdClassName
{
border-color: #DA8F55;
}
.TagClassName
{
border-color: #DA8F55;
}
</style>