Shades of Whiskey Sour #D78F55
Tints of Whiskey Sour #D78F55
RGB
CMYK
RGB Variations
Color information
#D78F55 (or 0xD78F55) is known color: Whiskey Sour. HEX triplet: D7, 8F and 55. RGB value is (215,143,85). Sum of RGB (Red+Green+Blue) = 215+143+85=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 85 (33.59% from 255 or 19.19% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D78F55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78F55 is #2870AA. Grayscale: #9E9E9E. Windows color (decimal): -2650283 or 5607383. OLE color: 5607383.
HSL color Cylindrical-coordinate representation of color #D78F55: hue angle of 26.77º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D78F55 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 143 | 85 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.16 |
| HSL | 26.77º | 0.62% | 0.59% | - |
| HSV(B) | 26.77º | 0.6% | 0.84% | - |
| XYZ | 39.49 | 34.75 | 13.22 | - |
| YUV | 157.92 | 86.85 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 143 | 85 | 0 | 0.33 | 0.60 | 0.16 | 26.77 | 0.62 | 0.59 |
| Hex | D7 | 8F | 55 | 0 | 21 | 3C | 10 | 1B | 3E | 3B |
| Octal | 327 | 217 | 125 | 0 | 41 | 74 | 20 | 33 | 76 | 73 |
| Binary | 11010111 | 10001111 | 1010101 | 0 | 100001 | 111100 | 10000 | 11011 | 111110 | 111011 |
Color Harmonies of #D78F55
Complementary color
Monochromatic Colors of #D78F55
Black with #D78F55
Text Example
Text Example
White with #D78F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78F55; }
p { color: rgb(215,143,85); }
H1.HeaderClassName
{
color: #D78F55;
}
.AnyTagClassName
{
color: #D78F55;
}
</style>
background-color css
<style>
a { background-color: #D78F55; }
a { background-color: rgb(215,143,85); }
div.DivClassName
{
background-color: #D78F55;
}
.BgClassName
{
background-color: #D78F55;
}
</style>
border-color css
<style>
span { border-color: #D78F55; }
span { border-color: rgb(215,143,85); }
td.TdClassName
{
border-color: #D78F55;
}
.TagClassName
{
border-color: #D78F55;
}
</style>