Shades of Whiskey Sour #DD9260
Tints of Whiskey Sour #DD9260
RGB
CMYK
RGB Variations
Color information
#DD9260 (or 0xDD9260) is known color: Whiskey Sour. HEX triplet: DD, 92 and 60. RGB value is (221,146,96). Sum of RGB (Red+Green+Blue) = 221+146+96=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9260 is #226D9F. Grayscale: #A3A3A3. Windows color (decimal): -2256288 or 6329053. OLE color: 6329053.
HSL color Cylindrical-coordinate representation of color #DD9260: hue angle of 24º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD9260 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 96 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.13 |
| HSL | 24º | 0.65% | 0.62% | - |
| HSV(B) | 24º | 0.57% | 0.87% | - |
| XYZ | 42.21 | 36.77 | 15.94 | - |
| YUV | 162.73 | 90.35 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 96 | 0 | 0.34 | 0.57 | 0.13 | 24 | 0.65 | 0.62 |
| Hex | DD | 92 | 60 | 0 | 22 | 39 | D | 18 | 41 | 3E |
| Octal | 335 | 222 | 140 | 0 | 42 | 71 | 15 | 30 | 101 | 76 |
| Binary | 11011101 | 10010010 | 1100000 | 0 | 100010 | 111001 | 1101 | 11000 | 1000001 | 111110 |
Color Harmonies of #DD9260
Complementary color
Monochromatic Colors of #DD9260
Black with #DD9260
Text Example
Text Example
White with #DD9260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9260; }
p { color: rgb(221,146,96); }
H1.HeaderClassName
{
color: #DD9260;
}
.AnyTagClassName
{
color: #DD9260;
}
</style>
background-color css
<style>
a { background-color: #DD9260; }
a { background-color: rgb(221,146,96); }
div.DivClassName
{
background-color: #DD9260;
}
.BgClassName
{
background-color: #DD9260;
}
</style>
border-color css
<style>
span { border-color: #DD9260; }
span { border-color: rgb(221,146,96); }
td.TdClassName
{
border-color: #DD9260;
}
.TagClassName
{
border-color: #DD9260;
}
</style>