Shades of Whiskey #D9976C
Tints of Whiskey #D9976C
RGB
CMYK
RGB Variations
Color information
#D9976C (or 0xD9976C) is known color: Whiskey. HEX triplet: D9, 97 and 6C. RGB value is (217,151,108). Sum of RGB (Red+Green+Blue) = 217+151+108=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D9976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9976C is #266893. Grayscale: #A6A6A6. Windows color (decimal): -2517140 or 7116761. OLE color: 7116761.
HSL color Cylindrical-coordinate representation of color #D9976C: hue angle of 23.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9976C is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 151 | 108 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.15 |
| HSL | 23.67º | 0.59% | 0.64% | - |
| HSV(B) | 23.67º | 0.5% | 0.85% | - |
| XYZ | 42.39 | 37.97 | 19.28 | - |
| YUV | 165.83 | 95.37 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 108 | 0 | 0.30 | 0.50 | 0.15 | 23.67 | 0.59 | 0.64 |
| Hex | D9 | 97 | 6C | 0 | 1E | 32 | F | 18 | 3B | 40 |
| Octal | 331 | 227 | 154 | 0 | 36 | 62 | 17 | 30 | 73 | 100 |
| Binary | 11011001 | 10010111 | 1101100 | 0 | 11110 | 110010 | 1111 | 11000 | 111011 | 1000000 |
Color Harmonies of #D9976C
Complementary color
Monochromatic Colors of #D9976C
Black with #D9976C
Text Example
Text Example
White with #D9976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9976C; }
p { color: rgb(217,151,108); }
H1.HeaderClassName
{
color: #D9976C;
}
.AnyTagClassName
{
color: #D9976C;
}
</style>
background-color css
<style>
a { background-color: #D9976C; }
a { background-color: rgb(217,151,108); }
div.DivClassName
{
background-color: #D9976C;
}
.BgClassName
{
background-color: #D9976C;
}
</style>
border-color css
<style>
span { border-color: #D9976C; }
span { border-color: rgb(217,151,108); }
td.TdClassName
{
border-color: #D9976C;
}
.TagClassName
{
border-color: #D9976C;
}
</style>