Shades of Whiskey #D9946A
Tints of Whiskey #D9946A
RGB
CMYK
RGB Variations
Color information
#D9946A (or 0xD9946A) is known color: Whiskey. HEX triplet: D9, 94 and 6A. RGB value is (217,148,106). Sum of RGB (Red+Green+Blue) = 217+148+106=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D9946A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9946A is #266B95. Grayscale: #A4A4A4. Windows color (decimal): -2517910 or 6984921. OLE color: 6984921.
HSL color Cylindrical-coordinate representation of color #D9946A: hue angle of 22.7º 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 #D9946A is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 148 | 106 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.15 |
| HSL | 22.7º | 0.59% | 0.63% | - |
| HSV(B) | 22.7º | 0.51% | 0.85% | - |
| XYZ | 41.81 | 36.97 | 18.57 | - |
| YUV | 163.84 | 95.36 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 106 | 0 | 0.32 | 0.51 | 0.15 | 22.7 | 0.59 | 0.63 |
| Hex | D9 | 94 | 6A | 0 | 20 | 33 | F | 17 | 3B | 3F |
| Octal | 331 | 224 | 152 | 0 | 40 | 63 | 17 | 27 | 73 | 77 |
| Binary | 11011001 | 10010100 | 1101010 | 0 | 100000 | 110011 | 1111 | 10111 | 111011 | 111111 |
Color Harmonies of #D9946A
Complementary color
Monochromatic Colors of #D9946A
Black with #D9946A
Text Example
Text Example
White with #D9946A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9946A; }
p { color: rgb(217,148,106); }
H1.HeaderClassName
{
color: #D9946A;
}
.AnyTagClassName
{
color: #D9946A;
}
</style>
background-color css
<style>
a { background-color: #D9946A; }
a { background-color: rgb(217,148,106); }
div.DivClassName
{
background-color: #D9946A;
}
.BgClassName
{
background-color: #D9946A;
}
</style>
border-color css
<style>
span { border-color: #D9946A; }
span { border-color: rgb(217,148,106); }
td.TdClassName
{
border-color: #D9946A;
}
.TagClassName
{
border-color: #D9946A;
}
</style>