Shades of Whiskey Sour #DF8D53
Tints of Whiskey Sour #DF8D53
RGB
CMYK
RGB Variations
Color information
#DF8D53 (or 0xDF8D53) is known color: Whiskey Sour. HEX triplet: DF, 8D and 53. RGB value is (223,141,83). Sum of RGB (Red+Green+Blue) = 223+141+83=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 83 (32.81% from 255 or 18.57% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8D53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8D53 is #2072AC. Grayscale: #9F9F9F. Windows color (decimal): -2126509 or 5475807. OLE color: 5475807.
HSL color Cylindrical-coordinate representation of color #DF8D53: hue angle of 24.86º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF8D53 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 141 | 83 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.13 |
| HSL | 24.86º | 0.69% | 0.6% | - |
| HSV(B) | 24.86º | 0.63% | 0.87% | - |
| XYZ | 41.52 | 35.36 | 12.82 | - |
| YUV | 158.91 | 85.17 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 141 | 83 | 0 | 0.37 | 0.63 | 0.13 | 24.86 | 0.69 | 0.6 |
| Hex | DF | 8D | 53 | 0 | 25 | 3F | D | 19 | 45 | 3C |
| Octal | 337 | 215 | 123 | 0 | 45 | 77 | 15 | 31 | 105 | 74 |
| Binary | 11011111 | 10001101 | 1010011 | 0 | 100101 | 111111 | 1101 | 11001 | 1000101 | 111100 |
Color Harmonies of #DF8D53
Complementary color
Monochromatic Colors of #DF8D53
Black with #DF8D53
Text Example
Text Example
White with #DF8D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8D53; }
p { color: rgb(223,141,83); }
H1.HeaderClassName
{
color: #DF8D53;
}
.AnyTagClassName
{
color: #DF8D53;
}
</style>
background-color css
<style>
a { background-color: #DF8D53; }
a { background-color: rgb(223,141,83); }
div.DivClassName
{
background-color: #DF8D53;
}
.BgClassName
{
background-color: #DF8D53;
}
</style>
border-color css
<style>
span { border-color: #DF8D53; }
span { border-color: rgb(223,141,83); }
td.TdClassName
{
border-color: #DF8D53;
}
.TagClassName
{
border-color: #DF8D53;
}
</style>