Shades of Whiskey Sour #DD9054
Tints of Whiskey Sour #DD9054
RGB
CMYK
RGB Variations
Color information
#DD9054 (or 0xDD9054) is known color: Whiskey Sour. HEX triplet: DD, 90 and 54. RGB value is (221,144,84). Sum of RGB (Red+Green+Blue) = 221+144+84=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 84 (33.20% from 255 or 18.71% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9054 is #226FAB. Grayscale: #A0A0A0. Windows color (decimal): -2256812 or 5542109. OLE color: 5542109.
HSL color Cylindrical-coordinate representation of color #DD9054: hue angle of 26.28º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD9054 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 84 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.13 |
| HSL | 26.28º | 0.67% | 0.6% | - |
| HSV(B) | 26.28º | 0.62% | 0.87% | - |
| XYZ | 41.39 | 35.96 | 13.15 | - |
| YUV | 160.18 | 85.01 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 84 | 0 | 0.35 | 0.62 | 0.13 | 26.28 | 0.67 | 0.6 |
| Hex | DD | 90 | 54 | 0 | 23 | 3E | D | 1A | 43 | 3C |
| Octal | 335 | 220 | 124 | 0 | 43 | 76 | 15 | 32 | 103 | 74 |
| Binary | 11011101 | 10010000 | 1010100 | 0 | 100011 | 111110 | 1101 | 11010 | 1000011 | 111100 |
Color Harmonies of #DD9054
Complementary color
Monochromatic Colors of #DD9054
Black with #DD9054
Text Example
Text Example
White with #DD9054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9054; }
p { color: rgb(221,144,84); }
H1.HeaderClassName
{
color: #DD9054;
}
.AnyTagClassName
{
color: #DD9054;
}
</style>
background-color css
<style>
a { background-color: #DD9054; }
a { background-color: rgb(221,144,84); }
div.DivClassName
{
background-color: #DD9054;
}
.BgClassName
{
background-color: #DD9054;
}
</style>
border-color css
<style>
span { border-color: #DD9054; }
span { border-color: rgb(221,144,84); }
td.TdClassName
{
border-color: #DD9054;
}
.TagClassName
{
border-color: #DD9054;
}
</style>