Shades of Whiskey Sour #DD8857
Tints of Whiskey Sour #DD8857
RGB
CMYK
RGB Variations
Color information
#DD8857 (or 0xDD8857) is known color: Whiskey Sour. HEX triplet: DD, 88 and 57. RGB value is (221,136,87). Sum of RGB (Red+Green+Blue) = 221+136+87=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 87 (34.38% from 255 or 19.59% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8857 is #2277A8. Grayscale: #9C9C9C. Windows color (decimal): -2258857 or 5736669. OLE color: 5736669.
HSL color Cylindrical-coordinate representation of color #DD8857: hue angle of 21.94º 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 #DD8857 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 87 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.13 |
| HSL | 21.94º | 0.66% | 0.6% | - |
| HSV(B) | 21.94º | 0.61% | 0.87% | - |
| XYZ | 40.34 | 33.67 | 13.39 | - |
| YUV | 155.83 | 89.16 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 87 | 0 | 0.38 | 0.61 | 0.13 | 21.94 | 0.66 | 0.6 |
| Hex | DD | 88 | 57 | 0 | 26 | 3D | D | 16 | 42 | 3C |
| Octal | 335 | 210 | 127 | 0 | 46 | 75 | 15 | 26 | 102 | 74 |
| Binary | 11011101 | 10001000 | 1010111 | 0 | 100110 | 111101 | 1101 | 10110 | 1000010 | 111100 |
Color Harmonies of #DD8857
Complementary color
Monochromatic Colors of #DD8857
Black with #DD8857
Text Example
Text Example
White with #DD8857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8857; }
p { color: rgb(221,136,87); }
H1.HeaderClassName
{
color: #DD8857;
}
.AnyTagClassName
{
color: #DD8857;
}
</style>
background-color css
<style>
a { background-color: #DD8857; }
a { background-color: rgb(221,136,87); }
div.DivClassName
{
background-color: #DD8857;
}
.BgClassName
{
background-color: #DD8857;
}
</style>
border-color css
<style>
span { border-color: #DD8857; }
span { border-color: rgb(221,136,87); }
td.TdClassName
{
border-color: #DD8857;
}
.TagClassName
{
border-color: #DD8857;
}
</style>