Shades of Whiskey Sour #DC9356
Tints of Whiskey Sour #DC9356
RGB
CMYK
RGB Variations
Color information
#DC9356 (or 0xDC9356) is known color: Whiskey Sour. HEX triplet: DC, 93 and 56. RGB value is (220,147,86). Sum of RGB (Red+Green+Blue) = 220+147+86=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 86 (33.98% from 255 or 18.98% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9356 is #236CA9. Grayscale: #A2A2A2. Windows color (decimal): -2321578 or 5673948. OLE color: 5673948.
HSL color Cylindrical-coordinate representation of color #DC9356: hue angle of 27.31º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC9356 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 86 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.14 |
| HSL | 27.31º | 0.66% | 0.6% | - |
| HSV(B) | 27.31º | 0.61% | 0.86% | - |
| XYZ | 41.63 | 36.75 | 13.7 | - |
| YUV | 161.87 | 85.18 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 86 | 0 | 0.33 | 0.61 | 0.14 | 27.31 | 0.66 | 0.6 |
| Hex | DC | 93 | 56 | 0 | 21 | 3D | E | 1B | 42 | 3C |
| Octal | 334 | 223 | 126 | 0 | 41 | 75 | 16 | 33 | 102 | 74 |
| Binary | 11011100 | 10010011 | 1010110 | 0 | 100001 | 111101 | 1110 | 11011 | 1000010 | 111100 |
Color Harmonies of #DC9356
Complementary color
Monochromatic Colors of #DC9356
Black with #DC9356
Text Example
Text Example
White with #DC9356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9356; }
p { color: rgb(220,147,86); }
H1.HeaderClassName
{
color: #DC9356;
}
.AnyTagClassName
{
color: #DC9356;
}
</style>
background-color css
<style>
a { background-color: #DC9356; }
a { background-color: rgb(220,147,86); }
div.DivClassName
{
background-color: #DC9356;
}
.BgClassName
{
background-color: #DC9356;
}
</style>
border-color css
<style>
span { border-color: #DC9356; }
span { border-color: rgb(220,147,86); }
td.TdClassName
{
border-color: #DC9356;
}
.TagClassName
{
border-color: #DC9356;
}
</style>