Shades of Whiskey Sour #D78B5C
Tints of Whiskey Sour #D78B5C
RGB
CMYK
RGB Variations
Color information
#D78B5C (or 0xD78B5C) is known color: Whiskey Sour. HEX triplet: D7, 8B and 5C. RGB value is (215,139,92). Sum of RGB (Red+Green+Blue) = 215+139+92=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 215 - color contains mainly: red. Hex color #D78B5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78B5C is #2874A3. Grayscale: #9C9C9C. Windows color (decimal): -2651300 or 6065111. OLE color: 6065111.
HSL color Cylindrical-coordinate representation of color #D78B5C: hue angle of 22.93º degrees, saturation: 0.61, 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 #D78B5C is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 139 | 92 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.16 |
| HSL | 22.93º | 0.61% | 0.6% | - |
| HSV(B) | 22.93º | 0.57% | 0.84% | - |
| XYZ | 39.19 | 33.69 | 14.56 | - |
| YUV | 156.37 | 91.68 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 139 | 92 | 0 | 0.35 | 0.57 | 0.16 | 22.93 | 0.61 | 0.6 |
| Hex | D7 | 8B | 5C | 0 | 23 | 39 | 10 | 17 | 3D | 3C |
| Octal | 327 | 213 | 134 | 0 | 43 | 71 | 20 | 27 | 75 | 74 |
| Binary | 11010111 | 10001011 | 1011100 | 0 | 100011 | 111001 | 10000 | 10111 | 111101 | 111100 |
Color Harmonies of #D78B5C
Complementary color
Monochromatic Colors of #D78B5C
Black with #D78B5C
Text Example
Text Example
White with #D78B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78B5C; }
p { color: rgb(215,139,92); }
H1.HeaderClassName
{
color: #D78B5C;
}
.AnyTagClassName
{
color: #D78B5C;
}
</style>
background-color css
<style>
a { background-color: #D78B5C; }
a { background-color: rgb(215,139,92); }
div.DivClassName
{
background-color: #D78B5C;
}
.BgClassName
{
background-color: #D78B5C;
}
</style>
border-color css
<style>
span { border-color: #D78B5C; }
span { border-color: rgb(215,139,92); }
td.TdClassName
{
border-color: #D78B5C;
}
.TagClassName
{
border-color: #D78B5C;
}
</style>