Shades of Whiskey Sour #DC8855
Tints of Whiskey Sour #DC8855
RGB
CMYK
RGB Variations
Color information
#DC8855 (or 0xDC8855) is known color: Whiskey Sour. HEX triplet: DC, 88 and 55. RGB value is (220,136,85). Sum of RGB (Red+Green+Blue) = 220+136+85=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8855 is #2377AA. Grayscale: #9B9B9B. Windows color (decimal): -2324395 or 5605596. OLE color: 5605596.
HSL color Cylindrical-coordinate representation of color #DC8855: hue angle of 22.67º 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 #DC8855 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 85 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.14 |
| HSL | 22.67º | 0.66% | 0.6% | - |
| HSV(B) | 22.67º | 0.61% | 0.86% | - |
| XYZ | 39.96 | 33.48 | 12.95 | - |
| YUV | 155.3 | 88.33 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 85 | 0 | 0.38 | 0.61 | 0.14 | 22.67 | 0.66 | 0.6 |
| Hex | DC | 88 | 55 | 0 | 26 | 3D | E | 17 | 42 | 3C |
| Octal | 334 | 210 | 125 | 0 | 46 | 75 | 16 | 27 | 102 | 74 |
| Binary | 11011100 | 10001000 | 1010101 | 0 | 100110 | 111101 | 1110 | 10111 | 1000010 | 111100 |
Color Harmonies of #DC8855
Complementary color
Monochromatic Colors of #DC8855
Black with #DC8855
Text Example
Text Example
White with #DC8855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8855; }
p { color: rgb(220,136,85); }
H1.HeaderClassName
{
color: #DC8855;
}
.AnyTagClassName
{
color: #DC8855;
}
</style>
background-color css
<style>
a { background-color: #DC8855; }
a { background-color: rgb(220,136,85); }
div.DivClassName
{
background-color: #DC8855;
}
.BgClassName
{
background-color: #DC8855;
}
</style>
border-color css
<style>
span { border-color: #DC8855; }
span { border-color: rgb(220,136,85); }
td.TdClassName
{
border-color: #DC8855;
}
.TagClassName
{
border-color: #DC8855;
}
</style>