Shades of Whiskey #D7986A
Tints of Whiskey #D7986A
RGB
CMYK
RGB Variations
Color information
#D7986A (or 0xD7986A) is known color: Whiskey. HEX triplet: D7, 98 and 6A. RGB value is (215,152,106). Sum of RGB (Red+Green+Blue) = 215+152+106=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D7986A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7986A is #286795. Grayscale: #A5A5A5. Windows color (decimal): -2647958 or 6985943. OLE color: 6985943.
HSL color Cylindrical-coordinate representation of color #D7986A: hue angle of 25.32º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D7986A is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 152 | 106 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.16 |
| HSL | 25.32º | 0.58% | 0.63% | - |
| HSV(B) | 25.32º | 0.51% | 0.84% | - |
| XYZ | 41.85 | 37.94 | 18.75 | - |
| YUV | 165.59 | 94.37 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 152 | 106 | 0 | 0.29 | 0.51 | 0.16 | 25.32 | 0.58 | 0.63 |
| Hex | D7 | 98 | 6A | 0 | 1D | 33 | 10 | 19 | 3A | 3F |
| Octal | 327 | 230 | 152 | 0 | 35 | 63 | 20 | 31 | 72 | 77 |
| Binary | 11010111 | 10011000 | 1101010 | 0 | 11101 | 110011 | 10000 | 11001 | 111010 | 111111 |
Color Harmonies of #D7986A
Complementary color
Monochromatic Colors of #D7986A
Black with #D7986A
Text Example
Text Example
White with #D7986A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7986A; }
p { color: rgb(215,152,106); }
H1.HeaderClassName
{
color: #D7986A;
}
.AnyTagClassName
{
color: #D7986A;
}
</style>
background-color css
<style>
a { background-color: #D7986A; }
a { background-color: rgb(215,152,106); }
div.DivClassName
{
background-color: #D7986A;
}
.BgClassName
{
background-color: #D7986A;
}
</style>
border-color css
<style>
span { border-color: #D7986A; }
span { border-color: rgb(215,152,106); }
td.TdClassName
{
border-color: #D7986A;
}
.TagClassName
{
border-color: #D7986A;
}
</style>