Shades of Whiskey Sour #DC9061
Tints of Whiskey Sour #DC9061
RGB
CMYK
RGB Variations
Color information
#DC9061 (or 0xDC9061) is known color: Whiskey Sour. HEX triplet: DC, 90 and 61. RGB value is (220,144,97). Sum of RGB (Red+Green+Blue) = 220+144+97=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9061 is #236F9E. Grayscale: #A1A1A1. Windows color (decimal): -2322335 or 6394076. OLE color: 6394076.
HSL color Cylindrical-coordinate representation of color #DC9061: hue angle of 22.93º 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 #DC9061 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 97 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.14 |
| HSL | 22.93º | 0.64% | 0.62% | - |
| HSV(B) | 22.93º | 0.56% | 0.86% | - |
| XYZ | 41.65 | 36.03 | 16.07 | - |
| YUV | 161.37 | 91.68 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 97 | 0 | 0.35 | 0.56 | 0.14 | 22.93 | 0.64 | 0.62 |
| Hex | DC | 90 | 61 | 0 | 23 | 38 | E | 17 | 40 | 3E |
| Octal | 334 | 220 | 141 | 0 | 43 | 70 | 16 | 27 | 100 | 76 |
| Binary | 11011100 | 10010000 | 1100001 | 0 | 100011 | 111000 | 1110 | 10111 | 1000000 | 111110 |
Color Harmonies of #DC9061
Complementary color
Monochromatic Colors of #DC9061
Black with #DC9061
Text Example
Text Example
White with #DC9061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9061; }
p { color: rgb(220,144,97); }
H1.HeaderClassName
{
color: #DC9061;
}
.AnyTagClassName
{
color: #DC9061;
}
</style>
background-color css
<style>
a { background-color: #DC9061; }
a { background-color: rgb(220,144,97); }
div.DivClassName
{
background-color: #DC9061;
}
.BgClassName
{
background-color: #DC9061;
}
</style>
border-color css
<style>
span { border-color: #DC9061; }
span { border-color: rgb(220,144,97); }
td.TdClassName
{
border-color: #DC9061;
}
.TagClassName
{
border-color: #DC9061;
}
</style>