Shades of Whiskey Sour #DA8C51
Tints of Whiskey Sour #DA8C51
RGB
CMYK
RGB Variations
Color information
#DA8C51 (or 0xDA8C51) is known color: Whiskey Sour. HEX triplet: DA, 8C and 51. RGB value is (218,140,81). Sum of RGB (Red+Green+Blue) = 218+140+81=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 81 (32.03% from 255 or 18.45% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8C51 is #2573AE. Grayscale: #9C9C9C. Windows color (decimal): -2454447 or 5344474. OLE color: 5344474.
HSL color Cylindrical-coordinate representation of color #DA8C51: hue angle of 25.84º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA8C51 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 81 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.15 |
| HSL | 25.84º | 0.65% | 0.59% | - |
| HSV(B) | 25.84º | 0.63% | 0.85% | - |
| XYZ | 39.78 | 34.26 | 12.3 | - |
| YUV | 156.6 | 85.34 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 81 | 0 | 0.36 | 0.63 | 0.15 | 25.84 | 0.65 | 0.59 |
| Hex | DA | 8C | 51 | 0 | 24 | 3F | F | 1A | 41 | 3B |
| Octal | 332 | 214 | 121 | 0 | 44 | 77 | 17 | 32 | 101 | 73 |
| Binary | 11011010 | 10001100 | 1010001 | 0 | 100100 | 111111 | 1111 | 11010 | 1000001 | 111011 |
Color Harmonies of #DA8C51
Complementary color
Monochromatic Colors of #DA8C51
Black with #DA8C51
Text Example
Text Example
White with #DA8C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8C51; }
p { color: rgb(218,140,81); }
H1.HeaderClassName
{
color: #DA8C51;
}
.AnyTagClassName
{
color: #DA8C51;
}
</style>
background-color css
<style>
a { background-color: #DA8C51; }
a { background-color: rgb(218,140,81); }
div.DivClassName
{
background-color: #DA8C51;
}
.BgClassName
{
background-color: #DA8C51;
}
</style>
border-color css
<style>
span { border-color: #DA8C51; }
span { border-color: rgb(218,140,81); }
td.TdClassName
{
border-color: #DA8C51;
}
.TagClassName
{
border-color: #DA8C51;
}
</style>