Shades of Whiskey Sour #DD8455
Tints of Whiskey Sour #DD8455
RGB
CMYK
RGB Variations
Color information
#DD8455 (or 0xDD8455) is known color: Whiskey Sour. HEX triplet: DD, 84 and 55. RGB value is (221,132,85). Sum of RGB (Red+Green+Blue) = 221+132+85=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 85 (33.59% from 255 or 19.41% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8455 is #227BAA. Grayscale: #999999. Windows color (decimal): -2259883 or 5604573. OLE color: 5604573.
HSL color Cylindrical-coordinate representation of color #DD8455: hue angle of 20.74º 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 #DD8455 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 85 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.13 |
| HSL | 20.74º | 0.67% | 0.6% | - |
| HSV(B) | 20.74º | 0.62% | 0.87% | - |
| XYZ | 39.71 | 32.53 | 12.78 | - |
| YUV | 153.25 | 89.49 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 85 | 0 | 0.40 | 0.62 | 0.13 | 20.74 | 0.67 | 0.6 |
| Hex | DD | 84 | 55 | 0 | 28 | 3E | D | 15 | 43 | 3C |
| Octal | 335 | 204 | 125 | 0 | 50 | 76 | 15 | 25 | 103 | 74 |
| Binary | 11011101 | 10000100 | 1010101 | 0 | 101000 | 111110 | 1101 | 10101 | 1000011 | 111100 |
Color Harmonies of #DD8455
Complementary color
Monochromatic Colors of #DD8455
Black with #DD8455
Text Example
Text Example
White with #DD8455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8455; }
p { color: rgb(221,132,85); }
H1.HeaderClassName
{
color: #DD8455;
}
.AnyTagClassName
{
color: #DD8455;
}
</style>
background-color css
<style>
a { background-color: #DD8455; }
a { background-color: rgb(221,132,85); }
div.DivClassName
{
background-color: #DD8455;
}
.BgClassName
{
background-color: #DD8455;
}
</style>
border-color css
<style>
span { border-color: #DD8455; }
span { border-color: rgb(221,132,85); }
td.TdClassName
{
border-color: #DD8455;
}
.TagClassName
{
border-color: #DD8455;
}
</style>