Shades of Whiskey Sour #DC8D5E
Tints of Whiskey Sour #DC8D5E
RGB
CMYK
RGB Variations
Color information
#DC8D5E (or 0xDC8D5E) is known color: Whiskey Sour. HEX triplet: DC, 8D and 5E. RGB value is (220,141,94). Sum of RGB (Red+Green+Blue) = 220+141+94=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8D5E is #2372A1. Grayscale: #9F9F9F. Windows color (decimal): -2323106 or 6196700. OLE color: 6196700.
HSL color Cylindrical-coordinate representation of color #DC8D5E: hue angle of 22.38º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC8D5E is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 141 | 94 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.14 |
| HSL | 22.38º | 0.64% | 0.62% | - |
| HSV(B) | 22.38º | 0.57% | 0.86% | - |
| XYZ | 41.06 | 35.07 | 15.2 | - |
| YUV | 159.26 | 91.17 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 141 | 94 | 0 | 0.36 | 0.57 | 0.14 | 22.38 | 0.64 | 0.62 |
| Hex | DC | 8D | 5E | 0 | 24 | 39 | E | 16 | 40 | 3E |
| Octal | 334 | 215 | 136 | 0 | 44 | 71 | 16 | 26 | 100 | 76 |
| Binary | 11011100 | 10001101 | 1011110 | 0 | 100100 | 111001 | 1110 | 10110 | 1000000 | 111110 |
Color Harmonies of #DC8D5E
Complementary color
Monochromatic Colors of #DC8D5E
Black with #DC8D5E
Text Example
Text Example
White with #DC8D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8D5E; }
p { color: rgb(220,141,94); }
H1.HeaderClassName
{
color: #DC8D5E;
}
.AnyTagClassName
{
color: #DC8D5E;
}
</style>
background-color css
<style>
a { background-color: #DC8D5E; }
a { background-color: rgb(220,141,94); }
div.DivClassName
{
background-color: #DC8D5E;
}
.BgClassName
{
background-color: #DC8D5E;
}
</style>
border-color css
<style>
span { border-color: #DC8D5E; }
span { border-color: rgb(220,141,94); }
td.TdClassName
{
border-color: #DC8D5E;
}
.TagClassName
{
border-color: #DC8D5E;
}
</style>