Shades of Whiskey Sour #DD8F4F
Tints of Whiskey Sour #DD8F4F
RGB
CMYK
RGB Variations
Color information
#DD8F4F (or 0xDD8F4F) is known color: Whiskey Sour. HEX triplet: DD, 8F and 4F. RGB value is (221,143,79). Sum of RGB (Red+Green+Blue) = 221+143+79=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 79 (31.25% from 255 or 17.83% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8F4F is #2270B0. Grayscale: #9F9F9F. Windows color (decimal): -2257073 or 5214173. OLE color: 5214173.
HSL color Cylindrical-coordinate representation of color #DD8F4F: hue angle of 27.04º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD8F4F is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 79 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.13 |
| HSL | 27.04º | 0.68% | 0.59% | - |
| HSV(B) | 27.04º | 0.64% | 0.87% | - |
| XYZ | 41.05 | 35.58 | 12.1 | - |
| YUV | 159.03 | 82.84 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 79 | 0 | 0.35 | 0.64 | 0.13 | 27.04 | 0.68 | 0.59 |
| Hex | DD | 8F | 4F | 0 | 23 | 40 | D | 1B | 44 | 3B |
| Octal | 335 | 217 | 117 | 0 | 43 | 100 | 15 | 33 | 104 | 73 |
| Binary | 11011101 | 10001111 | 1001111 | 0 | 100011 | 1000000 | 1101 | 11011 | 1000100 | 111011 |
Color Harmonies of #DD8F4F
Complementary color
Monochromatic Colors of #DD8F4F
Black with #DD8F4F
Text Example
Text Example
White with #DD8F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F4F; }
p { color: rgb(221,143,79); }
H1.HeaderClassName
{
color: #DD8F4F;
}
.AnyTagClassName
{
color: #DD8F4F;
}
</style>
background-color css
<style>
a { background-color: #DD8F4F; }
a { background-color: rgb(221,143,79); }
div.DivClassName
{
background-color: #DD8F4F;
}
.BgClassName
{
background-color: #DD8F4F;
}
</style>
border-color css
<style>
span { border-color: #DD8F4F; }
span { border-color: rgb(221,143,79); }
td.TdClassName
{
border-color: #DD8F4F;
}
.TagClassName
{
border-color: #DD8F4F;
}
</style>