Shades of Whiskey Sour #DC9561
Tints of Whiskey Sour #DC9561
RGB
CMYK
RGB Variations
Color information
#DC9561 (or 0xDC9561) is known color: Whiskey Sour. HEX triplet: DC, 95 and 61. RGB value is (220,149,97). Sum of RGB (Red+Green+Blue) = 220+149+97=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 97 (38.28% from 255 or 20.82% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9561 is #236A9E. Grayscale: #A4A4A4. Windows color (decimal): -2321055 or 6395356. OLE color: 6395356.
HSL color Cylindrical-coordinate representation of color #DC9561: hue angle of 25.37º 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 #DC9561 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 97 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.14 |
| HSL | 25.37º | 0.64% | 0.62% | - |
| HSV(B) | 25.37º | 0.56% | 0.86% | - |
| XYZ | 42.42 | 37.57 | 16.33 | - |
| YUV | 164.3 | 90.02 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 97 | 0 | 0.32 | 0.56 | 0.14 | 25.37 | 0.64 | 0.62 |
| Hex | DC | 95 | 61 | 0 | 20 | 38 | E | 19 | 40 | 3E |
| Octal | 334 | 225 | 141 | 0 | 40 | 70 | 16 | 31 | 100 | 76 |
| Binary | 11011100 | 10010101 | 1100001 | 0 | 100000 | 111000 | 1110 | 11001 | 1000000 | 111110 |
Color Harmonies of #DC9561
Complementary color
Monochromatic Colors of #DC9561
Black with #DC9561
Text Example
Text Example
White with #DC9561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9561; }
p { color: rgb(220,149,97); }
H1.HeaderClassName
{
color: #DC9561;
}
.AnyTagClassName
{
color: #DC9561;
}
</style>
background-color css
<style>
a { background-color: #DC9561; }
a { background-color: rgb(220,149,97); }
div.DivClassName
{
background-color: #DC9561;
}
.BgClassName
{
background-color: #DC9561;
}
</style>
border-color css
<style>
span { border-color: #DC9561; }
span { border-color: rgb(220,149,97); }
td.TdClassName
{
border-color: #DC9561;
}
.TagClassName
{
border-color: #DC9561;
}
</style>