Shades of Whiskey Sour #D78E5E
Tints of Whiskey Sour #D78E5E
RGB
CMYK
RGB Variations
Color information
#D78E5E (or 0xD78E5E) is known color: Whiskey Sour. HEX triplet: D7, 8E and 5E. RGB value is (215,142,94). Sum of RGB (Red+Green+Blue) = 215+142+94=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D78E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78E5E is #2871A1. Grayscale: #9E9E9E. Windows color (decimal): -2650530 or 6196951. OLE color: 6196951.
HSL color Cylindrical-coordinate representation of color #D78E5E: hue angle of 23.8º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D78E5E is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 142 | 94 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.16 |
| HSL | 23.8º | 0.6% | 0.61% | - |
| HSV(B) | 23.8º | 0.56% | 0.84% | - |
| XYZ | 39.72 | 34.6 | 15.18 | - |
| YUV | 158.36 | 91.68 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 142 | 94 | 0 | 0.34 | 0.56 | 0.16 | 23.8 | 0.6 | 0.61 |
| Hex | D7 | 8E | 5E | 0 | 22 | 38 | 10 | 18 | 3C | 3D |
| Octal | 327 | 216 | 136 | 0 | 42 | 70 | 20 | 30 | 74 | 75 |
| Binary | 11010111 | 10001110 | 1011110 | 0 | 100010 | 111000 | 10000 | 11000 | 111100 | 111101 |
Color Harmonies of #D78E5E
Complementary color
Monochromatic Colors of #D78E5E
Black with #D78E5E
Text Example
Text Example
White with #D78E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78E5E; }
p { color: rgb(215,142,94); }
H1.HeaderClassName
{
color: #D78E5E;
}
.AnyTagClassName
{
color: #D78E5E;
}
</style>
background-color css
<style>
a { background-color: #D78E5E; }
a { background-color: rgb(215,142,94); }
div.DivClassName
{
background-color: #D78E5E;
}
.BgClassName
{
background-color: #D78E5E;
}
</style>
border-color css
<style>
span { border-color: #D78E5E; }
span { border-color: rgb(215,142,94); }
td.TdClassName
{
border-color: #D78E5E;
}
.TagClassName
{
border-color: #D78E5E;
}
</style>