Shades of Whiskey Sour #DC9661
Tints of Whiskey Sour #DC9661
RGB
CMYK
RGB Variations
Color information
#DC9661 (or 0xDC9661) is known color: Whiskey Sour. HEX triplet: DC, 96 and 61. RGB value is (220,150,97). Sum of RGB (Red+Green+Blue) = 220+150+97=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9661 is #23699E. Grayscale: #A5A5A5. Windows color (decimal): -2320799 or 6395612. OLE color: 6395612.
HSL color Cylindrical-coordinate representation of color #DC9661: hue angle of 25.85º 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 #DC9661 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 97 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.14 |
| HSL | 25.85º | 0.64% | 0.62% | - |
| HSV(B) | 25.85º | 0.56% | 0.86% | - |
| XYZ | 42.58 | 37.89 | 16.38 | - |
| YUV | 164.89 | 89.69 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 97 | 0 | 0.32 | 0.56 | 0.14 | 25.85 | 0.64 | 0.62 |
| Hex | DC | 96 | 61 | 0 | 20 | 38 | E | 1A | 40 | 3E |
| Octal | 334 | 226 | 141 | 0 | 40 | 70 | 16 | 32 | 100 | 76 |
| Binary | 11011100 | 10010110 | 1100001 | 0 | 100000 | 111000 | 1110 | 11010 | 1000000 | 111110 |
Color Harmonies of #DC9661
Complementary color
Monochromatic Colors of #DC9661
Black with #DC9661
Text Example
Text Example
White with #DC9661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9661; }
p { color: rgb(220,150,97); }
H1.HeaderClassName
{
color: #DC9661;
}
.AnyTagClassName
{
color: #DC9661;
}
</style>
background-color css
<style>
a { background-color: #DC9661; }
a { background-color: rgb(220,150,97); }
div.DivClassName
{
background-color: #DC9661;
}
.BgClassName
{
background-color: #DC9661;
}
</style>
border-color css
<style>
span { border-color: #DC9661; }
span { border-color: rgb(220,150,97); }
td.TdClassName
{
border-color: #DC9661;
}
.TagClassName
{
border-color: #DC9661;
}
</style>