Shades of Whiskey Sour #DD8854
Tints of Whiskey Sour #DD8854
RGB
CMYK
RGB Variations
Color information
#DD8854 (or 0xDD8854) is known color: Whiskey Sour. HEX triplet: DD, 88 and 54. RGB value is (221,136,84). Sum of RGB (Red+Green+Blue) = 221+136+84=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 84 (33.20% from 255 or 19.05% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8854 is #2277AB. Grayscale: #9B9B9B. Windows color (decimal): -2258860 or 5540061. OLE color: 5540061.
HSL color Cylindrical-coordinate representation of color #DD8854: hue angle of 22.77º 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 #DD8854 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 84 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.13 |
| HSL | 22.77º | 0.67% | 0.6% | - |
| HSV(B) | 22.77º | 0.62% | 0.87% | - |
| XYZ | 40.22 | 33.62 | 12.76 | - |
| YUV | 155.49 | 87.66 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 84 | 0 | 0.38 | 0.62 | 0.13 | 22.77 | 0.67 | 0.6 |
| Hex | DD | 88 | 54 | 0 | 26 | 3E | D | 17 | 43 | 3C |
| Octal | 335 | 210 | 124 | 0 | 46 | 76 | 15 | 27 | 103 | 74 |
| Binary | 11011101 | 10001000 | 1010100 | 0 | 100110 | 111110 | 1101 | 10111 | 1000011 | 111100 |
Color Harmonies of #DD8854
Complementary color
Monochromatic Colors of #DD8854
Black with #DD8854
Text Example
Text Example
White with #DD8854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8854; }
p { color: rgb(221,136,84); }
H1.HeaderClassName
{
color: #DD8854;
}
.AnyTagClassName
{
color: #DD8854;
}
</style>
background-color css
<style>
a { background-color: #DD8854; }
a { background-color: rgb(221,136,84); }
div.DivClassName
{
background-color: #DD8854;
}
.BgClassName
{
background-color: #DD8854;
}
</style>
border-color css
<style>
span { border-color: #DD8854; }
span { border-color: rgb(221,136,84); }
td.TdClassName
{
border-color: #DD8854;
}
.TagClassName
{
border-color: #DD8854;
}
</style>