Shades of Whiskey Sour #D78F5D
Tints of Whiskey Sour #D78F5D
RGB
CMYK
RGB Variations
Color information
#D78F5D (or 0xD78F5D) is known color: Whiskey Sour. HEX triplet: D7, 8F and 5D. RGB value is (215,143,93). Sum of RGB (Red+Green+Blue) = 215+143+93=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D78F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78F5D is #2870A2. Grayscale: #9F9F9F. Windows color (decimal): -2650275 or 6131671. OLE color: 6131671.
HSL color Cylindrical-coordinate representation of color #D78F5D: hue angle of 24.59º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D78F5D is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 143 | 93 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.16 |
| HSL | 24.59º | 0.6% | 0.6% | - |
| HSV(B) | 24.59º | 0.57% | 0.84% | - |
| XYZ | 39.82 | 34.88 | 14.99 | - |
| YUV | 158.83 | 90.85 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 143 | 93 | 0 | 0.33 | 0.57 | 0.16 | 24.59 | 0.6 | 0.6 |
| Hex | D7 | 8F | 5D | 0 | 21 | 39 | 10 | 19 | 3C | 3C |
| Octal | 327 | 217 | 135 | 0 | 41 | 71 | 20 | 31 | 74 | 74 |
| Binary | 11010111 | 10001111 | 1011101 | 0 | 100001 | 111001 | 10000 | 11001 | 111100 | 111100 |
Color Harmonies of #D78F5D
Complementary color
Monochromatic Colors of #D78F5D
Black with #D78F5D
Text Example
Text Example
White with #D78F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78F5D; }
p { color: rgb(215,143,93); }
H1.HeaderClassName
{
color: #D78F5D;
}
.AnyTagClassName
{
color: #D78F5D;
}
</style>
background-color css
<style>
a { background-color: #D78F5D; }
a { background-color: rgb(215,143,93); }
div.DivClassName
{
background-color: #D78F5D;
}
.BgClassName
{
background-color: #D78F5D;
}
</style>
border-color css
<style>
span { border-color: #D78F5D; }
span { border-color: rgb(215,143,93); }
td.TdClassName
{
border-color: #D78F5D;
}
.TagClassName
{
border-color: #D78F5D;
}
</style>