Shades of Whiskey Sour #DD8C51
Tints of Whiskey Sour #DD8C51
RGB
CMYK
RGB Variations
Color information
#DD8C51 (or 0xDD8C51) is known color: Whiskey Sour. HEX triplet: DD, 8C and 51. RGB value is (221,140,81). Sum of RGB (Red+Green+Blue) = 221+140+81=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 81 (32.03% from 255 or 18.33% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8C51 is #2273AE. Grayscale: #9D9D9D. Windows color (decimal): -2257839 or 5344477. OLE color: 5344477.
HSL color Cylindrical-coordinate representation of color #DD8C51: hue angle of 25.29º 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 #DD8C51 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 140 | 81 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.13 |
| HSL | 25.29º | 0.67% | 0.59% | - |
| HSV(B) | 25.29º | 0.63% | 0.87% | - |
| XYZ | 40.68 | 34.72 | 12.34 | - |
| YUV | 157.49 | 84.84 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 81 | 0 | 0.37 | 0.63 | 0.13 | 25.29 | 0.67 | 0.59 |
| Hex | DD | 8C | 51 | 0 | 25 | 3F | D | 19 | 43 | 3B |
| Octal | 335 | 214 | 121 | 0 | 45 | 77 | 15 | 31 | 103 | 73 |
| Binary | 11011101 | 10001100 | 1010001 | 0 | 100101 | 111111 | 1101 | 11001 | 1000011 | 111011 |
Color Harmonies of #DD8C51
Complementary color
Monochromatic Colors of #DD8C51
Black with #DD8C51
Text Example
Text Example
White with #DD8C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8C51; }
p { color: rgb(221,140,81); }
H1.HeaderClassName
{
color: #DD8C51;
}
.AnyTagClassName
{
color: #DD8C51;
}
</style>
background-color css
<style>
a { background-color: #DD8C51; }
a { background-color: rgb(221,140,81); }
div.DivClassName
{
background-color: #DD8C51;
}
.BgClassName
{
background-color: #DD8C51;
}
</style>
border-color css
<style>
span { border-color: #DD8C51; }
span { border-color: rgb(221,140,81); }
td.TdClassName
{
border-color: #DD8C51;
}
.TagClassName
{
border-color: #DD8C51;
}
</style>