Shades of Whiskey Sour #DC8D5C
Tints of Whiskey Sour #DC8D5C
RGB
CMYK
RGB Variations
Color information
#DC8D5C (or 0xDC8D5C) is known color: Whiskey Sour. HEX triplet: DC, 8D and 5C. RGB value is (220,141,92). Sum of RGB (Red+Green+Blue) = 220+141+92=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8D5C is #2372A3. Grayscale: #9F9F9F. Windows color (decimal): -2323108 or 6065628. OLE color: 6065628.
HSL color Cylindrical-coordinate representation of color #DC8D5C: hue angle of 22.97º degrees, saturation: 0.65, 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 #DC8D5C is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 141 | 92 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.14 |
| HSL | 22.97º | 0.65% | 0.61% | - |
| HSV(B) | 22.97º | 0.58% | 0.86% | - |
| XYZ | 40.97 | 35.04 | 14.73 | - |
| YUV | 159.04 | 90.17 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 141 | 92 | 0 | 0.36 | 0.58 | 0.14 | 22.97 | 0.65 | 0.61 |
| Hex | DC | 8D | 5C | 0 | 24 | 3A | E | 17 | 41 | 3D |
| Octal | 334 | 215 | 134 | 0 | 44 | 72 | 16 | 27 | 101 | 75 |
| Binary | 11011100 | 10001101 | 1011100 | 0 | 100100 | 111010 | 1110 | 10111 | 1000001 | 111101 |
Color Harmonies of #DC8D5C
Complementary color
Monochromatic Colors of #DC8D5C
Black with #DC8D5C
Text Example
Text Example
White with #DC8D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8D5C; }
p { color: rgb(220,141,92); }
H1.HeaderClassName
{
color: #DC8D5C;
}
.AnyTagClassName
{
color: #DC8D5C;
}
</style>
background-color css
<style>
a { background-color: #DC8D5C; }
a { background-color: rgb(220,141,92); }
div.DivClassName
{
background-color: #DC8D5C;
}
.BgClassName
{
background-color: #DC8D5C;
}
</style>
border-color css
<style>
span { border-color: #DC8D5C; }
span { border-color: rgb(220,141,92); }
td.TdClassName
{
border-color: #DC8D5C;
}
.TagClassName
{
border-color: #DC8D5C;
}
</style>