Shades of Whiskey Sour #DC8655
Tints of Whiskey Sour #DC8655
RGB
CMYK
RGB Variations
Color information
#DC8655 (or 0xDC8655) is known color: Whiskey Sour. HEX triplet: DC, 86 and 55. RGB value is (220,134,85). Sum of RGB (Red+Green+Blue) = 220+134+85=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 85 (33.59% from 255 or 19.36% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8655 is #2379AA. Grayscale: #9A9A9A. Windows color (decimal): -2324907 or 5605084. OLE color: 5605084.
HSL color Cylindrical-coordinate representation of color #DC8655: hue angle of 21.78º 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 #DC8655 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 85 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.14 |
| HSL | 21.78º | 0.66% | 0.6% | - |
| HSV(B) | 21.78º | 0.61% | 0.86% | - |
| XYZ | 39.68 | 32.92 | 12.86 | - |
| YUV | 154.13 | 88.99 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 85 | 0 | 0.39 | 0.61 | 0.14 | 21.78 | 0.66 | 0.6 |
| Hex | DC | 86 | 55 | 0 | 27 | 3D | E | 16 | 42 | 3C |
| Octal | 334 | 206 | 125 | 0 | 47 | 75 | 16 | 26 | 102 | 74 |
| Binary | 11011100 | 10000110 | 1010101 | 0 | 100111 | 111101 | 1110 | 10110 | 1000010 | 111100 |
Color Harmonies of #DC8655
Complementary color
Monochromatic Colors of #DC8655
Black with #DC8655
Text Example
Text Example
White with #DC8655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8655; }
p { color: rgb(220,134,85); }
H1.HeaderClassName
{
color: #DC8655;
}
.AnyTagClassName
{
color: #DC8655;
}
</style>
background-color css
<style>
a { background-color: #DC8655; }
a { background-color: rgb(220,134,85); }
div.DivClassName
{
background-color: #DC8655;
}
.BgClassName
{
background-color: #DC8655;
}
</style>
border-color css
<style>
span { border-color: #DC8655; }
span { border-color: rgb(220,134,85); }
td.TdClassName
{
border-color: #DC8655;
}
.TagClassName
{
border-color: #DC8655;
}
</style>