Shades of Whiskey Sour #DD9258
Tints of Whiskey Sour #DD9258
RGB
CMYK
RGB Variations
Color information
#DD9258 (or 0xDD9258) is known color: Whiskey Sour. HEX triplet: DD, 92 and 58. RGB value is (221,146,88). Sum of RGB (Red+Green+Blue) = 221+146+88=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 88 (34.77% from 255 or 19.34% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9258 is #226DA7. Grayscale: #A2A2A2. Windows color (decimal): -2256296 or 5804765. OLE color: 5804765.
HSL color Cylindrical-coordinate representation of color #DD9258: hue angle of 26.17º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD9258 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 88 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.13 |
| HSL | 26.17º | 0.66% | 0.61% | - |
| HSV(B) | 26.17º | 0.6% | 0.87% | - |
| XYZ | 41.86 | 36.63 | 14.1 | - |
| YUV | 161.81 | 86.35 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 88 | 0 | 0.34 | 0.60 | 0.13 | 26.17 | 0.66 | 0.61 |
| Hex | DD | 92 | 58 | 0 | 22 | 3C | D | 1A | 42 | 3D |
| Octal | 335 | 222 | 130 | 0 | 42 | 74 | 15 | 32 | 102 | 75 |
| Binary | 11011101 | 10010010 | 1011000 | 0 | 100010 | 111100 | 1101 | 11010 | 1000010 | 111101 |
Color Harmonies of #DD9258
Complementary color
Monochromatic Colors of #DD9258
Black with #DD9258
Text Example
Text Example
White with #DD9258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9258; }
p { color: rgb(221,146,88); }
H1.HeaderClassName
{
color: #DD9258;
}
.AnyTagClassName
{
color: #DD9258;
}
</style>
background-color css
<style>
a { background-color: #DD9258; }
a { background-color: rgb(221,146,88); }
div.DivClassName
{
background-color: #DD9258;
}
.BgClassName
{
background-color: #DD9258;
}
</style>
border-color css
<style>
span { border-color: #DD9258; }
span { border-color: rgb(221,146,88); }
td.TdClassName
{
border-color: #DD9258;
}
.TagClassName
{
border-color: #DD9258;
}
</style>