Shades of Whiskey Sour #DF935E
Tints of Whiskey Sour #DF935E
RGB
CMYK
RGB Variations
Color information
#DF935E (or 0xDF935E) is known color: Whiskey Sour. HEX triplet: DF, 93 and 5E. RGB value is (223,147,94). Sum of RGB (Red+Green+Blue) = 223+147+94=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF935E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF935E is #206CA1. Grayscale: #A3A3A3. Windows color (decimal): -2124962 or 6198239. OLE color: 6198239.
HSL color Cylindrical-coordinate representation of color #DF935E: hue angle of 24.65º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF935E is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 94 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.13 |
| HSL | 24.65º | 0.67% | 0.62% | - |
| HSV(B) | 24.65º | 0.58% | 0.87% | - |
| XYZ | 42.89 | 37.36 | 15.54 | - |
| YUV | 163.68 | 88.68 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 94 | 0 | 0.34 | 0.58 | 0.13 | 24.65 | 0.67 | 0.62 |
| Hex | DF | 93 | 5E | 0 | 22 | 3A | D | 19 | 43 | 3E |
| Octal | 337 | 223 | 136 | 0 | 42 | 72 | 15 | 31 | 103 | 76 |
| Binary | 11011111 | 10010011 | 1011110 | 0 | 100010 | 111010 | 1101 | 11001 | 1000011 | 111110 |
Color Harmonies of #DF935E
Complementary color
Monochromatic Colors of #DF935E
Black with #DF935E
Text Example
Text Example
White with #DF935E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF935E; }
p { color: rgb(223,147,94); }
H1.HeaderClassName
{
color: #DF935E;
}
.AnyTagClassName
{
color: #DF935E;
}
</style>
background-color css
<style>
a { background-color: #DF935E; }
a { background-color: rgb(223,147,94); }
div.DivClassName
{
background-color: #DF935E;
}
.BgClassName
{
background-color: #DF935E;
}
</style>
border-color css
<style>
span { border-color: #DF935E; }
span { border-color: rgb(223,147,94); }
td.TdClassName
{
border-color: #DF935E;
}
.TagClassName
{
border-color: #DF935E;
}
</style>