Shades of Whiskey Sour #DE8C57
Tints of Whiskey Sour #DE8C57
RGB
CMYK
RGB Variations
Color information
#DE8C57 (or 0xDE8C57) is known color: Whiskey Sour. HEX triplet: DE, 8C and 57. RGB value is (222,140,87). Sum of RGB (Red+Green+Blue) = 222+140+87=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 87 (34.38% from 255 or 19.38% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8C57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8C57 is #2173A8. Grayscale: #9E9E9E. Windows color (decimal): -2192297 or 5737694. OLE color: 5737694.
HSL color Cylindrical-coordinate representation of color #DE8C57: hue angle of 23.56º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DE8C57 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 140 | 87 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.13 |
| HSL | 23.56º | 0.67% | 0.61% | - |
| HSV(B) | 23.56º | 0.61% | 0.87% | - |
| XYZ | 41.22 | 34.97 | 13.59 | - |
| YUV | 158.48 | 87.67 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 140 | 87 | 0 | 0.37 | 0.61 | 0.13 | 23.56 | 0.67 | 0.61 |
| Hex | DE | 8C | 57 | 0 | 25 | 3D | D | 18 | 43 | 3D |
| Octal | 336 | 214 | 127 | 0 | 45 | 75 | 15 | 30 | 103 | 75 |
| Binary | 11011110 | 10001100 | 1010111 | 0 | 100101 | 111101 | 1101 | 11000 | 1000011 | 111101 |
Color Harmonies of #DE8C57
Complementary color
Monochromatic Colors of #DE8C57
Black with #DE8C57
Text Example
Text Example
White with #DE8C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8C57; }
p { color: rgb(222,140,87); }
H1.HeaderClassName
{
color: #DE8C57;
}
.AnyTagClassName
{
color: #DE8C57;
}
</style>
background-color css
<style>
a { background-color: #DE8C57; }
a { background-color: rgb(222,140,87); }
div.DivClassName
{
background-color: #DE8C57;
}
.BgClassName
{
background-color: #DE8C57;
}
</style>
border-color css
<style>
span { border-color: #DE8C57; }
span { border-color: rgb(222,140,87); }
td.TdClassName
{
border-color: #DE8C57;
}
.TagClassName
{
border-color: #DE8C57;
}
</style>