Shades of Whiskey Sour #DD8D52
Tints of Whiskey Sour #DD8D52
RGB
CMYK
RGB Variations
Color information
#DD8D52 (or 0xDD8D52) is known color: Whiskey Sour. HEX triplet: DD, 8D and 52. RGB value is (221,141,82). Sum of RGB (Red+Green+Blue) = 221+141+82=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8D52 is #2272AD. Grayscale: #9E9E9E. Windows color (decimal): -2257582 or 5410269. OLE color: 5410269.
HSL color Cylindrical-coordinate representation of color #DD8D52: hue angle of 25.47º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD8D52 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 141 | 82 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.13 |
| HSL | 25.47º | 0.67% | 0.59% | - |
| HSV(B) | 25.47º | 0.63% | 0.87% | - |
| XYZ | 40.87 | 35.03 | 12.59 | - |
| YUV | 158.19 | 85 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 82 | 0 | 0.36 | 0.63 | 0.13 | 25.47 | 0.67 | 0.59 |
| Hex | DD | 8D | 52 | 0 | 24 | 3F | D | 19 | 43 | 3B |
| Octal | 335 | 215 | 122 | 0 | 44 | 77 | 15 | 31 | 103 | 73 |
| Binary | 11011101 | 10001101 | 1010010 | 0 | 100100 | 111111 | 1101 | 11001 | 1000011 | 111011 |
Color Harmonies of #DD8D52
Complementary color
Monochromatic Colors of #DD8D52
Black with #DD8D52
Text Example
Text Example
White with #DD8D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8D52; }
p { color: rgb(221,141,82); }
H1.HeaderClassName
{
color: #DD8D52;
}
.AnyTagClassName
{
color: #DD8D52;
}
</style>
background-color css
<style>
a { background-color: #DD8D52; }
a { background-color: rgb(221,141,82); }
div.DivClassName
{
background-color: #DD8D52;
}
.BgClassName
{
background-color: #DD8D52;
}
</style>
border-color css
<style>
span { border-color: #DD8D52; }
span { border-color: rgb(221,141,82); }
td.TdClassName
{
border-color: #DD8D52;
}
.TagClassName
{
border-color: #DD8D52;
}
</style>