Shades of Whiskey Sour #DC9156
Tints of Whiskey Sour #DC9156
RGB
CMYK
RGB Variations
Color information
#DC9156 (or 0xDC9156) is known color: Whiskey Sour. HEX triplet: DC, 91 and 56. RGB value is (220,145,86). Sum of RGB (Red+Green+Blue) = 220+145+86=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 86 (33.98% from 255 or 19.07% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9156 is #236EA9. Grayscale: #A1A1A1. Windows color (decimal): -2322090 or 5673436. OLE color: 5673436.
HSL color Cylindrical-coordinate representation of color #DC9156: hue angle of 26.42º 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 #DC9156 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 86 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.14 |
| HSL | 26.42º | 0.66% | 0.6% | - |
| HSV(B) | 26.42º | 0.61% | 0.86% | - |
| XYZ | 41.32 | 36.14 | 13.6 | - |
| YUV | 160.7 | 85.85 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 86 | 0 | 0.34 | 0.61 | 0.14 | 26.42 | 0.66 | 0.6 |
| Hex | DC | 91 | 56 | 0 | 22 | 3D | E | 1A | 42 | 3C |
| Octal | 334 | 221 | 126 | 0 | 42 | 75 | 16 | 32 | 102 | 74 |
| Binary | 11011100 | 10010001 | 1010110 | 0 | 100010 | 111101 | 1110 | 11010 | 1000010 | 111100 |
Color Harmonies of #DC9156
Complementary color
Monochromatic Colors of #DC9156
Black with #DC9156
Text Example
Text Example
White with #DC9156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9156; }
p { color: rgb(220,145,86); }
H1.HeaderClassName
{
color: #DC9156;
}
.AnyTagClassName
{
color: #DC9156;
}
</style>
background-color css
<style>
a { background-color: #DC9156; }
a { background-color: rgb(220,145,86); }
div.DivClassName
{
background-color: #DC9156;
}
.BgClassName
{
background-color: #DC9156;
}
</style>
border-color css
<style>
span { border-color: #DC9156; }
span { border-color: rgb(220,145,86); }
td.TdClassName
{
border-color: #DC9156;
}
.TagClassName
{
border-color: #DC9156;
}
</style>