Shades of Whiskey Sour #DD9357
Tints of Whiskey Sour #DD9357
RGB
CMYK
RGB Variations
Color information
#DD9357 (or 0xDD9357) is known color: Whiskey Sour. HEX triplet: DD, 93 and 57. RGB value is (221,147,87). Sum of RGB (Red+Green+Blue) = 221+147+87=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 87 (34.38% from 255 or 19.12% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9357 is #226CA8. Grayscale: #A2A2A2. Windows color (decimal): -2256041 or 5739485. OLE color: 5739485.
HSL color Cylindrical-coordinate representation of color #DD9357: hue angle of 26.87º degrees, saturation: 0.66, 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 #DD9357 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 87 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.13 |
| HSL | 26.87º | 0.66% | 0.6% | - |
| HSV(B) | 26.87º | 0.61% | 0.87% | - |
| XYZ | 41.97 | 36.93 | 13.93 | - |
| YUV | 162.29 | 85.52 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 87 | 0 | 0.33 | 0.61 | 0.13 | 26.87 | 0.66 | 0.6 |
| Hex | DD | 93 | 57 | 0 | 21 | 3D | D | 1B | 42 | 3C |
| Octal | 335 | 223 | 127 | 0 | 41 | 75 | 15 | 33 | 102 | 74 |
| Binary | 11011101 | 10010011 | 1010111 | 0 | 100001 | 111101 | 1101 | 11011 | 1000010 | 111100 |
Color Harmonies of #DD9357
Complementary color
Monochromatic Colors of #DD9357
Black with #DD9357
Text Example
Text Example
White with #DD9357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9357; }
p { color: rgb(221,147,87); }
H1.HeaderClassName
{
color: #DD9357;
}
.AnyTagClassName
{
color: #DD9357;
}
</style>
background-color css
<style>
a { background-color: #DD9357; }
a { background-color: rgb(221,147,87); }
div.DivClassName
{
background-color: #DD9357;
}
.BgClassName
{
background-color: #DD9357;
}
</style>
border-color css
<style>
span { border-color: #DD9357; }
span { border-color: rgb(221,147,87); }
td.TdClassName
{
border-color: #DD9357;
}
.TagClassName
{
border-color: #DD9357;
}
</style>