Shades of Whiskey Sour #D78D4F
Tints of Whiskey Sour #D78D4F
RGB
CMYK
RGB Variations
Color information
#D78D4F (or 0xD78D4F) is known color: Whiskey Sour. HEX triplet: D7, 8D and 4F. RGB value is (215,141,79). Sum of RGB (Red+Green+Blue) = 215+141+79=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 79 (31.25% from 255 or 18.16% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D78D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78D4F is #2872B0. Grayscale: #9C9C9C. Windows color (decimal): -2650801 or 5213655. OLE color: 5213655.
HSL color Cylindrical-coordinate representation of color #D78D4F: hue angle of 27.35º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D78D4F is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 141 | 79 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.16 |
| HSL | 27.35º | 0.63% | 0.58% | - |
| HSV(B) | 27.35º | 0.63% | 0.84% | - |
| XYZ | 38.96 | 34.06 | 11.92 | - |
| YUV | 156.06 | 84.52 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 141 | 79 | 0 | 0.34 | 0.63 | 0.16 | 27.35 | 0.63 | 0.58 |
| Hex | D7 | 8D | 4F | 0 | 22 | 3F | 10 | 1B | 3F | 3A |
| Octal | 327 | 215 | 117 | 0 | 42 | 77 | 20 | 33 | 77 | 72 |
| Binary | 11010111 | 10001101 | 1001111 | 0 | 100010 | 111111 | 10000 | 11011 | 111111 | 111010 |
Color Harmonies of #D78D4F
Complementary color
Monochromatic Colors of #D78D4F
Black with #D78D4F
Text Example
Text Example
White with #D78D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78D4F; }
p { color: rgb(215,141,79); }
H1.HeaderClassName
{
color: #D78D4F;
}
.AnyTagClassName
{
color: #D78D4F;
}
</style>
background-color css
<style>
a { background-color: #D78D4F; }
a { background-color: rgb(215,141,79); }
div.DivClassName
{
background-color: #D78D4F;
}
.BgClassName
{
background-color: #D78D4F;
}
</style>
border-color css
<style>
span { border-color: #D78D4F; }
span { border-color: rgb(215,141,79); }
td.TdClassName
{
border-color: #D78D4F;
}
.TagClassName
{
border-color: #D78D4F;
}
</style>