Shades of Whiskey Sour #D78C53
Tints of Whiskey Sour #D78C53
RGB
CMYK
RGB Variations
Color information
#D78C53 (or 0xD78C53) is known color: Whiskey Sour. HEX triplet: D7, 8C and 53. RGB value is (215,140,83). Sum of RGB (Red+Green+Blue) = 215+140+83=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 83 (32.81% from 255 or 18.95% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D78C53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78C53 is #2873AC. Grayscale: #9C9C9C. Windows color (decimal): -2651053 or 5475543. OLE color: 5475543.
HSL color Cylindrical-coordinate representation of color #D78C53: hue angle of 25.91º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D78C53 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 140 | 83 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.16 |
| HSL | 25.91º | 0.62% | 0.58% | - |
| HSV(B) | 25.91º | 0.61% | 0.84% | - |
| XYZ | 38.96 | 33.83 | 12.66 | - |
| YUV | 155.93 | 86.85 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 140 | 83 | 0 | 0.35 | 0.61 | 0.16 | 25.91 | 0.62 | 0.58 |
| Hex | D7 | 8C | 53 | 0 | 23 | 3D | 10 | 1A | 3E | 3A |
| Octal | 327 | 214 | 123 | 0 | 43 | 75 | 20 | 32 | 76 | 72 |
| Binary | 11010111 | 10001100 | 1010011 | 0 | 100011 | 111101 | 10000 | 11010 | 111110 | 111010 |
Color Harmonies of #D78C53
Complementary color
Monochromatic Colors of #D78C53
Black with #D78C53
Text Example
Text Example
White with #D78C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78C53; }
p { color: rgb(215,140,83); }
H1.HeaderClassName
{
color: #D78C53;
}
.AnyTagClassName
{
color: #D78C53;
}
</style>
background-color css
<style>
a { background-color: #D78C53; }
a { background-color: rgb(215,140,83); }
div.DivClassName
{
background-color: #D78C53;
}
.BgClassName
{
background-color: #D78C53;
}
</style>
border-color css
<style>
span { border-color: #D78C53; }
span { border-color: rgb(215,140,83); }
td.TdClassName
{
border-color: #D78C53;
}
.TagClassName
{
border-color: #D78C53;
}
</style>