Shades of Whiskey Sour #DF8E50
Tints of Whiskey Sour #DF8E50
RGB
CMYK
RGB Variations
Color information
#DF8E50 (or 0xDF8E50) is known color: Whiskey Sour. HEX triplet: DF, 8E and 50. RGB value is (223,142,80). Sum of RGB (Red+Green+Blue) = 223+142+80=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8E50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8E50 is #2071AF. Grayscale: #9F9F9F. Windows color (decimal): -2126256 or 5279455. OLE color: 5279455.
HSL color Cylindrical-coordinate representation of color #DF8E50: hue angle of 26.01º degrees, saturation: 0.69, 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 #DF8E50 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 142 | 80 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.13 |
| HSL | 26.01º | 0.69% | 0.59% | - |
| HSV(B) | 26.01º | 0.64% | 0.87% | - |
| XYZ | 41.55 | 35.61 | 12.27 | - |
| YUV | 159.15 | 83.34 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 142 | 80 | 0 | 0.36 | 0.64 | 0.13 | 26.01 | 0.69 | 0.59 |
| Hex | DF | 8E | 50 | 0 | 24 | 40 | D | 1A | 45 | 3B |
| Octal | 337 | 216 | 120 | 0 | 44 | 100 | 15 | 32 | 105 | 73 |
| Binary | 11011111 | 10001110 | 1010000 | 0 | 100100 | 1000000 | 1101 | 11010 | 1000101 | 111011 |
Color Harmonies of #DF8E50
Complementary color
Monochromatic Colors of #DF8E50
Black with #DF8E50
Text Example
Text Example
White with #DF8E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8E50; }
p { color: rgb(223,142,80); }
H1.HeaderClassName
{
color: #DF8E50;
}
.AnyTagClassName
{
color: #DF8E50;
}
</style>
background-color css
<style>
a { background-color: #DF8E50; }
a { background-color: rgb(223,142,80); }
div.DivClassName
{
background-color: #DF8E50;
}
.BgClassName
{
background-color: #DF8E50;
}
</style>
border-color css
<style>
span { border-color: #DF8E50; }
span { border-color: rgb(223,142,80); }
td.TdClassName
{
border-color: #DF8E50;
}
.TagClassName
{
border-color: #DF8E50;
}
</style>