Shades of Whiskey Sour #DC8656
Tints of Whiskey Sour #DC8656
RGB
CMYK
RGB Variations
Color information
#DC8656 (or 0xDC8656) is known color: Whiskey Sour. HEX triplet: DC, 86 and 56. RGB value is (220,134,86). Sum of RGB (Red+Green+Blue) = 220+134+86=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 86 (33.98% from 255 or 19.55% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8656 is #2379A9. Grayscale: #9A9A9A. Windows color (decimal): -2324906 or 5670620. OLE color: 5670620.
HSL color Cylindrical-coordinate representation of color #DC8656: hue angle of 21.49º 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 #DC8656 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 86 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.14 |
| HSL | 21.49º | 0.66% | 0.6% | - |
| HSV(B) | 21.49º | 0.61% | 0.86% | - |
| XYZ | 39.72 | 32.94 | 13.07 | - |
| YUV | 154.24 | 89.49 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 86 | 0 | 0.39 | 0.61 | 0.14 | 21.49 | 0.66 | 0.6 |
| Hex | DC | 86 | 56 | 0 | 27 | 3D | E | 15 | 42 | 3C |
| Octal | 334 | 206 | 126 | 0 | 47 | 75 | 16 | 25 | 102 | 74 |
| Binary | 11011100 | 10000110 | 1010110 | 0 | 100111 | 111101 | 1110 | 10101 | 1000010 | 111100 |
Color Harmonies of #DC8656
Complementary color
Monochromatic Colors of #DC8656
Black with #DC8656
Text Example
Text Example
White with #DC8656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8656; }
p { color: rgb(220,134,86); }
H1.HeaderClassName
{
color: #DC8656;
}
.AnyTagClassName
{
color: #DC8656;
}
</style>
background-color css
<style>
a { background-color: #DC8656; }
a { background-color: rgb(220,134,86); }
div.DivClassName
{
background-color: #DC8656;
}
.BgClassName
{
background-color: #DC8656;
}
</style>
border-color css
<style>
span { border-color: #DC8656; }
span { border-color: rgb(220,134,86); }
td.TdClassName
{
border-color: #DC8656;
}
.TagClassName
{
border-color: #DC8656;
}
</style>