Shades of Whiskey Sour #DC9060
Tints of Whiskey Sour #DC9060
RGB
CMYK
RGB Variations
Color information
#DC9060 (or 0xDC9060) is known color: Whiskey Sour. HEX triplet: DC, 90 and 60. RGB value is (220,144,96). Sum of RGB (Red+Green+Blue) = 220+144+96=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9060 is #236F9F. Grayscale: #A1A1A1. Windows color (decimal): -2322336 or 6328540. OLE color: 6328540.
HSL color Cylindrical-coordinate representation of color #DC9060: hue angle of 23.23º 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 #DC9060 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 96 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.14 |
| HSL | 23.23º | 0.64% | 0.62% | - |
| HSV(B) | 23.23º | 0.56% | 0.86% | - |
| XYZ | 41.6 | 36.01 | 15.82 | - |
| YUV | 161.25 | 91.18 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 96 | 0 | 0.35 | 0.56 | 0.14 | 23.23 | 0.64 | 0.62 |
| Hex | DC | 90 | 60 | 0 | 23 | 38 | E | 17 | 40 | 3E |
| Octal | 334 | 220 | 140 | 0 | 43 | 70 | 16 | 27 | 100 | 76 |
| Binary | 11011100 | 10010000 | 1100000 | 0 | 100011 | 111000 | 1110 | 10111 | 1000000 | 111110 |
Color Harmonies of #DC9060
Complementary color
Monochromatic Colors of #DC9060
Black with #DC9060
Text Example
Text Example
White with #DC9060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9060; }
p { color: rgb(220,144,96); }
H1.HeaderClassName
{
color: #DC9060;
}
.AnyTagClassName
{
color: #DC9060;
}
</style>
background-color css
<style>
a { background-color: #DC9060; }
a { background-color: rgb(220,144,96); }
div.DivClassName
{
background-color: #DC9060;
}
.BgClassName
{
background-color: #DC9060;
}
</style>
border-color css
<style>
span { border-color: #DC9060; }
span { border-color: rgb(220,144,96); }
td.TdClassName
{
border-color: #DC9060;
}
.TagClassName
{
border-color: #DC9060;
}
</style>