Shades of Whiskey Sour #DD945C
Tints of Whiskey Sour #DD945C
RGB
CMYK
RGB Variations
Color information
#DD945C (or 0xDD945C) is known color: Whiskey Sour. HEX triplet: DD, 94 and 5C. RGB value is (221,148,92). Sum of RGB (Red+Green+Blue) = 221+148+92=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD945C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD945C is #226BA3. Grayscale: #A3A3A3. Windows color (decimal): -2255780 or 6067421. OLE color: 6067421.
HSL color Cylindrical-coordinate representation of color #DD945C: hue angle of 26.05º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD945C is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 92 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.13 |
| HSL | 26.05º | 0.65% | 0.61% | - |
| HSV(B) | 26.05º | 0.58% | 0.87% | - |
| XYZ | 42.34 | 37.32 | 15.1 | - |
| YUV | 163.44 | 87.68 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 92 | 0 | 0.33 | 0.58 | 0.13 | 26.05 | 0.65 | 0.61 |
| Hex | DD | 94 | 5C | 0 | 21 | 3A | D | 1A | 41 | 3D |
| Octal | 335 | 224 | 134 | 0 | 41 | 72 | 15 | 32 | 101 | 75 |
| Binary | 11011101 | 10010100 | 1011100 | 0 | 100001 | 111010 | 1101 | 11010 | 1000001 | 111101 |
Color Harmonies of #DD945C
Complementary color
Monochromatic Colors of #DD945C
Black with #DD945C
Text Example
Text Example
White with #DD945C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD945C; }
p { color: rgb(221,148,92); }
H1.HeaderClassName
{
color: #DD945C;
}
.AnyTagClassName
{
color: #DD945C;
}
</style>
background-color css
<style>
a { background-color: #DD945C; }
a { background-color: rgb(221,148,92); }
div.DivClassName
{
background-color: #DD945C;
}
.BgClassName
{
background-color: #DD945C;
}
</style>
border-color css
<style>
span { border-color: #DD945C; }
span { border-color: rgb(221,148,92); }
td.TdClassName
{
border-color: #DD945C;
}
.TagClassName
{
border-color: #DD945C;
}
</style>