Shades of Whiskey Sour #DD8D5B
Tints of Whiskey Sour #DD8D5B
RGB
CMYK
RGB Variations
Color information
#DD8D5B (or 0xDD8D5B) is known color: Whiskey Sour. HEX triplet: DD, 8D and 5B. RGB value is (221,141,91). Sum of RGB (Red+Green+Blue) = 221+141+91=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8D5B is #2272A4. Grayscale: #9F9F9F. Windows color (decimal): -2257573 or 6000093. OLE color: 6000093.
HSL color Cylindrical-coordinate representation of color #DD8D5B: hue angle of 23.08º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD8D5B is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 141 | 91 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.13 |
| HSL | 23.08º | 0.66% | 0.61% | - |
| HSV(B) | 23.08º | 0.59% | 0.87% | - |
| XYZ | 41.23 | 35.18 | 14.51 | - |
| YUV | 159.22 | 89.5 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 91 | 0 | 0.36 | 0.59 | 0.13 | 23.08 | 0.66 | 0.61 |
| Hex | DD | 8D | 5B | 0 | 24 | 3B | D | 17 | 42 | 3D |
| Octal | 335 | 215 | 133 | 0 | 44 | 73 | 15 | 27 | 102 | 75 |
| Binary | 11011101 | 10001101 | 1011011 | 0 | 100100 | 111011 | 1101 | 10111 | 1000010 | 111101 |
Color Harmonies of #DD8D5B
Complementary color
Monochromatic Colors of #DD8D5B
Black with #DD8D5B
Text Example
Text Example
White with #DD8D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8D5B; }
p { color: rgb(221,141,91); }
H1.HeaderClassName
{
color: #DD8D5B;
}
.AnyTagClassName
{
color: #DD8D5B;
}
</style>
background-color css
<style>
a { background-color: #DD8D5B; }
a { background-color: rgb(221,141,91); }
div.DivClassName
{
background-color: #DD8D5B;
}
.BgClassName
{
background-color: #DD8D5B;
}
</style>
border-color css
<style>
span { border-color: #DD8D5B; }
span { border-color: rgb(221,141,91); }
td.TdClassName
{
border-color: #DD8D5B;
}
.TagClassName
{
border-color: #DD8D5B;
}
</style>