Shades of Whiskey Sour #DC8859
Tints of Whiskey Sour #DC8859
RGB
CMYK
RGB Variations
Color information
#DC8859 (or 0xDC8859) is known color: Whiskey Sour. HEX triplet: DC, 88 and 59. RGB value is (220,136,89). Sum of RGB (Red+Green+Blue) = 220+136+89=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 89 (35.16% from 255 or 20% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8859 is #2377A6. Grayscale: #9C9C9C. Windows color (decimal): -2324391 or 5867740. OLE color: 5867740.
HSL color Cylindrical-coordinate representation of color #DC8859: hue angle of 21.53º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC8859 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 89 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.14 |
| HSL | 21.53º | 0.65% | 0.61% | - |
| HSV(B) | 21.53º | 0.6% | 0.86% | - |
| XYZ | 40.12 | 33.55 | 13.81 | - |
| YUV | 155.76 | 90.33 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 89 | 0 | 0.38 | 0.60 | 0.14 | 21.53 | 0.65 | 0.61 |
| Hex | DC | 88 | 59 | 0 | 26 | 3C | E | 16 | 41 | 3D |
| Octal | 334 | 210 | 131 | 0 | 46 | 74 | 16 | 26 | 101 | 75 |
| Binary | 11011100 | 10001000 | 1011001 | 0 | 100110 | 111100 | 1110 | 10110 | 1000001 | 111101 |
Color Harmonies of #DC8859
Complementary color
Monochromatic Colors of #DC8859
Black with #DC8859
Text Example
Text Example
White with #DC8859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8859; }
p { color: rgb(220,136,89); }
H1.HeaderClassName
{
color: #DC8859;
}
.AnyTagClassName
{
color: #DC8859;
}
</style>
background-color css
<style>
a { background-color: #DC8859; }
a { background-color: rgb(220,136,89); }
div.DivClassName
{
background-color: #DC8859;
}
.BgClassName
{
background-color: #DC8859;
}
</style>
border-color css
<style>
span { border-color: #DC8859; }
span { border-color: rgb(220,136,89); }
td.TdClassName
{
border-color: #DC8859;
}
.TagClassName
{
border-color: #DC8859;
}
</style>