Shades of Whiskey Sour #DD9057
Tints of Whiskey Sour #DD9057
RGB
CMYK
RGB Variations
Color information
#DD9057 (or 0xDD9057) is known color: Whiskey Sour. HEX triplet: DD, 90 and 57. RGB value is (221,144,87). Sum of RGB (Red+Green+Blue) = 221+144+87=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 87 (34.38% from 255 or 19.25% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9057 is #226FA8. Grayscale: #A0A0A0. Windows color (decimal): -2256809 or 5738717. OLE color: 5738717.
HSL color Cylindrical-coordinate representation of color #DD9057: hue angle of 25.52º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD9057 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 87 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.13 |
| HSL | 25.52º | 0.66% | 0.6% | - |
| HSV(B) | 25.52º | 0.61% | 0.87% | - |
| XYZ | 41.51 | 36.01 | 13.78 | - |
| YUV | 160.53 | 86.51 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 87 | 0 | 0.35 | 0.61 | 0.13 | 25.52 | 0.66 | 0.6 |
| Hex | DD | 90 | 57 | 0 | 23 | 3D | D | 1A | 42 | 3C |
| Octal | 335 | 220 | 127 | 0 | 43 | 75 | 15 | 32 | 102 | 74 |
| Binary | 11011101 | 10010000 | 1010111 | 0 | 100011 | 111101 | 1101 | 11010 | 1000010 | 111100 |
Color Harmonies of #DD9057
Complementary color
Monochromatic Colors of #DD9057
Black with #DD9057
Text Example
Text Example
White with #DD9057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9057; }
p { color: rgb(221,144,87); }
H1.HeaderClassName
{
color: #DD9057;
}
.AnyTagClassName
{
color: #DD9057;
}
</style>
background-color css
<style>
a { background-color: #DD9057; }
a { background-color: rgb(221,144,87); }
div.DivClassName
{
background-color: #DD9057;
}
.BgClassName
{
background-color: #DD9057;
}
</style>
border-color css
<style>
span { border-color: #DD9057; }
span { border-color: rgb(221,144,87); }
td.TdClassName
{
border-color: #DD9057;
}
.TagClassName
{
border-color: #DD9057;
}
</style>