Shades of Whiskey Sour #DD9257
Tints of Whiskey Sour #DD9257
RGB
CMYK
RGB Variations
Color information
#DD9257 (or 0xDD9257) is known color: Whiskey Sour. HEX triplet: DD, 92 and 57. RGB value is (221,146,87). Sum of RGB (Red+Green+Blue) = 221+146+87=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 87 (34.38% from 255 or 19.16% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9257 is #226DA8. Grayscale: #A2A2A2. Windows color (decimal): -2256297 or 5739229. OLE color: 5739229.
HSL color Cylindrical-coordinate representation of color #DD9257: hue angle of 26.42º 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 #DD9257 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 87 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.13 |
| HSL | 26.42º | 0.66% | 0.6% | - |
| HSV(B) | 26.42º | 0.61% | 0.87% | - |
| XYZ | 41.82 | 36.62 | 13.88 | - |
| YUV | 161.7 | 85.85 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 87 | 0 | 0.34 | 0.61 | 0.13 | 26.42 | 0.66 | 0.6 |
| Hex | DD | 92 | 57 | 0 | 22 | 3D | D | 1A | 42 | 3C |
| Octal | 335 | 222 | 127 | 0 | 42 | 75 | 15 | 32 | 102 | 74 |
| Binary | 11011101 | 10010010 | 1010111 | 0 | 100010 | 111101 | 1101 | 11010 | 1000010 | 111100 |
Color Harmonies of #DD9257
Complementary color
Monochromatic Colors of #DD9257
Black with #DD9257
Text Example
Text Example
White with #DD9257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9257; }
p { color: rgb(221,146,87); }
H1.HeaderClassName
{
color: #DD9257;
}
.AnyTagClassName
{
color: #DD9257;
}
</style>
background-color css
<style>
a { background-color: #DD9257; }
a { background-color: rgb(221,146,87); }
div.DivClassName
{
background-color: #DD9257;
}
.BgClassName
{
background-color: #DD9257;
}
</style>
border-color css
<style>
span { border-color: #DD9257; }
span { border-color: rgb(221,146,87); }
td.TdClassName
{
border-color: #DD9257;
}
.TagClassName
{
border-color: #DD9257;
}
</style>