Shades of Whiskey Sour #D98E5E
Tints of Whiskey Sour #D98E5E
RGB
CMYK
RGB Variations
Color information
#D98E5E (or 0xD98E5E) is known color: Whiskey Sour. HEX triplet: D9, 8E and 5E. RGB value is (217,142,94). Sum of RGB (Red+Green+Blue) = 217+142+94=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 142 (55.86% from 255 or 31.35% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D98E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98E5E is #2671A1. Grayscale: #9F9F9F. Windows color (decimal): -2519458 or 6196953. OLE color: 6196953.
HSL color Cylindrical-coordinate representation of color #D98E5E: hue angle of 23.41º 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 #D98E5E is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 142 | 94 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.15 |
| HSL | 23.41º | 0.62% | 0.61% | - |
| HSV(B) | 23.41º | 0.57% | 0.85% | - |
| XYZ | 40.31 | 34.91 | 15.2 | - |
| YUV | 158.95 | 91.35 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 142 | 94 | 0 | 0.35 | 0.57 | 0.15 | 23.41 | 0.62 | 0.61 |
| Hex | D9 | 8E | 5E | 0 | 23 | 39 | F | 17 | 3E | 3D |
| Octal | 331 | 216 | 136 | 0 | 43 | 71 | 17 | 27 | 76 | 75 |
| Binary | 11011001 | 10001110 | 1011110 | 0 | 100011 | 111001 | 1111 | 10111 | 111110 | 111101 |
Color Harmonies of #D98E5E
Complementary color
Monochromatic Colors of #D98E5E
Black with #D98E5E
Text Example
Text Example
White with #D98E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98E5E; }
p { color: rgb(217,142,94); }
H1.HeaderClassName
{
color: #D98E5E;
}
.AnyTagClassName
{
color: #D98E5E;
}
</style>
background-color css
<style>
a { background-color: #D98E5E; }
a { background-color: rgb(217,142,94); }
div.DivClassName
{
background-color: #D98E5E;
}
.BgClassName
{
background-color: #D98E5E;
}
</style>
border-color css
<style>
span { border-color: #D98E5E; }
span { border-color: rgb(217,142,94); }
td.TdClassName
{
border-color: #D98E5E;
}
.TagClassName
{
border-color: #D98E5E;
}
</style>