Shades of Whiskey Sour #DD8951
Tints of Whiskey Sour #DD8951
RGB
CMYK
RGB Variations
Color information
#DD8951 (or 0xDD8951) is known color: Whiskey Sour. HEX triplet: DD, 89 and 51. RGB value is (221,137,81). Sum of RGB (Red+Green+Blue) = 221+137+81=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 81 (32.03% from 255 or 18.45% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8951 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8951 is #2276AE. Grayscale: #9C9C9C. Windows color (decimal): -2258607 or 5343709. OLE color: 5343709.
HSL color Cylindrical-coordinate representation of color #DD8951: hue angle of 24º 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 #DD8951 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 81 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.13 |
| HSL | 24º | 0.67% | 0.59% | - |
| HSV(B) | 24º | 0.63% | 0.87% | - |
| XYZ | 40.25 | 33.86 | 12.2 | - |
| YUV | 155.73 | 85.83 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 81 | 0 | 0.38 | 0.63 | 0.13 | 24 | 0.67 | 0.59 |
| Hex | DD | 89 | 51 | 0 | 26 | 3F | D | 18 | 43 | 3B |
| Octal | 335 | 211 | 121 | 0 | 46 | 77 | 15 | 30 | 103 | 73 |
| Binary | 11011101 | 10001001 | 1010001 | 0 | 100110 | 111111 | 1101 | 11000 | 1000011 | 111011 |
Color Harmonies of #DD8951
Complementary color
Monochromatic Colors of #DD8951
Black with #DD8951
Text Example
Text Example
White with #DD8951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8951; }
p { color: rgb(221,137,81); }
H1.HeaderClassName
{
color: #DD8951;
}
.AnyTagClassName
{
color: #DD8951;
}
</style>
background-color css
<style>
a { background-color: #DD8951; }
a { background-color: rgb(221,137,81); }
div.DivClassName
{
background-color: #DD8951;
}
.BgClassName
{
background-color: #DD8951;
}
</style>
border-color css
<style>
span { border-color: #DD8951; }
span { border-color: rgb(221,137,81); }
td.TdClassName
{
border-color: #DD8951;
}
.TagClassName
{
border-color: #DD8951;
}
</style>