Shades of Whiskey Sour #DC8856
Tints of Whiskey Sour #DC8856
RGB
CMYK
RGB Variations
Color information
#DC8856 (or 0xDC8856) is known color: Whiskey Sour. HEX triplet: DC, 88 and 56. RGB value is (220,136,86). Sum of RGB (Red+Green+Blue) = 220+136+86=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8856 is #2377A9. Grayscale: #9B9B9B. Windows color (decimal): -2324394 or 5671132. OLE color: 5671132.
HSL color Cylindrical-coordinate representation of color #DC8856: hue angle of 22.39º 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 #DC8856 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 86 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.14 |
| HSL | 22.39º | 0.66% | 0.6% | - |
| HSV(B) | 22.39º | 0.61% | 0.86% | - |
| XYZ | 40 | 33.5 | 13.16 | - |
| YUV | 155.42 | 88.83 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 86 | 0 | 0.38 | 0.61 | 0.14 | 22.39 | 0.66 | 0.6 |
| Hex | DC | 88 | 56 | 0 | 26 | 3D | E | 16 | 42 | 3C |
| Octal | 334 | 210 | 126 | 0 | 46 | 75 | 16 | 26 | 102 | 74 |
| Binary | 11011100 | 10001000 | 1010110 | 0 | 100110 | 111101 | 1110 | 10110 | 1000010 | 111100 |
Color Harmonies of #DC8856
Complementary color
Monochromatic Colors of #DC8856
Black with #DC8856
Text Example
Text Example
White with #DC8856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8856; }
p { color: rgb(220,136,86); }
H1.HeaderClassName
{
color: #DC8856;
}
.AnyTagClassName
{
color: #DC8856;
}
</style>
background-color css
<style>
a { background-color: #DC8856; }
a { background-color: rgb(220,136,86); }
div.DivClassName
{
background-color: #DC8856;
}
.BgClassName
{
background-color: #DC8856;
}
</style>
border-color css
<style>
span { border-color: #DC8856; }
span { border-color: rgb(220,136,86); }
td.TdClassName
{
border-color: #DC8856;
}
.TagClassName
{
border-color: #DC8856;
}
</style>