Shades of Whiskey Sour #DC8556
Tints of Whiskey Sour #DC8556
RGB
CMYK
RGB Variations
Color information
#DC8556 (or 0xDC8556) is known color: Whiskey Sour. HEX triplet: DC, 85 and 56. RGB value is (220,133,86). Sum of RGB (Red+Green+Blue) = 220+133+86=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 86 (33.98% from 255 or 19.59% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8556 is #237AA9. Grayscale: #999999. Windows color (decimal): -2325162 or 5670364. OLE color: 5670364.
HSL color Cylindrical-coordinate representation of color #DC8556: hue angle of 21.04º 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 #DC8556 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 86 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.14 |
| HSL | 21.04º | 0.66% | 0.6% | - |
| HSV(B) | 21.04º | 0.61% | 0.86% | - |
| XYZ | 39.58 | 32.66 | 13.02 | - |
| YUV | 153.66 | 89.82 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 86 | 0 | 0.40 | 0.61 | 0.14 | 21.04 | 0.66 | 0.6 |
| Hex | DC | 85 | 56 | 0 | 28 | 3D | E | 15 | 42 | 3C |
| Octal | 334 | 205 | 126 | 0 | 50 | 75 | 16 | 25 | 102 | 74 |
| Binary | 11011100 | 10000101 | 1010110 | 0 | 101000 | 111101 | 1110 | 10101 | 1000010 | 111100 |
Color Harmonies of #DC8556
Complementary color
Monochromatic Colors of #DC8556
Black with #DC8556
Text Example
Text Example
White with #DC8556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8556; }
p { color: rgb(220,133,86); }
H1.HeaderClassName
{
color: #DC8556;
}
.AnyTagClassName
{
color: #DC8556;
}
</style>
background-color css
<style>
a { background-color: #DC8556; }
a { background-color: rgb(220,133,86); }
div.DivClassName
{
background-color: #DC8556;
}
.BgClassName
{
background-color: #DC8556;
}
</style>
border-color css
<style>
span { border-color: #DC8556; }
span { border-color: rgb(220,133,86); }
td.TdClassName
{
border-color: #DC8556;
}
.TagClassName
{
border-color: #DC8556;
}
</style>