Shades of Whiskey Sour #DD9155
Tints of Whiskey Sour #DD9155
RGB
CMYK
RGB Variations
Color information
#DD9155 (or 0xDD9155) is known color: Whiskey Sour. HEX triplet: DD, 91 and 55. RGB value is (221,145,85). Sum of RGB (Red+Green+Blue) = 221+145+85=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 85 (33.59% from 255 or 18.85% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9155 is #226EAA. Grayscale: #A1A1A1. Windows color (decimal): -2256555 or 5607901. OLE color: 5607901.
HSL color Cylindrical-coordinate representation of color #DD9155: hue angle of 26.47º 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 #DD9155 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 85 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.13 |
| HSL | 26.47º | 0.67% | 0.6% | - |
| HSV(B) | 26.47º | 0.62% | 0.87% | - |
| XYZ | 41.58 | 36.28 | 13.41 | - |
| YUV | 160.88 | 85.18 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 85 | 0 | 0.34 | 0.62 | 0.13 | 26.47 | 0.67 | 0.6 |
| Hex | DD | 91 | 55 | 0 | 22 | 3E | D | 1A | 43 | 3C |
| Octal | 335 | 221 | 125 | 0 | 42 | 76 | 15 | 32 | 103 | 74 |
| Binary | 11011101 | 10010001 | 1010101 | 0 | 100010 | 111110 | 1101 | 11010 | 1000011 | 111100 |
Color Harmonies of #DD9155
Complementary color
Monochromatic Colors of #DD9155
Black with #DD9155
Text Example
Text Example
White with #DD9155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9155; }
p { color: rgb(221,145,85); }
H1.HeaderClassName
{
color: #DD9155;
}
.AnyTagClassName
{
color: #DD9155;
}
</style>
background-color css
<style>
a { background-color: #DD9155; }
a { background-color: rgb(221,145,85); }
div.DivClassName
{
background-color: #DD9155;
}
.BgClassName
{
background-color: #DD9155;
}
</style>
border-color css
<style>
span { border-color: #DD9155; }
span { border-color: rgb(221,145,85); }
td.TdClassName
{
border-color: #DD9155;
}
.TagClassName
{
border-color: #DD9155;
}
</style>