Shades of Whiskey Sour #DD9059
Tints of Whiskey Sour #DD9059
RGB
CMYK
RGB Variations
Color information
#DD9059 (or 0xDD9059) is known color: Whiskey Sour. HEX triplet: DD, 90 and 59. RGB value is (221,144,89). Sum of RGB (Red+Green+Blue) = 221+144+89=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 89 (35.16% from 255 or 19.60% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9059 is #226FA6. Grayscale: #A1A1A1. Windows color (decimal): -2256807 or 5869789. OLE color: 5869789.
HSL color Cylindrical-coordinate representation of color #DD9059: hue angle of 25º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD9059 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 89 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.13 |
| HSL | 25º | 0.66% | 0.61% | - |
| HSV(B) | 25º | 0.6% | 0.87% | - |
| XYZ | 41.6 | 36.04 | 14.22 | - |
| YUV | 160.75 | 87.51 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 89 | 0 | 0.35 | 0.60 | 0.13 | 25 | 0.66 | 0.61 |
| Hex | DD | 90 | 59 | 0 | 23 | 3C | D | 19 | 42 | 3D |
| Octal | 335 | 220 | 131 | 0 | 43 | 74 | 15 | 31 | 102 | 75 |
| Binary | 11011101 | 10010000 | 1011001 | 0 | 100011 | 111100 | 1101 | 11001 | 1000010 | 111101 |
Color Harmonies of #DD9059
Complementary color
Monochromatic Colors of #DD9059
Black with #DD9059
Text Example
Text Example
White with #DD9059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9059; }
p { color: rgb(221,144,89); }
H1.HeaderClassName
{
color: #DD9059;
}
.AnyTagClassName
{
color: #DD9059;
}
</style>
background-color css
<style>
a { background-color: #DD9059; }
a { background-color: rgb(221,144,89); }
div.DivClassName
{
background-color: #DD9059;
}
.BgClassName
{
background-color: #DD9059;
}
</style>
border-color css
<style>
span { border-color: #DD9059; }
span { border-color: rgb(221,144,89); }
td.TdClassName
{
border-color: #DD9059;
}
.TagClassName
{
border-color: #DD9059;
}
</style>