Shades of Whiskey #D98F62
Tints of Whiskey #D98F62
RGB
CMYK
RGB Variations
Color information
#D98F62 (or 0xD98F62) is known color: Whiskey. HEX triplet: D9, 8F and 62. RGB value is (217,143,98). Sum of RGB (Red+Green+Blue) = 217+143+98=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 98 (38.67% from 255 or 21.40% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98F62 is #26709D. Grayscale: #A0A0A0. Windows color (decimal): -2519198 or 6459353. OLE color: 6459353.
HSL color Cylindrical-coordinate representation of color #D98F62: hue angle of 22.69º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D98F62 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 143 | 98 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.15 |
| HSL | 22.69º | 0.61% | 0.62% | - |
| HSV(B) | 22.69º | 0.55% | 0.85% | - |
| XYZ | 40.64 | 35.28 | 16.22 | - |
| YUV | 160 | 93.02 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 143 | 98 | 0 | 0.34 | 0.55 | 0.15 | 22.69 | 0.61 | 0.62 |
| Hex | D9 | 8F | 62 | 0 | 22 | 37 | F | 17 | 3D | 3E |
| Octal | 331 | 217 | 142 | 0 | 42 | 67 | 17 | 27 | 75 | 76 |
| Binary | 11011001 | 10001111 | 1100010 | 0 | 100010 | 110111 | 1111 | 10111 | 111101 | 111110 |
Color Harmonies of #D98F62
Complementary color
Monochromatic Colors of #D98F62
Black with #D98F62
Text Example
Text Example
White with #D98F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98F62; }
p { color: rgb(217,143,98); }
H1.HeaderClassName
{
color: #D98F62;
}
.AnyTagClassName
{
color: #D98F62;
}
</style>
background-color css
<style>
a { background-color: #D98F62; }
a { background-color: rgb(217,143,98); }
div.DivClassName
{
background-color: #D98F62;
}
.BgClassName
{
background-color: #D98F62;
}
</style>
border-color css
<style>
span { border-color: #D98F62; }
span { border-color: rgb(217,143,98); }
td.TdClassName
{
border-color: #D98F62;
}
.TagClassName
{
border-color: #D98F62;
}
</style>