Shades of Whiskey Sour #DD9158
Tints of Whiskey Sour #DD9158
RGB
CMYK
RGB Variations
Color information
#DD9158 (or 0xDD9158) is known color: Whiskey Sour. HEX triplet: DD, 91 and 58. RGB value is (221,145,88). Sum of RGB (Red+Green+Blue) = 221+145+88=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 88 (34.77% from 255 or 19.38% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9158 is #226EA7. Grayscale: #A1A1A1. Windows color (decimal): -2256552 or 5804509. OLE color: 5804509.
HSL color Cylindrical-coordinate representation of color #DD9158: hue angle of 25.71º 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 #DD9158 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 88 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.13 |
| HSL | 25.71º | 0.66% | 0.61% | - |
| HSV(B) | 25.71º | 0.6% | 0.87% | - |
| XYZ | 41.71 | 36.33 | 14.05 | - |
| YUV | 161.23 | 86.68 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 88 | 0 | 0.34 | 0.60 | 0.13 | 25.71 | 0.66 | 0.61 |
| Hex | DD | 91 | 58 | 0 | 22 | 3C | D | 1A | 42 | 3D |
| Octal | 335 | 221 | 130 | 0 | 42 | 74 | 15 | 32 | 102 | 75 |
| Binary | 11011101 | 10010001 | 1011000 | 0 | 100010 | 111100 | 1101 | 11010 | 1000010 | 111101 |
Color Harmonies of #DD9158
Complementary color
Monochromatic Colors of #DD9158
Black with #DD9158
Text Example
Text Example
White with #DD9158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9158; }
p { color: rgb(221,145,88); }
H1.HeaderClassName
{
color: #DD9158;
}
.AnyTagClassName
{
color: #DD9158;
}
</style>
background-color css
<style>
a { background-color: #DD9158; }
a { background-color: rgb(221,145,88); }
div.DivClassName
{
background-color: #DD9158;
}
.BgClassName
{
background-color: #DD9158;
}
</style>
border-color css
<style>
span { border-color: #DD9158; }
span { border-color: rgb(221,145,88); }
td.TdClassName
{
border-color: #DD9158;
}
.TagClassName
{
border-color: #DD9158;
}
</style>