Shades of Whiskey Sour #DD945E
Tints of Whiskey Sour #DD945E
RGB
CMYK
RGB Variations
Color information
#DD945E (or 0xDD945E) is known color: Whiskey Sour. HEX triplet: DD, 94 and 5E. RGB value is (221,148,94). Sum of RGB (Red+Green+Blue) = 221+148+94=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD945E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD945E is #226BA1. Grayscale: #A3A3A3. Windows color (decimal): -2255778 or 6198493. OLE color: 6198493.
HSL color Cylindrical-coordinate representation of color #DD945E: hue angle of 25.51º 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 #DD945E is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 94 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.13 |
| HSL | 25.51º | 0.65% | 0.62% | - |
| HSV(B) | 25.51º | 0.57% | 0.87% | - |
| XYZ | 42.43 | 37.36 | 15.56 | - |
| YUV | 163.67 | 88.68 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 94 | 0 | 0.33 | 0.57 | 0.13 | 25.51 | 0.65 | 0.62 |
| Hex | DD | 94 | 5E | 0 | 21 | 39 | D | 1A | 41 | 3E |
| Octal | 335 | 224 | 136 | 0 | 41 | 71 | 15 | 32 | 101 | 76 |
| Binary | 11011101 | 10010100 | 1011110 | 0 | 100001 | 111001 | 1101 | 11010 | 1000001 | 111110 |
Color Harmonies of #DD945E
Complementary color
Monochromatic Colors of #DD945E
Black with #DD945E
Text Example
Text Example
White with #DD945E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD945E; }
p { color: rgb(221,148,94); }
H1.HeaderClassName
{
color: #DD945E;
}
.AnyTagClassName
{
color: #DD945E;
}
</style>
background-color css
<style>
a { background-color: #DD945E; }
a { background-color: rgb(221,148,94); }
div.DivClassName
{
background-color: #DD945E;
}
.BgClassName
{
background-color: #DD945E;
}
</style>
border-color css
<style>
span { border-color: #DD945E; }
span { border-color: rgb(221,148,94); }
td.TdClassName
{
border-color: #DD945E;
}
.TagClassName
{
border-color: #DD945E;
}
</style>