Shades of Whiskey Sour #D78E5A
Tints of Whiskey Sour #D78E5A
RGB
CMYK
RGB Variations
Color information
#D78E5A (or 0xD78E5A) is known color: Whiskey Sour. HEX triplet: D7, 8E and 5A. RGB value is (215,142,90). Sum of RGB (Red+Green+Blue) = 215+142+90=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D78E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78E5A is #2871A5. Grayscale: #9E9E9E. Windows color (decimal): -2650534 or 5934807. OLE color: 5934807.
HSL color Cylindrical-coordinate representation of color #D78E5A: hue angle of 24.96º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D78E5A is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 142 | 90 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.16 |
| HSL | 24.96º | 0.61% | 0.6% | - |
| HSV(B) | 24.96º | 0.58% | 0.84% | - |
| XYZ | 39.54 | 34.53 | 14.25 | - |
| YUV | 157.9 | 89.68 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 142 | 90 | 0 | 0.34 | 0.58 | 0.16 | 24.96 | 0.61 | 0.6 |
| Hex | D7 | 8E | 5A | 0 | 22 | 3A | 10 | 19 | 3D | 3C |
| Octal | 327 | 216 | 132 | 0 | 42 | 72 | 20 | 31 | 75 | 74 |
| Binary | 11010111 | 10001110 | 1011010 | 0 | 100010 | 111010 | 10000 | 11001 | 111101 | 111100 |
Color Harmonies of #D78E5A
Complementary color
Monochromatic Colors of #D78E5A
Black with #D78E5A
Text Example
Text Example
White with #D78E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78E5A; }
p { color: rgb(215,142,90); }
H1.HeaderClassName
{
color: #D78E5A;
}
.AnyTagClassName
{
color: #D78E5A;
}
</style>
background-color css
<style>
a { background-color: #D78E5A; }
a { background-color: rgb(215,142,90); }
div.DivClassName
{
background-color: #D78E5A;
}
.BgClassName
{
background-color: #D78E5A;
}
</style>
border-color css
<style>
span { border-color: #D78E5A; }
span { border-color: rgb(215,142,90); }
td.TdClassName
{
border-color: #D78E5A;
}
.TagClassName
{
border-color: #D78E5A;
}
</style>