Shades of Whiskey Sour #D98C5E
Tints of Whiskey Sour #D98C5E
RGB
CMYK
RGB Variations
Color information
#D98C5E (or 0xD98C5E) is known color: Whiskey Sour. HEX triplet: D9, 8C and 5E. RGB value is (217,140,94). Sum of RGB (Red+Green+Blue) = 217+140+94=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D98C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98C5E is #2673A1. Grayscale: #9E9E9E. Windows color (decimal): -2519970 or 6196441. OLE color: 6196441.
HSL color Cylindrical-coordinate representation of color #D98C5E: hue angle of 22.44º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D98C5E is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 140 | 94 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.15 |
| HSL | 22.44º | 0.62% | 0.61% | - |
| HSV(B) | 22.44º | 0.57% | 0.85% | - |
| XYZ | 40.01 | 34.32 | 15.1 | - |
| YUV | 157.78 | 92.01 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 140 | 94 | 0 | 0.35 | 0.57 | 0.15 | 22.44 | 0.62 | 0.61 |
| Hex | D9 | 8C | 5E | 0 | 23 | 39 | F | 16 | 3E | 3D |
| Octal | 331 | 214 | 136 | 0 | 43 | 71 | 17 | 26 | 76 | 75 |
| Binary | 11011001 | 10001100 | 1011110 | 0 | 100011 | 111001 | 1111 | 10110 | 111110 | 111101 |
Color Harmonies of #D98C5E
Complementary color
Monochromatic Colors of #D98C5E
Black with #D98C5E
Text Example
Text Example
White with #D98C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98C5E; }
p { color: rgb(217,140,94); }
H1.HeaderClassName
{
color: #D98C5E;
}
.AnyTagClassName
{
color: #D98C5E;
}
</style>
background-color css
<style>
a { background-color: #D98C5E; }
a { background-color: rgb(217,140,94); }
div.DivClassName
{
background-color: #D98C5E;
}
.BgClassName
{
background-color: #D98C5E;
}
</style>
border-color css
<style>
span { border-color: #D98C5E; }
span { border-color: rgb(217,140,94); }
td.TdClassName
{
border-color: #D98C5E;
}
.TagClassName
{
border-color: #D98C5E;
}
</style>