Shades of Whiskey Sour #D98D52
Tints of Whiskey Sour #D98D52
RGB
CMYK
RGB Variations
Color information
#D98D52 (or 0xD98D52) is known color: Whiskey Sour. HEX triplet: D9, 8D and 52. RGB value is (217,141,82). Sum of RGB (Red+Green+Blue) = 217+141+82=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98D52 is #2672AD. Grayscale: #9D9D9D. Windows color (decimal): -2519726 or 5410265. OLE color: 5410265.
HSL color Cylindrical-coordinate representation of color #D98D52: hue angle of 26.22º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D98D52 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 141 | 82 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.15 |
| HSL | 26.22º | 0.64% | 0.59% | - |
| HSV(B) | 26.22º | 0.62% | 0.85% | - |
| XYZ | 39.66 | 34.41 | 12.53 | - |
| YUV | 157 | 85.68 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 141 | 82 | 0 | 0.35 | 0.62 | 0.15 | 26.22 | 0.64 | 0.59 |
| Hex | D9 | 8D | 52 | 0 | 23 | 3E | F | 1A | 40 | 3B |
| Octal | 331 | 215 | 122 | 0 | 43 | 76 | 17 | 32 | 100 | 73 |
| Binary | 11011001 | 10001101 | 1010010 | 0 | 100011 | 111110 | 1111 | 11010 | 1000000 | 111011 |
Color Harmonies of #D98D52
Complementary color
Monochromatic Colors of #D98D52
Black with #D98D52
Text Example
Text Example
White with #D98D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98D52; }
p { color: rgb(217,141,82); }
H1.HeaderClassName
{
color: #D98D52;
}
.AnyTagClassName
{
color: #D98D52;
}
</style>
background-color css
<style>
a { background-color: #D98D52; }
a { background-color: rgb(217,141,82); }
div.DivClassName
{
background-color: #D98D52;
}
.BgClassName
{
background-color: #D98D52;
}
</style>
border-color css
<style>
span { border-color: #D98D52; }
span { border-color: rgb(217,141,82); }
td.TdClassName
{
border-color: #D98D52;
}
.TagClassName
{
border-color: #D98D52;
}
</style>