Shades of Whiskey Sour #DF945E
Tints of Whiskey Sour #DF945E
RGB
CMYK
RGB Variations
Color information
#DF945E (or 0xDF945E) is known color: Whiskey Sour. HEX triplet: DF, 94 and 5E. RGB value is (223,148,94). Sum of RGB (Red+Green+Blue) = 223+148+94=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF945E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF945E is #206BA1. Grayscale: #A4A4A4. Windows color (decimal): -2124706 or 6198495. OLE color: 6198495.
HSL color Cylindrical-coordinate representation of color #DF945E: hue angle of 25.12º 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 #DF945E is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 94 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.13 |
| HSL | 25.12º | 0.67% | 0.62% | - |
| HSV(B) | 25.12º | 0.58% | 0.87% | - |
| XYZ | 43.04 | 37.68 | 15.59 | - |
| YUV | 164.27 | 88.35 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 94 | 0 | 0.34 | 0.58 | 0.13 | 25.12 | 0.67 | 0.62 |
| Hex | DF | 94 | 5E | 0 | 22 | 3A | D | 19 | 43 | 3E |
| Octal | 337 | 224 | 136 | 0 | 42 | 72 | 15 | 31 | 103 | 76 |
| Binary | 11011111 | 10010100 | 1011110 | 0 | 100010 | 111010 | 1101 | 11001 | 1000011 | 111110 |
Color Harmonies of #DF945E
Complementary color
Monochromatic Colors of #DF945E
Black with #DF945E
Text Example
Text Example
White with #DF945E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF945E; }
p { color: rgb(223,148,94); }
H1.HeaderClassName
{
color: #DF945E;
}
.AnyTagClassName
{
color: #DF945E;
}
</style>
background-color css
<style>
a { background-color: #DF945E; }
a { background-color: rgb(223,148,94); }
div.DivClassName
{
background-color: #DF945E;
}
.BgClassName
{
background-color: #DF945E;
}
</style>
border-color css
<style>
span { border-color: #DF945E; }
span { border-color: rgb(223,148,94); }
td.TdClassName
{
border-color: #DF945E;
}
.TagClassName
{
border-color: #DF945E;
}
</style>