Shades of Whiskey Sour #DD8B54
Tints of Whiskey Sour #DD8B54
RGB
CMYK
RGB Variations
Color information
#DD8B54 (or 0xDD8B54) is known color: Whiskey Sour. HEX triplet: DD, 8B and 54. RGB value is (221,139,84). Sum of RGB (Red+Green+Blue) = 221+139+84=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 84 (33.20% from 255 or 18.92% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8B54 is #2274AB. Grayscale: #9D9D9D. Windows color (decimal): -2258092 or 5540829. OLE color: 5540829.
HSL color Cylindrical-coordinate representation of color #DD8B54: hue angle of 24.09º 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 #DD8B54 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 84 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.13 |
| HSL | 24.09º | 0.67% | 0.6% | - |
| HSV(B) | 24.09º | 0.62% | 0.87% | - |
| XYZ | 40.65 | 34.48 | 12.9 | - |
| YUV | 157.25 | 86.67 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 84 | 0 | 0.37 | 0.62 | 0.13 | 24.09 | 0.67 | 0.6 |
| Hex | DD | 8B | 54 | 0 | 25 | 3E | D | 18 | 43 | 3C |
| Octal | 335 | 213 | 124 | 0 | 45 | 76 | 15 | 30 | 103 | 74 |
| Binary | 11011101 | 10001011 | 1010100 | 0 | 100101 | 111110 | 1101 | 11000 | 1000011 | 111100 |
Color Harmonies of #DD8B54
Complementary color
Monochromatic Colors of #DD8B54
Black with #DD8B54
Text Example
Text Example
White with #DD8B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8B54; }
p { color: rgb(221,139,84); }
H1.HeaderClassName
{
color: #DD8B54;
}
.AnyTagClassName
{
color: #DD8B54;
}
</style>
background-color css
<style>
a { background-color: #DD8B54; }
a { background-color: rgb(221,139,84); }
div.DivClassName
{
background-color: #DD8B54;
}
.BgClassName
{
background-color: #DD8B54;
}
</style>
border-color css
<style>
span { border-color: #DD8B54; }
span { border-color: rgb(221,139,84); }
td.TdClassName
{
border-color: #DD8B54;
}
.TagClassName
{
border-color: #DD8B54;
}
</style>