Shades of Whiskey Sour #DD9254
Tints of Whiskey Sour #DD9254
RGB
CMYK
RGB Variations
Color information
#DD9254 (or 0xDD9254) is known color: Whiskey Sour. HEX triplet: DD, 92 and 54. RGB value is (221,146,84). Sum of RGB (Red+Green+Blue) = 221+146+84=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 84 (33.20% from 255 or 18.63% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9254 is #226DAB. Grayscale: #A1A1A1. Windows color (decimal): -2256300 or 5542621. OLE color: 5542621.
HSL color Cylindrical-coordinate representation of color #DD9254: hue angle of 27.15º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD9254 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 84 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.13 |
| HSL | 27.15º | 0.67% | 0.6% | - |
| HSV(B) | 27.15º | 0.62% | 0.87% | - |
| XYZ | 41.7 | 36.57 | 13.25 | - |
| YUV | 161.36 | 84.35 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 84 | 0 | 0.34 | 0.62 | 0.13 | 27.15 | 0.67 | 0.6 |
| Hex | DD | 92 | 54 | 0 | 22 | 3E | D | 1B | 43 | 3C |
| Octal | 335 | 222 | 124 | 0 | 42 | 76 | 15 | 33 | 103 | 74 |
| Binary | 11011101 | 10010010 | 1010100 | 0 | 100010 | 111110 | 1101 | 11011 | 1000011 | 111100 |
Color Harmonies of #DD9254
Complementary color
Monochromatic Colors of #DD9254
Black with #DD9254
Text Example
Text Example
White with #DD9254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9254; }
p { color: rgb(221,146,84); }
H1.HeaderClassName
{
color: #DD9254;
}
.AnyTagClassName
{
color: #DD9254;
}
</style>
background-color css
<style>
a { background-color: #DD9254; }
a { background-color: rgb(221,146,84); }
div.DivClassName
{
background-color: #DD9254;
}
.BgClassName
{
background-color: #DD9254;
}
</style>
border-color css
<style>
span { border-color: #DD9254; }
span { border-color: rgb(221,146,84); }
td.TdClassName
{
border-color: #DD9254;
}
.TagClassName
{
border-color: #DD9254;
}
</style>