Shades of Whiskey Sour #DC8C5B
Tints of Whiskey Sour #DC8C5B
RGB
CMYK
RGB Variations
Color information
#DC8C5B (or 0xDC8C5B) is known color: Whiskey Sour. HEX triplet: DC, 8C and 5B. RGB value is (220,140,91). Sum of RGB (Red+Green+Blue) = 220+140+91=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 91 (35.94% from 255 or 20.18% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8C5B is #2373A4. Grayscale: #9E9E9E. Windows color (decimal): -2323365 or 5999836. OLE color: 5999836.
HSL color Cylindrical-coordinate representation of color #DC8C5B: hue angle of 22.79º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC8C5B is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 140 | 91 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.14 |
| HSL | 22.79º | 0.65% | 0.61% | - |
| HSV(B) | 22.79º | 0.59% | 0.86% | - |
| XYZ | 40.78 | 34.73 | 14.45 | - |
| YUV | 158.33 | 90 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 91 | 0 | 0.36 | 0.59 | 0.14 | 22.79 | 0.65 | 0.61 |
| Hex | DC | 8C | 5B | 0 | 24 | 3B | E | 17 | 41 | 3D |
| Octal | 334 | 214 | 133 | 0 | 44 | 73 | 16 | 27 | 101 | 75 |
| Binary | 11011100 | 10001100 | 1011011 | 0 | 100100 | 111011 | 1110 | 10111 | 1000001 | 111101 |
Color Harmonies of #DC8C5B
Complementary color
Monochromatic Colors of #DC8C5B
Black with #DC8C5B
Text Example
Text Example
White with #DC8C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8C5B; }
p { color: rgb(220,140,91); }
H1.HeaderClassName
{
color: #DC8C5B;
}
.AnyTagClassName
{
color: #DC8C5B;
}
</style>
background-color css
<style>
a { background-color: #DC8C5B; }
a { background-color: rgb(220,140,91); }
div.DivClassName
{
background-color: #DC8C5B;
}
.BgClassName
{
background-color: #DC8C5B;
}
</style>
border-color css
<style>
span { border-color: #DC8C5B; }
span { border-color: rgb(220,140,91); }
td.TdClassName
{
border-color: #DC8C5B;
}
.TagClassName
{
border-color: #DC8C5B;
}
</style>