Shades of Whiskey Sour #DD9356
Tints of Whiskey Sour #DD9356
RGB
CMYK
RGB Variations
Color information
#DD9356 (or 0xDD9356) is known color: Whiskey Sour. HEX triplet: DD, 93 and 56. RGB value is (221,147,86). Sum of RGB (Red+Green+Blue) = 221+147+86=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9356 is #226CA9. Grayscale: #A2A2A2. Windows color (decimal): -2256042 or 5673949. OLE color: 5673949.
HSL color Cylindrical-coordinate representation of color #DD9356: hue angle of 27.11º degrees, saturation: 0.67, 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 #DD9356 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 86 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.13 |
| HSL | 27.11º | 0.67% | 0.6% | - |
| HSV(B) | 27.11º | 0.61% | 0.87% | - |
| XYZ | 41.93 | 36.91 | 13.72 | - |
| YUV | 162.17 | 85.02 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 86 | 0 | 0.33 | 0.61 | 0.13 | 27.11 | 0.67 | 0.6 |
| Hex | DD | 93 | 56 | 0 | 21 | 3D | D | 1B | 43 | 3C |
| Octal | 335 | 223 | 126 | 0 | 41 | 75 | 15 | 33 | 103 | 74 |
| Binary | 11011101 | 10010011 | 1010110 | 0 | 100001 | 111101 | 1101 | 11011 | 1000011 | 111100 |
Color Harmonies of #DD9356
Complementary color
Monochromatic Colors of #DD9356
Black with #DD9356
Text Example
Text Example
White with #DD9356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9356; }
p { color: rgb(221,147,86); }
H1.HeaderClassName
{
color: #DD9356;
}
.AnyTagClassName
{
color: #DD9356;
}
</style>
background-color css
<style>
a { background-color: #DD9356; }
a { background-color: rgb(221,147,86); }
div.DivClassName
{
background-color: #DD9356;
}
.BgClassName
{
background-color: #DD9356;
}
</style>
border-color css
<style>
span { border-color: #DD9356; }
span { border-color: rgb(221,147,86); }
td.TdClassName
{
border-color: #DD9356;
}
.TagClassName
{
border-color: #DD9356;
}
</style>