Shades of Whiskey Sour #DA8D52
Tints of Whiskey Sour #DA8D52
RGB
CMYK
RGB Variations
Color information
#DA8D52 (or 0xDA8D52) is known color: Whiskey Sour. HEX triplet: DA, 8D and 52. RGB value is (218,141,82). Sum of RGB (Red+Green+Blue) = 218+141+82=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8D52 is #2572AD. Grayscale: #9D9D9D. Windows color (decimal): -2454190 or 5410266. OLE color: 5410266.
HSL color Cylindrical-coordinate representation of color #DA8D52: hue angle of 26.03º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA8D52 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 82 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.15 |
| HSL | 26.03º | 0.65% | 0.59% | - |
| HSV(B) | 26.03º | 0.62% | 0.85% | - |
| XYZ | 39.96 | 34.56 | 12.55 | - |
| YUV | 157.3 | 85.51 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 82 | 0 | 0.35 | 0.62 | 0.15 | 26.03 | 0.65 | 0.59 |
| Hex | DA | 8D | 52 | 0 | 23 | 3E | F | 1A | 41 | 3B |
| Octal | 332 | 215 | 122 | 0 | 43 | 76 | 17 | 32 | 101 | 73 |
| Binary | 11011010 | 10001101 | 1010010 | 0 | 100011 | 111110 | 1111 | 11010 | 1000001 | 111011 |
Color Harmonies of #DA8D52
Complementary color
Monochromatic Colors of #DA8D52
Black with #DA8D52
Text Example
Text Example
White with #DA8D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8D52; }
p { color: rgb(218,141,82); }
H1.HeaderClassName
{
color: #DA8D52;
}
.AnyTagClassName
{
color: #DA8D52;
}
</style>
background-color css
<style>
a { background-color: #DA8D52; }
a { background-color: rgb(218,141,82); }
div.DivClassName
{
background-color: #DA8D52;
}
.BgClassName
{
background-color: #DA8D52;
}
</style>
border-color css
<style>
span { border-color: #DA8D52; }
span { border-color: rgb(218,141,82); }
td.TdClassName
{
border-color: #DA8D52;
}
.TagClassName
{
border-color: #DA8D52;
}
</style>