Shades of Whiskey Sour #DF9564
Tints of Whiskey Sour #DF9564
RGB
CMYK
RGB Variations
Color information
#DF9564 (or 0xDF9564) is known color: Whiskey Sour. HEX triplet: DF, 95 and 64. RGB value is (223,149,100). Sum of RGB (Red+Green+Blue) = 223+149+100=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9564 is #206A9B. Grayscale: #A5A5A5. Windows color (decimal): -2124444 or 6591967. OLE color: 6591967.
HSL color Cylindrical-coordinate representation of color #DF9564: hue angle of 23.9º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF9564 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 100 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.13 |
| HSL | 23.9º | 0.66% | 0.63% | - |
| HSV(B) | 23.9º | 0.55% | 0.87% | - |
| XYZ | 43.48 | 38.1 | 17.12 | - |
| YUV | 165.54 | 91.02 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 100 | 0 | 0.33 | 0.55 | 0.13 | 23.9 | 0.66 | 0.63 |
| Hex | DF | 95 | 64 | 0 | 21 | 37 | D | 18 | 42 | 3F |
| Octal | 337 | 225 | 144 | 0 | 41 | 67 | 15 | 30 | 102 | 77 |
| Binary | 11011111 | 10010101 | 1100100 | 0 | 100001 | 110111 | 1101 | 11000 | 1000010 | 111111 |
Color Harmonies of #DF9564
Complementary color
Monochromatic Colors of #DF9564
Black with #DF9564
Text Example
Text Example
White with #DF9564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9564; }
p { color: rgb(223,149,100); }
H1.HeaderClassName
{
color: #DF9564;
}
.AnyTagClassName
{
color: #DF9564;
}
</style>
background-color css
<style>
a { background-color: #DF9564; }
a { background-color: rgb(223,149,100); }
div.DivClassName
{
background-color: #DF9564;
}
.BgClassName
{
background-color: #DF9564;
}
</style>
border-color css
<style>
span { border-color: #DF9564; }
span { border-color: rgb(223,149,100); }
td.TdClassName
{
border-color: #DF9564;
}
.TagClassName
{
border-color: #DF9564;
}
</style>