Shades of Whiskey Sour #DC9056
Tints of Whiskey Sour #DC9056
RGB
CMYK
RGB Variations
Color information
#DC9056 (or 0xDC9056) is known color: Whiskey Sour. HEX triplet: DC, 90 and 56. RGB value is (220,144,86). Sum of RGB (Red+Green+Blue) = 220+144+86=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 86 (33.98% from 255 or 19.11% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9056 is #236FA9. Grayscale: #A0A0A0. Windows color (decimal): -2322346 or 5673180. OLE color: 5673180.
HSL color Cylindrical-coordinate representation of color #DC9056: hue angle of 25.97º 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 #DC9056 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 86 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.14 |
| HSL | 25.97º | 0.66% | 0.6% | - |
| HSV(B) | 25.97º | 0.61% | 0.86% | - |
| XYZ | 41.17 | 35.83 | 13.55 | - |
| YUV | 160.11 | 86.18 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 86 | 0 | 0.35 | 0.61 | 0.14 | 25.97 | 0.66 | 0.6 |
| Hex | DC | 90 | 56 | 0 | 23 | 3D | E | 1A | 42 | 3C |
| Octal | 334 | 220 | 126 | 0 | 43 | 75 | 16 | 32 | 102 | 74 |
| Binary | 11011100 | 10010000 | 1010110 | 0 | 100011 | 111101 | 1110 | 11010 | 1000010 | 111100 |
Color Harmonies of #DC9056
Complementary color
Monochromatic Colors of #DC9056
Black with #DC9056
Text Example
Text Example
White with #DC9056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9056; }
p { color: rgb(220,144,86); }
H1.HeaderClassName
{
color: #DC9056;
}
.AnyTagClassName
{
color: #DC9056;
}
</style>
background-color css
<style>
a { background-color: #DC9056; }
a { background-color: rgb(220,144,86); }
div.DivClassName
{
background-color: #DC9056;
}
.BgClassName
{
background-color: #DC9056;
}
</style>
border-color css
<style>
span { border-color: #DC9056; }
span { border-color: rgb(220,144,86); }
td.TdClassName
{
border-color: #DC9056;
}
.TagClassName
{
border-color: #DC9056;
}
</style>