Shades of Whiskey Sour #D98D54
Tints of Whiskey Sour #D98D54
RGB
CMYK
RGB Variations
Color information
#D98D54 (or 0xD98D54) is known color: Whiskey Sour. HEX triplet: D9, 8D and 54. RGB value is (217,141,84). Sum of RGB (Red+Green+Blue) = 217+141+84=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 84 (33.20% from 255 or 19.00% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98D54 is #2672AB. Grayscale: #9D9D9D. Windows color (decimal): -2519724 or 5541337. OLE color: 5541337.
HSL color Cylindrical-coordinate representation of color #D98D54: hue angle of 25.71º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D98D54 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 141 | 84 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.15 |
| HSL | 25.71º | 0.64% | 0.59% | - |
| HSV(B) | 25.71º | 0.61% | 0.85% | - |
| XYZ | 39.74 | 34.44 | 12.94 | - |
| YUV | 157.23 | 86.68 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 141 | 84 | 0 | 0.35 | 0.61 | 0.15 | 25.71 | 0.64 | 0.59 |
| Hex | D9 | 8D | 54 | 0 | 23 | 3D | F | 1A | 40 | 3B |
| Octal | 331 | 215 | 124 | 0 | 43 | 75 | 17 | 32 | 100 | 73 |
| Binary | 11011001 | 10001101 | 1010100 | 0 | 100011 | 111101 | 1111 | 11010 | 1000000 | 111011 |
Color Harmonies of #D98D54
Complementary color
Monochromatic Colors of #D98D54
Black with #D98D54
Text Example
Text Example
White with #D98D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98D54; }
p { color: rgb(217,141,84); }
H1.HeaderClassName
{
color: #D98D54;
}
.AnyTagClassName
{
color: #D98D54;
}
</style>
background-color css
<style>
a { background-color: #D98D54; }
a { background-color: rgb(217,141,84); }
div.DivClassName
{
background-color: #D98D54;
}
.BgClassName
{
background-color: #D98D54;
}
</style>
border-color css
<style>
span { border-color: #D98D54; }
span { border-color: rgb(217,141,84); }
td.TdClassName
{
border-color: #D98D54;
}
.TagClassName
{
border-color: #D98D54;
}
</style>