Shades of Whiskey Sour #D98D4E
Tints of Whiskey Sour #D98D4E
RGB
CMYK
RGB Variations
Color information
#D98D4E (or 0xD98D4E) is known color: Whiskey Sour. HEX triplet: D9, 8D and 4E. RGB value is (217,141,78). Sum of RGB (Red+Green+Blue) = 217+141+78=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 78 (30.86% from 255 or 17.89% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98D4E is #2672B1. Grayscale: #9C9C9C. Windows color (decimal): -2519730 or 5148121. OLE color: 5148121.
HSL color Cylindrical-coordinate representation of color #D98D4E: hue angle of 27.19º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D98D4E is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 141 | 78 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.15 |
| HSL | 27.19º | 0.65% | 0.58% | - |
| HSV(B) | 27.19º | 0.64% | 0.85% | - |
| XYZ | 39.52 | 34.35 | 11.76 | - |
| YUV | 156.54 | 83.68 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 141 | 78 | 0 | 0.35 | 0.64 | 0.15 | 27.19 | 0.65 | 0.58 |
| Hex | D9 | 8D | 4E | 0 | 23 | 40 | F | 1B | 41 | 3A |
| Octal | 331 | 215 | 116 | 0 | 43 | 100 | 17 | 33 | 101 | 72 |
| Binary | 11011001 | 10001101 | 1001110 | 0 | 100011 | 1000000 | 1111 | 11011 | 1000001 | 111010 |
Color Harmonies of #D98D4E
Complementary color
Monochromatic Colors of #D98D4E
Black with #D98D4E
Text Example
Text Example
White with #D98D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98D4E; }
p { color: rgb(217,141,78); }
H1.HeaderClassName
{
color: #D98D4E;
}
.AnyTagClassName
{
color: #D98D4E;
}
</style>
background-color css
<style>
a { background-color: #D98D4E; }
a { background-color: rgb(217,141,78); }
div.DivClassName
{
background-color: #D98D4E;
}
.BgClassName
{
background-color: #D98D4E;
}
</style>
border-color css
<style>
span { border-color: #D98D4E; }
span { border-color: rgb(217,141,78); }
td.TdClassName
{
border-color: #D98D4E;
}
.TagClassName
{
border-color: #D98D4E;
}
</style>