Shades of Whiskey #D9966A
Tints of Whiskey #D9966A
RGB
CMYK
RGB Variations
Color information
#D9966A (or 0xD9966A) is known color: Whiskey. HEX triplet: D9, 96 and 6A. RGB value is (217,150,106). Sum of RGB (Red+Green+Blue) = 217+150+106=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D9966A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9966A is #266995. Grayscale: #A5A5A5. Windows color (decimal): -2517398 or 6985433. OLE color: 6985433.
HSL color Cylindrical-coordinate representation of color #D9966A: hue angle of 23.78º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9966A is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 106 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.15 |
| HSL | 23.78º | 0.59% | 0.63% | - |
| HSV(B) | 23.78º | 0.51% | 0.85% | - |
| XYZ | 42.12 | 37.61 | 18.67 | - |
| YUV | 165.02 | 94.7 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 106 | 0 | 0.31 | 0.51 | 0.15 | 23.78 | 0.59 | 0.63 |
| Hex | D9 | 96 | 6A | 0 | 1F | 33 | F | 18 | 3B | 3F |
| Octal | 331 | 226 | 152 | 0 | 37 | 63 | 17 | 30 | 73 | 77 |
| Binary | 11011001 | 10010110 | 1101010 | 0 | 11111 | 110011 | 1111 | 11000 | 111011 | 111111 |
Color Harmonies of #D9966A
Complementary color
Monochromatic Colors of #D9966A
Black with #D9966A
Text Example
Text Example
White with #D9966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9966A; }
p { color: rgb(217,150,106); }
H1.HeaderClassName
{
color: #D9966A;
}
.AnyTagClassName
{
color: #D9966A;
}
</style>
background-color css
<style>
a { background-color: #D9966A; }
a { background-color: rgb(217,150,106); }
div.DivClassName
{
background-color: #D9966A;
}
.BgClassName
{
background-color: #D9966A;
}
</style>
border-color css
<style>
span { border-color: #D9966A; }
span { border-color: rgb(217,150,106); }
td.TdClassName
{
border-color: #D9966A;
}
.TagClassName
{
border-color: #D9966A;
}
</style>