Shades of Whiskey Sour #DF8954
Tints of Whiskey Sour #DF8954
RGB
CMYK
RGB Variations
Color information
#DF8954 (or 0xDF8954) is known color: Whiskey Sour. HEX triplet: DF, 89 and 54. RGB value is (223,137,84). Sum of RGB (Red+Green+Blue) = 223+137+84=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 137 (53.91% from 255 or 30.86% from 444); Blue value is 84 (33.20% from 255 or 18.92% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8954 is #2076AB. Grayscale: #9C9C9C. Windows color (decimal): -2127532 or 5540319. OLE color: 5540319.
HSL color Cylindrical-coordinate representation of color #DF8954: hue angle of 22.88º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF8954 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 84 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.13 |
| HSL | 22.88º | 0.68% | 0.6% | - |
| HSV(B) | 22.88º | 0.62% | 0.87% | - |
| XYZ | 40.98 | 34.22 | 12.83 | - |
| YUV | 156.67 | 86.99 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 84 | 0 | 0.39 | 0.62 | 0.13 | 22.88 | 0.68 | 0.6 |
| Hex | DF | 89 | 54 | 0 | 27 | 3E | D | 17 | 44 | 3C |
| Octal | 337 | 211 | 124 | 0 | 47 | 76 | 15 | 27 | 104 | 74 |
| Binary | 11011111 | 10001001 | 1010100 | 0 | 100111 | 111110 | 1101 | 10111 | 1000100 | 111100 |
Color Harmonies of #DF8954
Complementary color
Monochromatic Colors of #DF8954
Black with #DF8954
Text Example
Text Example
White with #DF8954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8954; }
p { color: rgb(223,137,84); }
H1.HeaderClassName
{
color: #DF8954;
}
.AnyTagClassName
{
color: #DF8954;
}
</style>
background-color css
<style>
a { background-color: #DF8954; }
a { background-color: rgb(223,137,84); }
div.DivClassName
{
background-color: #DF8954;
}
.BgClassName
{
background-color: #DF8954;
}
</style>
border-color css
<style>
span { border-color: #DF8954; }
span { border-color: rgb(223,137,84); }
td.TdClassName
{
border-color: #DF8954;
}
.TagClassName
{
border-color: #DF8954;
}
</style>