Shades of Whiskey Sour #DD9151
Tints of Whiskey Sour #DD9151
RGB
CMYK
RGB Variations
Color information
#DD9151 (or 0xDD9151) is known color: Whiskey Sour. HEX triplet: DD, 91 and 51. RGB value is (221,145,81). Sum of RGB (Red+Green+Blue) = 221+145+81=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 81 (32.03% from 255 or 18.12% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9151 is #226EAE. Grayscale: #A0A0A0. Windows color (decimal): -2256559 or 5345757. OLE color: 5345757.
HSL color Cylindrical-coordinate representation of color #DD9151: hue angle of 27.43º 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 #DD9151 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 81 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.13 |
| HSL | 27.43º | 0.67% | 0.59% | - |
| HSV(B) | 27.43º | 0.63% | 0.87% | - |
| XYZ | 41.43 | 36.22 | 12.59 | - |
| YUV | 160.43 | 83.18 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 81 | 0 | 0.34 | 0.63 | 0.13 | 27.43 | 0.67 | 0.59 |
| Hex | DD | 91 | 51 | 0 | 22 | 3F | D | 1B | 43 | 3B |
| Octal | 335 | 221 | 121 | 0 | 42 | 77 | 15 | 33 | 103 | 73 |
| Binary | 11011101 | 10010001 | 1010001 | 0 | 100010 | 111111 | 1101 | 11011 | 1000011 | 111011 |
Color Harmonies of #DD9151
Complementary color
Monochromatic Colors of #DD9151
Black with #DD9151
Text Example
Text Example
White with #DD9151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9151; }
p { color: rgb(221,145,81); }
H1.HeaderClassName
{
color: #DD9151;
}
.AnyTagClassName
{
color: #DD9151;
}
</style>
background-color css
<style>
a { background-color: #DD9151; }
a { background-color: rgb(221,145,81); }
div.DivClassName
{
background-color: #DD9151;
}
.BgClassName
{
background-color: #DD9151;
}
</style>
border-color css
<style>
span { border-color: #DD9151; }
span { border-color: rgb(221,145,81); }
td.TdClassName
{
border-color: #DD9151;
}
.TagClassName
{
border-color: #DD9151;
}
</style>