Shades of Whiskey #D99666
Tints of Whiskey #D99666
RGB
CMYK
RGB Variations
Color information
#D99666 (or 0xD99666) is known color: Whiskey. HEX triplet: D9, 96 and 66. RGB value is (217,150,102). Sum of RGB (Red+Green+Blue) = 217+150+102=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D99666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99666 is #266999. Grayscale: #A4A4A4. Windows color (decimal): -2517402 or 6723289. OLE color: 6723289.
HSL color Cylindrical-coordinate representation of color #D99666: hue angle of 25.04º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D99666 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 102 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.15 |
| HSL | 25.04º | 0.6% | 0.63% | - |
| HSV(B) | 25.04º | 0.53% | 0.85% | - |
| XYZ | 41.92 | 37.52 | 17.6 | - |
| YUV | 164.56 | 92.7 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 102 | 0 | 0.31 | 0.53 | 0.15 | 25.04 | 0.6 | 0.63 |
| Hex | D9 | 96 | 66 | 0 | 1F | 35 | F | 19 | 3C | 3F |
| Octal | 331 | 226 | 146 | 0 | 37 | 65 | 17 | 31 | 74 | 77 |
| Binary | 11011001 | 10010110 | 1100110 | 0 | 11111 | 110101 | 1111 | 11001 | 111100 | 111111 |
Color Harmonies of #D99666
Complementary color
Monochromatic Colors of #D99666
Black with #D99666
Text Example
Text Example
White with #D99666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99666; }
p { color: rgb(217,150,102); }
H1.HeaderClassName
{
color: #D99666;
}
.AnyTagClassName
{
color: #D99666;
}
</style>
background-color css
<style>
a { background-color: #D99666; }
a { background-color: rgb(217,150,102); }
div.DivClassName
{
background-color: #D99666;
}
.BgClassName
{
background-color: #D99666;
}
</style>
border-color css
<style>
span { border-color: #D99666; }
span { border-color: rgb(217,150,102); }
td.TdClassName
{
border-color: #D99666;
}
.TagClassName
{
border-color: #D99666;
}
</style>