Shades of Whiskey Sour #DD9056
Tints of Whiskey Sour #DD9056
RGB
CMYK
RGB Variations
Color information
#DD9056 (or 0xDD9056) is known color: Whiskey Sour. HEX triplet: DD, 90 and 56. RGB value is (221,144,86). Sum of RGB (Red+Green+Blue) = 221+144+86=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 86 (33.98% from 255 or 19.07% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9056 is #226FA9. Grayscale: #A0A0A0. Windows color (decimal): -2256810 or 5673181. OLE color: 5673181.
HSL color Cylindrical-coordinate representation of color #DD9056: hue angle of 25.78º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD9056 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 86 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.13 |
| HSL | 25.78º | 0.67% | 0.6% | - |
| HSV(B) | 25.78º | 0.61% | 0.87% | - |
| XYZ | 41.47 | 35.99 | 13.57 | - |
| YUV | 160.41 | 86.01 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 86 | 0 | 0.35 | 0.61 | 0.13 | 25.78 | 0.67 | 0.6 |
| Hex | DD | 90 | 56 | 0 | 23 | 3D | D | 1A | 43 | 3C |
| Octal | 335 | 220 | 126 | 0 | 43 | 75 | 15 | 32 | 103 | 74 |
| Binary | 11011101 | 10010000 | 1010110 | 0 | 100011 | 111101 | 1101 | 11010 | 1000011 | 111100 |
Color Harmonies of #DD9056
Complementary color
Monochromatic Colors of #DD9056
Black with #DD9056
Text Example
Text Example
White with #DD9056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9056; }
p { color: rgb(221,144,86); }
H1.HeaderClassName
{
color: #DD9056;
}
.AnyTagClassName
{
color: #DD9056;
}
</style>
background-color css
<style>
a { background-color: #DD9056; }
a { background-color: rgb(221,144,86); }
div.DivClassName
{
background-color: #DD9056;
}
.BgClassName
{
background-color: #DD9056;
}
</style>
border-color css
<style>
span { border-color: #DD9056; }
span { border-color: rgb(221,144,86); }
td.TdClassName
{
border-color: #DD9056;
}
.TagClassName
{
border-color: #DD9056;
}
</style>