Shades of Whiskey Sour #D78555
Tints of Whiskey Sour #D78555
RGB
CMYK
RGB Variations
Color information
#D78555 (or 0xD78555) is known color: Whiskey Sour. HEX triplet: D7, 85 and 55. RGB value is (215,133,85). Sum of RGB (Red+Green+Blue) = 215+133+85=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D78555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78555 is #287AAA. Grayscale: #989898. Windows color (decimal): -2652843 or 5604823. OLE color: 5604823.
HSL color Cylindrical-coordinate representation of color #D78555: hue angle of 22.15º 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 #D78555 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 133 | 85 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.16 |
| HSL | 22.15º | 0.62% | 0.59% | - |
| HSV(B) | 22.15º | 0.6% | 0.84% | - |
| XYZ | 38.05 | 31.88 | 12.74 | - |
| YUV | 152.05 | 90.17 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 133 | 85 | 0 | 0.38 | 0.60 | 0.16 | 22.15 | 0.62 | 0.59 |
| Hex | D7 | 85 | 55 | 0 | 26 | 3C | 10 | 16 | 3E | 3B |
| Octal | 327 | 205 | 125 | 0 | 46 | 74 | 20 | 26 | 76 | 73 |
| Binary | 11010111 | 10000101 | 1010101 | 0 | 100110 | 111100 | 10000 | 10110 | 111110 | 111011 |
Color Harmonies of #D78555
Complementary color
Monochromatic Colors of #D78555
Black with #D78555
Text Example
Text Example
White with #D78555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78555; }
p { color: rgb(215,133,85); }
H1.HeaderClassName
{
color: #D78555;
}
.AnyTagClassName
{
color: #D78555;
}
</style>
background-color css
<style>
a { background-color: #D78555; }
a { background-color: rgb(215,133,85); }
div.DivClassName
{
background-color: #D78555;
}
.BgClassName
{
background-color: #D78555;
}
</style>
border-color css
<style>
span { border-color: #D78555; }
span { border-color: rgb(215,133,85); }
td.TdClassName
{
border-color: #D78555;
}
.TagClassName
{
border-color: #D78555;
}
</style>