Shades of Whiskey Sour #DC9560
Tints of Whiskey Sour #DC9560
RGB
CMYK
RGB Variations
Color information
#DC9560 (or 0xDC9560) is known color: Whiskey Sour. HEX triplet: DC, 95 and 60. RGB value is (220,149,96). Sum of RGB (Red+Green+Blue) = 220+149+96=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9560 is #236A9F. Grayscale: #A4A4A4. Windows color (decimal): -2321056 or 6329820. OLE color: 6329820.
HSL color Cylindrical-coordinate representation of color #DC9560: hue angle of 25.65º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC9560 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 96 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.14 |
| HSL | 25.65º | 0.64% | 0.62% | - |
| HSV(B) | 25.65º | 0.56% | 0.86% | - |
| XYZ | 42.37 | 37.56 | 16.08 | - |
| YUV | 164.19 | 89.52 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 96 | 0 | 0.32 | 0.56 | 0.14 | 25.65 | 0.64 | 0.62 |
| Hex | DC | 95 | 60 | 0 | 20 | 38 | E | 1A | 40 | 3E |
| Octal | 334 | 225 | 140 | 0 | 40 | 70 | 16 | 32 | 100 | 76 |
| Binary | 11011100 | 10010101 | 1100000 | 0 | 100000 | 111000 | 1110 | 11010 | 1000000 | 111110 |
Color Harmonies of #DC9560
Complementary color
Monochromatic Colors of #DC9560
Black with #DC9560
Text Example
Text Example
White with #DC9560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9560; }
p { color: rgb(220,149,96); }
H1.HeaderClassName
{
color: #DC9560;
}
.AnyTagClassName
{
color: #DC9560;
}
</style>
background-color css
<style>
a { background-color: #DC9560; }
a { background-color: rgb(220,149,96); }
div.DivClassName
{
background-color: #DC9560;
}
.BgClassName
{
background-color: #DC9560;
}
</style>
border-color css
<style>
span { border-color: #DC9560; }
span { border-color: rgb(220,149,96); }
td.TdClassName
{
border-color: #DC9560;
}
.TagClassName
{
border-color: #DC9560;
}
</style>