Shades of Whiskey Sour #D78D5B
Tints of Whiskey Sour #D78D5B
RGB
CMYK
RGB Variations
Color information
#D78D5B (or 0xD78D5B) is known color: Whiskey Sour. HEX triplet: D7, 8D and 5B. RGB value is (215,141,91). Sum of RGB (Red+Green+Blue) = 215+141+91=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D78D5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78D5B is #2872A4. Grayscale: #9D9D9D. Windows color (decimal): -2650789 or 6000087. OLE color: 6000087.
HSL color Cylindrical-coordinate representation of color #D78D5B: hue angle of 24.19º 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 #D78D5B is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 141 | 91 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.16 |
| HSL | 24.19º | 0.61% | 0.6% | - |
| HSV(B) | 24.19º | 0.58% | 0.84% | - |
| XYZ | 39.44 | 34.25 | 14.43 | - |
| YUV | 157.43 | 90.52 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 141 | 91 | 0 | 0.34 | 0.58 | 0.16 | 24.19 | 0.61 | 0.6 |
| Hex | D7 | 8D | 5B | 0 | 22 | 3A | 10 | 18 | 3D | 3C |
| Octal | 327 | 215 | 133 | 0 | 42 | 72 | 20 | 30 | 75 | 74 |
| Binary | 11010111 | 10001101 | 1011011 | 0 | 100010 | 111010 | 10000 | 11000 | 111101 | 111100 |
Color Harmonies of #D78D5B
Complementary color
Monochromatic Colors of #D78D5B
Black with #D78D5B
Text Example
Text Example
White with #D78D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78D5B; }
p { color: rgb(215,141,91); }
H1.HeaderClassName
{
color: #D78D5B;
}
.AnyTagClassName
{
color: #D78D5B;
}
</style>
background-color css
<style>
a { background-color: #D78D5B; }
a { background-color: rgb(215,141,91); }
div.DivClassName
{
background-color: #D78D5B;
}
.BgClassName
{
background-color: #D78D5B;
}
</style>
border-color css
<style>
span { border-color: #D78D5B; }
span { border-color: rgb(215,141,91); }
td.TdClassName
{
border-color: #D78D5B;
}
.TagClassName
{
border-color: #D78D5B;
}
</style>