Shades of Whiskey Sour #DD955F
Tints of Whiskey Sour #DD955F
RGB
CMYK
RGB Variations
Color information
#DD955F (or 0xDD955F) is known color: Whiskey Sour. HEX triplet: DD, 95 and 5F. RGB value is (221,149,95). Sum of RGB (Red+Green+Blue) = 221+149+95=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD955F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD955F is #226AA0. Grayscale: #A4A4A4. Windows color (decimal): -2255521 or 6264285. OLE color: 6264285.
HSL color Cylindrical-coordinate representation of color #DD955F: hue angle of 25.71º 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 #DD955F is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 95 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.13 |
| HSL | 25.71º | 0.65% | 0.62% | - |
| HSV(B) | 25.71º | 0.57% | 0.87% | - |
| XYZ | 42.63 | 37.69 | 15.86 | - |
| YUV | 164.37 | 88.85 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 95 | 0 | 0.33 | 0.57 | 0.13 | 25.71 | 0.65 | 0.62 |
| Hex | DD | 95 | 5F | 0 | 21 | 39 | D | 1A | 41 | 3E |
| Octal | 335 | 225 | 137 | 0 | 41 | 71 | 15 | 32 | 101 | 76 |
| Binary | 11011101 | 10010101 | 1011111 | 0 | 100001 | 111001 | 1101 | 11010 | 1000001 | 111110 |
Color Harmonies of #DD955F
Complementary color
Monochromatic Colors of #DD955F
Black with #DD955F
Text Example
Text Example
White with #DD955F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD955F; }
p { color: rgb(221,149,95); }
H1.HeaderClassName
{
color: #DD955F;
}
.AnyTagClassName
{
color: #DD955F;
}
</style>
background-color css
<style>
a { background-color: #DD955F; }
a { background-color: rgb(221,149,95); }
div.DivClassName
{
background-color: #DD955F;
}
.BgClassName
{
background-color: #DD955F;
}
</style>
border-color css
<style>
span { border-color: #DD955F; }
span { border-color: rgb(221,149,95); }
td.TdClassName
{
border-color: #DD955F;
}
.TagClassName
{
border-color: #DD955F;
}
</style>