Shades of Whiskey Sour #D98E4D
Tints of Whiskey Sour #D98E4D
RGB
CMYK
RGB Variations
Color information
#D98E4D (or 0xD98E4D) is known color: Whiskey Sour. HEX triplet: D9, 8E and 4D. RGB value is (217,142,77). Sum of RGB (Red+Green+Blue) = 217+142+77=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 77 (30.47% from 255 or 17.66% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D98E4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98E4D is #2671B2. Grayscale: #9D9D9D. Windows color (decimal): -2519475 or 5082841. OLE color: 5082841.
HSL color Cylindrical-coordinate representation of color #D98E4D: hue angle of 27.86º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D98E4D is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 142 | 77 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.15 |
| HSL | 27.86º | 0.65% | 0.58% | - |
| HSV(B) | 27.86º | 0.65% | 0.85% | - |
| XYZ | 39.63 | 34.63 | 11.62 | - |
| YUV | 157.02 | 82.85 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 142 | 77 | 0 | 0.35 | 0.65 | 0.15 | 27.86 | 0.65 | 0.58 |
| Hex | D9 | 8E | 4D | 0 | 23 | 41 | F | 1C | 41 | 3A |
| Octal | 331 | 216 | 115 | 0 | 43 | 101 | 17 | 34 | 101 | 72 |
| Binary | 11011001 | 10001110 | 1001101 | 0 | 100011 | 1000001 | 1111 | 11100 | 1000001 | 111010 |
Color Harmonies of #D98E4D
Complementary color
Monochromatic Colors of #D98E4D
Black with #D98E4D
Text Example
Text Example
White with #D98E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98E4D; }
p { color: rgb(217,142,77); }
H1.HeaderClassName
{
color: #D98E4D;
}
.AnyTagClassName
{
color: #D98E4D;
}
</style>
background-color css
<style>
a { background-color: #D98E4D; }
a { background-color: rgb(217,142,77); }
div.DivClassName
{
background-color: #D98E4D;
}
.BgClassName
{
background-color: #D98E4D;
}
</style>
border-color css
<style>
span { border-color: #D98E4D; }
span { border-color: rgb(217,142,77); }
td.TdClassName
{
border-color: #D98E4D;
}
.TagClassName
{
border-color: #D98E4D;
}
</style>