Shades of Whiskey Sour #DC8959
Tints of Whiskey Sour #DC8959
RGB
CMYK
RGB Variations
Color information
#DC8959 (or 0xDC8959) is known color: Whiskey Sour. HEX triplet: DC, 89 and 59. RGB value is (220,137,89). Sum of RGB (Red+Green+Blue) = 220+137+89=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 89 (35.16% from 255 or 19.96% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8959 is #2376A6. Grayscale: #9C9C9C. Windows color (decimal): -2324135 or 5867996. OLE color: 5867996.
HSL color Cylindrical-coordinate representation of color #DC8959: hue angle of 21.98º 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 #DC8959 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 89 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.14 |
| HSL | 21.98º | 0.65% | 0.61% | - |
| HSV(B) | 21.98º | 0.6% | 0.86% | - |
| XYZ | 40.26 | 33.83 | 13.86 | - |
| YUV | 156.35 | 90 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 89 | 0 | 0.38 | 0.60 | 0.14 | 21.98 | 0.65 | 0.61 |
| Hex | DC | 89 | 59 | 0 | 26 | 3C | E | 16 | 41 | 3D |
| Octal | 334 | 211 | 131 | 0 | 46 | 74 | 16 | 26 | 101 | 75 |
| Binary | 11011100 | 10001001 | 1011001 | 0 | 100110 | 111100 | 1110 | 10110 | 1000001 | 111101 |
Color Harmonies of #DC8959
Complementary color
Monochromatic Colors of #DC8959
Black with #DC8959
Text Example
Text Example
White with #DC8959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8959; }
p { color: rgb(220,137,89); }
H1.HeaderClassName
{
color: #DC8959;
}
.AnyTagClassName
{
color: #DC8959;
}
</style>
background-color css
<style>
a { background-color: #DC8959; }
a { background-color: rgb(220,137,89); }
div.DivClassName
{
background-color: #DC8959;
}
.BgClassName
{
background-color: #DC8959;
}
</style>
border-color css
<style>
span { border-color: #DC8959; }
span { border-color: rgb(220,137,89); }
td.TdClassName
{
border-color: #DC8959;
}
.TagClassName
{
border-color: #DC8959;
}
</style>