Shades of Whiskey Sour #DA8A51
Tints of Whiskey Sour #DA8A51
RGB
CMYK
RGB Variations
Color information
#DA8A51 (or 0xDA8A51) is known color: Whiskey Sour. HEX triplet: DA, 8A and 51. RGB value is (218,138,81). Sum of RGB (Red+Green+Blue) = 218+138+81=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 81 (32.03% from 255 or 18.54% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8A51 is #2575AE. Grayscale: #9B9B9B. Windows color (decimal): -2454959 or 5343962. OLE color: 5343962.
HSL color Cylindrical-coordinate representation of color #DA8A51: hue angle of 24.96º 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 #DA8A51 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 81 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.15 |
| HSL | 24.96º | 0.65% | 0.59% | - |
| HSV(B) | 24.96º | 0.63% | 0.85% | - |
| XYZ | 39.49 | 33.68 | 12.2 | - |
| YUV | 155.42 | 86 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 81 | 0 | 0.37 | 0.63 | 0.15 | 24.96 | 0.65 | 0.59 |
| Hex | DA | 8A | 51 | 0 | 25 | 3F | F | 19 | 41 | 3B |
| Octal | 332 | 212 | 121 | 0 | 45 | 77 | 17 | 31 | 101 | 73 |
| Binary | 11011010 | 10001010 | 1010001 | 0 | 100101 | 111111 | 1111 | 11001 | 1000001 | 111011 |
Color Harmonies of #DA8A51
Complementary color
Monochromatic Colors of #DA8A51
Black with #DA8A51
Text Example
Text Example
White with #DA8A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8A51; }
p { color: rgb(218,138,81); }
H1.HeaderClassName
{
color: #DA8A51;
}
.AnyTagClassName
{
color: #DA8A51;
}
</style>
background-color css
<style>
a { background-color: #DA8A51; }
a { background-color: rgb(218,138,81); }
div.DivClassName
{
background-color: #DA8A51;
}
.BgClassName
{
background-color: #DA8A51;
}
</style>
border-color css
<style>
span { border-color: #DA8A51; }
span { border-color: rgb(218,138,81); }
td.TdClassName
{
border-color: #DA8A51;
}
.TagClassName
{
border-color: #DA8A51;
}
</style>