Shades of Whiskey Sour #DA8C52
Tints of Whiskey Sour #DA8C52
RGB
CMYK
RGB Variations
Color information
#DA8C52 (or 0xDA8C52) is known color: Whiskey Sour. HEX triplet: DA, 8C and 52. RGB value is (218,140,82). Sum of RGB (Red+Green+Blue) = 218+140+82=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8C52 is #2573AD. Grayscale: #9D9D9D. Windows color (decimal): -2454446 or 5410010. OLE color: 5410010.
HSL color Cylindrical-coordinate representation of color #DA8C52: hue angle of 25.59º 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 #DA8C52 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 82 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.15 |
| HSL | 25.59º | 0.65% | 0.59% | - |
| HSV(B) | 25.59º | 0.62% | 0.85% | - |
| XYZ | 39.81 | 34.27 | 12.5 | - |
| YUV | 156.71 | 85.84 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 82 | 0 | 0.36 | 0.62 | 0.15 | 25.59 | 0.65 | 0.59 |
| Hex | DA | 8C | 52 | 0 | 24 | 3E | F | 1A | 41 | 3B |
| Octal | 332 | 214 | 122 | 0 | 44 | 76 | 17 | 32 | 101 | 73 |
| Binary | 11011010 | 10001100 | 1010010 | 0 | 100100 | 111110 | 1111 | 11010 | 1000001 | 111011 |
Color Harmonies of #DA8C52
Complementary color
Monochromatic Colors of #DA8C52
Black with #DA8C52
Text Example
Text Example
White with #DA8C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8C52; }
p { color: rgb(218,140,82); }
H1.HeaderClassName
{
color: #DA8C52;
}
.AnyTagClassName
{
color: #DA8C52;
}
</style>
background-color css
<style>
a { background-color: #DA8C52; }
a { background-color: rgb(218,140,82); }
div.DivClassName
{
background-color: #DA8C52;
}
.BgClassName
{
background-color: #DA8C52;
}
</style>
border-color css
<style>
span { border-color: #DA8C52; }
span { border-color: rgb(218,140,82); }
td.TdClassName
{
border-color: #DA8C52;
}
.TagClassName
{
border-color: #DA8C52;
}
</style>