Shades of Whiskey Sour #DA8C53
Tints of Whiskey Sour #DA8C53
RGB
CMYK
RGB Variations
Color information
#DA8C53 (or 0xDA8C53) is known color: Whiskey Sour. HEX triplet: DA, 8C and 53. RGB value is (218,140,83). Sum of RGB (Red+Green+Blue) = 218+140+83=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 83 (32.81% from 255 or 18.82% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8C53 is #2573AC. Grayscale: #9D9D9D. Windows color (decimal): -2454445 or 5475546. OLE color: 5475546.
HSL color Cylindrical-coordinate representation of color #DA8C53: hue angle of 25.33º 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 #DA8C53 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 83 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.15 |
| HSL | 25.33º | 0.65% | 0.59% | - |
| HSV(B) | 25.33º | 0.62% | 0.85% | - |
| XYZ | 39.85 | 34.29 | 12.7 | - |
| YUV | 156.82 | 86.34 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 83 | 0 | 0.36 | 0.62 | 0.15 | 25.33 | 0.65 | 0.59 |
| Hex | DA | 8C | 53 | 0 | 24 | 3E | F | 19 | 41 | 3B |
| Octal | 332 | 214 | 123 | 0 | 44 | 76 | 17 | 31 | 101 | 73 |
| Binary | 11011010 | 10001100 | 1010011 | 0 | 100100 | 111110 | 1111 | 11001 | 1000001 | 111011 |
Color Harmonies of #DA8C53
Complementary color
Monochromatic Colors of #DA8C53
Black with #DA8C53
Text Example
Text Example
White with #DA8C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8C53; }
p { color: rgb(218,140,83); }
H1.HeaderClassName
{
color: #DA8C53;
}
.AnyTagClassName
{
color: #DA8C53;
}
</style>
background-color css
<style>
a { background-color: #DA8C53; }
a { background-color: rgb(218,140,83); }
div.DivClassName
{
background-color: #DA8C53;
}
.BgClassName
{
background-color: #DA8C53;
}
</style>
border-color css
<style>
span { border-color: #DA8C53; }
span { border-color: rgb(218,140,83); }
td.TdClassName
{
border-color: #DA8C53;
}
.TagClassName
{
border-color: #DA8C53;
}
</style>