Shades of Whiskey Sour #DC9359
Tints of Whiskey Sour #DC9359
RGB
CMYK
RGB Variations
Color information
#DC9359 (or 0xDC9359) is known color: Whiskey Sour. HEX triplet: DC, 93 and 59. RGB value is (220,147,89). Sum of RGB (Red+Green+Blue) = 220+147+89=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 89 (35.16% from 255 or 19.52% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9359 is #236CA6. Grayscale: #A2A2A2. Windows color (decimal): -2321575 or 5870556. OLE color: 5870556.
HSL color Cylindrical-coordinate representation of color #DC9359: hue angle of 26.56º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC9359 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 89 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.14 |
| HSL | 26.56º | 0.65% | 0.61% | - |
| HSV(B) | 26.56º | 0.6% | 0.86% | - |
| XYZ | 41.75 | 36.8 | 14.35 | - |
| YUV | 162.22 | 86.68 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 89 | 0 | 0.33 | 0.60 | 0.14 | 26.56 | 0.65 | 0.61 |
| Hex | DC | 93 | 59 | 0 | 21 | 3C | E | 1B | 41 | 3D |
| Octal | 334 | 223 | 131 | 0 | 41 | 74 | 16 | 33 | 101 | 75 |
| Binary | 11011100 | 10010011 | 1011001 | 0 | 100001 | 111100 | 1110 | 11011 | 1000001 | 111101 |
Color Harmonies of #DC9359
Complementary color
Monochromatic Colors of #DC9359
Black with #DC9359
Text Example
Text Example
White with #DC9359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9359; }
p { color: rgb(220,147,89); }
H1.HeaderClassName
{
color: #DC9359;
}
.AnyTagClassName
{
color: #DC9359;
}
</style>
background-color css
<style>
a { background-color: #DC9359; }
a { background-color: rgb(220,147,89); }
div.DivClassName
{
background-color: #DC9359;
}
.BgClassName
{
background-color: #DC9359;
}
</style>
border-color css
<style>
span { border-color: #DC9359; }
span { border-color: rgb(220,147,89); }
td.TdClassName
{
border-color: #DC9359;
}
.TagClassName
{
border-color: #DC9359;
}
</style>