Shades of Whiskey Sour #DD935F
Tints of Whiskey Sour #DD935F
RGB
CMYK
RGB Variations
Color information
#DD935F (or 0xDD935F) is known color: Whiskey Sour. HEX triplet: DD, 93 and 5F. RGB value is (221,147,95). Sum of RGB (Red+Green+Blue) = 221+147+95=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD935F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD935F is #226CA0. Grayscale: #A3A3A3. Windows color (decimal): -2256033 or 6263773. OLE color: 6263773.
HSL color Cylindrical-coordinate representation of color #DD935F: hue angle of 24.76º 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 #DD935F is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 95 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.13 |
| HSL | 24.76º | 0.65% | 0.62% | - |
| HSV(B) | 24.76º | 0.57% | 0.87% | - |
| XYZ | 42.32 | 37.07 | 15.75 | - |
| YUV | 163.2 | 89.52 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 95 | 0 | 0.33 | 0.57 | 0.13 | 24.76 | 0.65 | 0.62 |
| Hex | DD | 93 | 5F | 0 | 21 | 39 | D | 19 | 41 | 3E |
| Octal | 335 | 223 | 137 | 0 | 41 | 71 | 15 | 31 | 101 | 76 |
| Binary | 11011101 | 10010011 | 1011111 | 0 | 100001 | 111001 | 1101 | 11001 | 1000001 | 111110 |
Color Harmonies of #DD935F
Complementary color
Monochromatic Colors of #DD935F
Black with #DD935F
Text Example
Text Example
White with #DD935F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD935F; }
p { color: rgb(221,147,95); }
H1.HeaderClassName
{
color: #DD935F;
}
.AnyTagClassName
{
color: #DD935F;
}
</style>
background-color css
<style>
a { background-color: #DD935F; }
a { background-color: rgb(221,147,95); }
div.DivClassName
{
background-color: #DD935F;
}
.BgClassName
{
background-color: #DD935F;
}
</style>
border-color css
<style>
span { border-color: #DD935F; }
span { border-color: rgb(221,147,95); }
td.TdClassName
{
border-color: #DD935F;
}
.TagClassName
{
border-color: #DD935F;
}
</style>