Shades of Whiskey Sour #DD9150
Tints of Whiskey Sour #DD9150
RGB
CMYK
RGB Variations
Color information
#DD9150 (or 0xDD9150) is known color: Whiskey Sour. HEX triplet: DD, 91 and 50. RGB value is (221,145,80). Sum of RGB (Red+Green+Blue) = 221+145+80=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9150 is #226EAF. Grayscale: #A0A0A0. Windows color (decimal): -2256560 or 5280221. OLE color: 5280221.
HSL color Cylindrical-coordinate representation of color #DD9150: hue angle of 27.66º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD9150 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 80 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.13 |
| HSL | 27.66º | 0.67% | 0.59% | - |
| HSV(B) | 27.66º | 0.64% | 0.87% | - |
| XYZ | 41.39 | 36.2 | 12.4 | - |
| YUV | 160.31 | 82.68 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 80 | 0 | 0.34 | 0.64 | 0.13 | 27.66 | 0.67 | 0.59 |
| Hex | DD | 91 | 50 | 0 | 22 | 40 | D | 1C | 43 | 3B |
| Octal | 335 | 221 | 120 | 0 | 42 | 100 | 15 | 34 | 103 | 73 |
| Binary | 11011101 | 10010001 | 1010000 | 0 | 100010 | 1000000 | 1101 | 11100 | 1000011 | 111011 |
Color Harmonies of #DD9150
Complementary color
Monochromatic Colors of #DD9150
Black with #DD9150
Text Example
Text Example
White with #DD9150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9150; }
p { color: rgb(221,145,80); }
H1.HeaderClassName
{
color: #DD9150;
}
.AnyTagClassName
{
color: #DD9150;
}
</style>
background-color css
<style>
a { background-color: #DD9150; }
a { background-color: rgb(221,145,80); }
div.DivClassName
{
background-color: #DD9150;
}
.BgClassName
{
background-color: #DD9150;
}
</style>
border-color css
<style>
span { border-color: #DD9150; }
span { border-color: rgb(221,145,80); }
td.TdClassName
{
border-color: #DD9150;
}
.TagClassName
{
border-color: #DD9150;
}
</style>