Shades of Whiskey Sour #DF8D51
Tints of Whiskey Sour #DF8D51
RGB
CMYK
RGB Variations
Color information
#DF8D51 (or 0xDF8D51) is known color: Whiskey Sour. HEX triplet: DF, 8D and 51. RGB value is (223,141,81). Sum of RGB (Red+Green+Blue) = 223+141+81=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 81 (32.03% from 255 or 18.20% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8D51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8D51 is #2072AE. Grayscale: #9E9E9E. Windows color (decimal): -2126511 or 5344735. OLE color: 5344735.
HSL color Cylindrical-coordinate representation of color #DF8D51: hue angle of 25.35º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF8D51 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 141 | 81 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.13 |
| HSL | 25.35º | 0.69% | 0.6% | - |
| HSV(B) | 25.35º | 0.64% | 0.87% | - |
| XYZ | 41.44 | 35.33 | 12.42 | - |
| YUV | 158.68 | 84.17 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 141 | 81 | 0 | 0.37 | 0.64 | 0.13 | 25.35 | 0.69 | 0.6 |
| Hex | DF | 8D | 51 | 0 | 25 | 40 | D | 19 | 45 | 3C |
| Octal | 337 | 215 | 121 | 0 | 45 | 100 | 15 | 31 | 105 | 74 |
| Binary | 11011111 | 10001101 | 1010001 | 0 | 100101 | 1000000 | 1101 | 11001 | 1000101 | 111100 |
Color Harmonies of #DF8D51
Complementary color
Monochromatic Colors of #DF8D51
Black with #DF8D51
Text Example
Text Example
White with #DF8D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8D51; }
p { color: rgb(223,141,81); }
H1.HeaderClassName
{
color: #DF8D51;
}
.AnyTagClassName
{
color: #DF8D51;
}
</style>
background-color css
<style>
a { background-color: #DF8D51; }
a { background-color: rgb(223,141,81); }
div.DivClassName
{
background-color: #DF8D51;
}
.BgClassName
{
background-color: #DF8D51;
}
</style>
border-color css
<style>
span { border-color: #DF8D51; }
span { border-color: rgb(223,141,81); }
td.TdClassName
{
border-color: #DF8D51;
}
.TagClassName
{
border-color: #DF8D51;
}
</style>