Shades of Whiskey Sour #DF8A57
Tints of Whiskey Sour #DF8A57
RGB
CMYK
RGB Variations
Color information
#DF8A57 (or 0xDF8A57) is known color: Whiskey Sour. HEX triplet: DF, 8A and 57. RGB value is (223,138,87). Sum of RGB (Red+Green+Blue) = 223+138+87=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 87 (34.38% from 255 or 19.42% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8A57 is #2075A8. Grayscale: #9D9D9D. Windows color (decimal): -2127273 or 5737183. OLE color: 5737183.
HSL color Cylindrical-coordinate representation of color #DF8A57: hue angle of 22.5º degrees, saturation: 0.68, 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 #DF8A57 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 87 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.13 |
| HSL | 22.5º | 0.68% | 0.61% | - |
| HSV(B) | 22.5º | 0.61% | 0.87% | - |
| XYZ | 41.24 | 34.55 | 13.51 | - |
| YUV | 157.6 | 88.16 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 87 | 0 | 0.38 | 0.61 | 0.13 | 22.5 | 0.68 | 0.61 |
| Hex | DF | 8A | 57 | 0 | 26 | 3D | D | 16 | 44 | 3D |
| Octal | 337 | 212 | 127 | 0 | 46 | 75 | 15 | 26 | 104 | 75 |
| Binary | 11011111 | 10001010 | 1010111 | 0 | 100110 | 111101 | 1101 | 10110 | 1000100 | 111101 |
Color Harmonies of #DF8A57
Complementary color
Monochromatic Colors of #DF8A57
Black with #DF8A57
Text Example
Text Example
White with #DF8A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8A57; }
p { color: rgb(223,138,87); }
H1.HeaderClassName
{
color: #DF8A57;
}
.AnyTagClassName
{
color: #DF8A57;
}
</style>
background-color css
<style>
a { background-color: #DF8A57; }
a { background-color: rgb(223,138,87); }
div.DivClassName
{
background-color: #DF8A57;
}
.BgClassName
{
background-color: #DF8A57;
}
</style>
border-color css
<style>
span { border-color: #DF8A57; }
span { border-color: rgb(223,138,87); }
td.TdClassName
{
border-color: #DF8A57;
}
.TagClassName
{
border-color: #DF8A57;
}
</style>