Shades of Whiskey Sour #DC8C55
Tints of Whiskey Sour #DC8C55
RGB
CMYK
RGB Variations
Color information
#DC8C55 (or 0xDC8C55) is known color: Whiskey Sour. HEX triplet: DC, 8C and 55. RGB value is (220,140,85). Sum of RGB (Red+Green+Blue) = 220+140+85=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 85 (33.59% from 255 or 19.10% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8C55 is #2373AA. Grayscale: #9D9D9D. Windows color (decimal): -2323371 or 5606620. OLE color: 5606620.
HSL color Cylindrical-coordinate representation of color #DC8C55: hue angle of 24.44º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC8C55 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 140 | 85 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.14 |
| HSL | 24.44º | 0.66% | 0.6% | - |
| HSV(B) | 24.44º | 0.61% | 0.86% | - |
| XYZ | 40.53 | 34.63 | 13.14 | - |
| YUV | 157.65 | 87 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 85 | 0 | 0.36 | 0.61 | 0.14 | 24.44 | 0.66 | 0.6 |
| Hex | DC | 8C | 55 | 0 | 24 | 3D | E | 18 | 42 | 3C |
| Octal | 334 | 214 | 125 | 0 | 44 | 75 | 16 | 30 | 102 | 74 |
| Binary | 11011100 | 10001100 | 1010101 | 0 | 100100 | 111101 | 1110 | 11000 | 1000010 | 111100 |
Color Harmonies of #DC8C55
Complementary color
Monochromatic Colors of #DC8C55
Black with #DC8C55
Text Example
Text Example
White with #DC8C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8C55; }
p { color: rgb(220,140,85); }
H1.HeaderClassName
{
color: #DC8C55;
}
.AnyTagClassName
{
color: #DC8C55;
}
</style>
background-color css
<style>
a { background-color: #DC8C55; }
a { background-color: rgb(220,140,85); }
div.DivClassName
{
background-color: #DC8C55;
}
.BgClassName
{
background-color: #DC8C55;
}
</style>
border-color css
<style>
span { border-color: #DC8C55; }
span { border-color: rgb(220,140,85); }
td.TdClassName
{
border-color: #DC8C55;
}
.TagClassName
{
border-color: #DC8C55;
}
</style>