Shades of Whiskey Sour #DF8555
Tints of Whiskey Sour #DF8555
RGB
CMYK
RGB Variations
Color information
#DF8555 (or 0xDF8555) is known color: Whiskey Sour. HEX triplet: DF, 85 and 55. RGB value is (223,133,85). Sum of RGB (Red+Green+Blue) = 223+133+85=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8555 is #207AAA. Grayscale: #9A9A9A. Windows color (decimal): -2128555 or 5604831. OLE color: 5604831.
HSL color Cylindrical-coordinate representation of color #DF8555: hue angle of 20.87º 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 #DF8555 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 85 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.13 |
| HSL | 20.87º | 0.68% | 0.6% | - |
| HSV(B) | 20.87º | 0.62% | 0.87% | - |
| XYZ | 40.46 | 33.12 | 12.85 | - |
| YUV | 154.44 | 88.82 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 85 | 0 | 0.40 | 0.62 | 0.13 | 20.87 | 0.68 | 0.6 |
| Hex | DF | 85 | 55 | 0 | 28 | 3E | D | 15 | 44 | 3C |
| Octal | 337 | 205 | 125 | 0 | 50 | 76 | 15 | 25 | 104 | 74 |
| Binary | 11011111 | 10000101 | 1010101 | 0 | 101000 | 111110 | 1101 | 10101 | 1000100 | 111100 |
Color Harmonies of #DF8555
Complementary color
Monochromatic Colors of #DF8555
Black with #DF8555
Text Example
Text Example
White with #DF8555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8555; }
p { color: rgb(223,133,85); }
H1.HeaderClassName
{
color: #DF8555;
}
.AnyTagClassName
{
color: #DF8555;
}
</style>
background-color css
<style>
a { background-color: #DF8555; }
a { background-color: rgb(223,133,85); }
div.DivClassName
{
background-color: #DF8555;
}
.BgClassName
{
background-color: #DF8555;
}
</style>
border-color css
<style>
span { border-color: #DF8555; }
span { border-color: rgb(223,133,85); }
td.TdClassName
{
border-color: #DF8555;
}
.TagClassName
{
border-color: #DF8555;
}
</style>