Shades of Whiskey Sour #DF8E5C
Tints of Whiskey Sour #DF8E5C
RGB
CMYK
RGB Variations
Color information
#DF8E5C (or 0xDF8E5C) is known color: Whiskey Sour. HEX triplet: DF, 8E and 5C. RGB value is (223,142,92). Sum of RGB (Red+Green+Blue) = 223+142+92=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8E5C is #2071A3. Grayscale: #A0A0A0. Windows color (decimal): -2126244 or 6065887. OLE color: 6065887.
HSL color Cylindrical-coordinate representation of color #DF8E5C: hue angle of 22.9º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF8E5C is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 142 | 92 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.13 |
| HSL | 22.9º | 0.67% | 0.62% | - |
| HSV(B) | 22.9º | 0.59% | 0.87% | - |
| XYZ | 42.04 | 35.81 | 14.82 | - |
| YUV | 160.52 | 89.34 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 142 | 92 | 0 | 0.36 | 0.59 | 0.13 | 22.9 | 0.67 | 0.62 |
| Hex | DF | 8E | 5C | 0 | 24 | 3B | D | 17 | 43 | 3E |
| Octal | 337 | 216 | 134 | 0 | 44 | 73 | 15 | 27 | 103 | 76 |
| Binary | 11011111 | 10001110 | 1011100 | 0 | 100100 | 111011 | 1101 | 10111 | 1000011 | 111110 |
Color Harmonies of #DF8E5C
Complementary color
Monochromatic Colors of #DF8E5C
Black with #DF8E5C
Text Example
Text Example
White with #DF8E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8E5C; }
p { color: rgb(223,142,92); }
H1.HeaderClassName
{
color: #DF8E5C;
}
.AnyTagClassName
{
color: #DF8E5C;
}
</style>
background-color css
<style>
a { background-color: #DF8E5C; }
a { background-color: rgb(223,142,92); }
div.DivClassName
{
background-color: #DF8E5C;
}
.BgClassName
{
background-color: #DF8E5C;
}
</style>
border-color css
<style>
span { border-color: #DF8E5C; }
span { border-color: rgb(223,142,92); }
td.TdClassName
{
border-color: #DF8E5C;
}
.TagClassName
{
border-color: #DF8E5C;
}
</style>