Shades of Whiskey Sour #DC8A59
Tints of Whiskey Sour #DC8A59
RGB
CMYK
RGB Variations
Color information
#DC8A59 (or 0xDC8A59) is known color: Whiskey Sour. HEX triplet: DC, 8A and 59. RGB value is (220,138,89). Sum of RGB (Red+Green+Blue) = 220+138+89=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 89 (35.16% from 255 or 19.91% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8A59 is #2375A6. Grayscale: #9D9D9D. Windows color (decimal): -2323879 or 5868252. OLE color: 5868252.
HSL color Cylindrical-coordinate representation of color #DC8A59: hue angle of 22.44º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC8A59 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 89 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.14 |
| HSL | 22.44º | 0.65% | 0.61% | - |
| HSV(B) | 22.44º | 0.6% | 0.86% | - |
| XYZ | 40.41 | 34.11 | 13.91 | - |
| YUV | 156.93 | 89.67 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 89 | 0 | 0.37 | 0.60 | 0.14 | 22.44 | 0.65 | 0.61 |
| Hex | DC | 8A | 59 | 0 | 25 | 3C | E | 16 | 41 | 3D |
| Octal | 334 | 212 | 131 | 0 | 45 | 74 | 16 | 26 | 101 | 75 |
| Binary | 11011100 | 10001010 | 1011001 | 0 | 100101 | 111100 | 1110 | 10110 | 1000001 | 111101 |
Color Harmonies of #DC8A59
Complementary color
Monochromatic Colors of #DC8A59
Black with #DC8A59
Text Example
Text Example
White with #DC8A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8A59; }
p { color: rgb(220,138,89); }
H1.HeaderClassName
{
color: #DC8A59;
}
.AnyTagClassName
{
color: #DC8A59;
}
</style>
background-color css
<style>
a { background-color: #DC8A59; }
a { background-color: rgb(220,138,89); }
div.DivClassName
{
background-color: #DC8A59;
}
.BgClassName
{
background-color: #DC8A59;
}
</style>
border-color css
<style>
span { border-color: #DC8A59; }
span { border-color: rgb(220,138,89); }
td.TdClassName
{
border-color: #DC8A59;
}
.TagClassName
{
border-color: #DC8A59;
}
</style>