Shades of Whiskey Sour #D98E5B
Tints of Whiskey Sour #D98E5B
RGB
CMYK
RGB Variations
Color information
#D98E5B (or 0xD98E5B) is known color: Whiskey Sour. HEX triplet: D9, 8E and 5B. RGB value is (217,142,91). Sum of RGB (Red+Green+Blue) = 217+142+91=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 142 (55.86% from 255 or 31.56% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D98E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98E5B is #2671A4. Grayscale: #9E9E9E. Windows color (decimal): -2519461 or 6000345. OLE color: 6000345.
HSL color Cylindrical-coordinate representation of color #D98E5B: hue angle of 24.29º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D98E5B is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 142 | 91 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.15 |
| HSL | 24.29º | 0.62% | 0.6% | - |
| HSV(B) | 24.29º | 0.58% | 0.85% | - |
| XYZ | 40.18 | 34.85 | 14.51 | - |
| YUV | 158.61 | 89.85 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 142 | 91 | 0 | 0.35 | 0.58 | 0.15 | 24.29 | 0.62 | 0.6 |
| Hex | D9 | 8E | 5B | 0 | 23 | 3A | F | 18 | 3E | 3C |
| Octal | 331 | 216 | 133 | 0 | 43 | 72 | 17 | 30 | 76 | 74 |
| Binary | 11011001 | 10001110 | 1011011 | 0 | 100011 | 111010 | 1111 | 11000 | 111110 | 111100 |
Color Harmonies of #D98E5B
Complementary color
Monochromatic Colors of #D98E5B
Black with #D98E5B
Text Example
Text Example
White with #D98E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98E5B; }
p { color: rgb(217,142,91); }
H1.HeaderClassName
{
color: #D98E5B;
}
.AnyTagClassName
{
color: #D98E5B;
}
</style>
background-color css
<style>
a { background-color: #D98E5B; }
a { background-color: rgb(217,142,91); }
div.DivClassName
{
background-color: #D98E5B;
}
.BgClassName
{
background-color: #D98E5B;
}
</style>
border-color css
<style>
span { border-color: #D98E5B; }
span { border-color: rgb(217,142,91); }
td.TdClassName
{
border-color: #D98E5B;
}
.TagClassName
{
border-color: #D98E5B;
}
</style>