Shades of Whiskey Sour #DC8C5D
Tints of Whiskey Sour #DC8C5D
RGB
CMYK
RGB Variations
Color information
#DC8C5D (or 0xDC8C5D) is known color: Whiskey Sour. HEX triplet: DC, 8C and 5D. RGB value is (220,140,93). Sum of RGB (Red+Green+Blue) = 220+140+93=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8C5D is #2373A2. Grayscale: #9E9E9E. Windows color (decimal): -2323363 or 6130908. OLE color: 6130908.
HSL color Cylindrical-coordinate representation of color #DC8C5D: hue angle of 22.2º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC8C5D is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 140 | 93 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.14 |
| HSL | 22.2º | 0.64% | 0.61% | - |
| HSV(B) | 22.2º | 0.58% | 0.86% | - |
| XYZ | 40.87 | 34.76 | 14.91 | - |
| YUV | 158.56 | 91 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 93 | 0 | 0.36 | 0.58 | 0.14 | 22.2 | 0.64 | 0.61 |
| Hex | DC | 8C | 5D | 0 | 24 | 3A | E | 16 | 40 | 3D |
| Octal | 334 | 214 | 135 | 0 | 44 | 72 | 16 | 26 | 100 | 75 |
| Binary | 11011100 | 10001100 | 1011101 | 0 | 100100 | 111010 | 1110 | 10110 | 1000000 | 111101 |
Color Harmonies of #DC8C5D
Complementary color
Monochromatic Colors of #DC8C5D
Black with #DC8C5D
Text Example
Text Example
White with #DC8C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8C5D; }
p { color: rgb(220,140,93); }
H1.HeaderClassName
{
color: #DC8C5D;
}
.AnyTagClassName
{
color: #DC8C5D;
}
</style>
background-color css
<style>
a { background-color: #DC8C5D; }
a { background-color: rgb(220,140,93); }
div.DivClassName
{
background-color: #DC8C5D;
}
.BgClassName
{
background-color: #DC8C5D;
}
</style>
border-color css
<style>
span { border-color: #DC8C5D; }
span { border-color: rgb(220,140,93); }
td.TdClassName
{
border-color: #DC8C5D;
}
.TagClassName
{
border-color: #DC8C5D;
}
</style>