Shades of Whiskey #D49666
Tints of Whiskey #D49666
RGB
CMYK
RGB Variations
Color information
#D49666 (or 0xD49666) is known color: Whiskey. HEX triplet: D4, 96 and 66. RGB value is (212,150,102). Sum of RGB (Red+Green+Blue) = 212+150+102=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D49666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49666 is #2B6999. Grayscale: #A3A3A3. Windows color (decimal): -2845082 or 6723284. OLE color: 6723284.
HSL color Cylindrical-coordinate representation of color #D49666: hue angle of 26.18º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D49666 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 150 | 102 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.17 |
| HSL | 26.18º | 0.56% | 0.62% | - |
| HSV(B) | 26.18º | 0.52% | 0.83% | - |
| XYZ | 40.46 | 36.77 | 17.54 | - |
| YUV | 163.07 | 93.54 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 150 | 102 | 0 | 0.29 | 0.52 | 0.17 | 26.18 | 0.56 | 0.62 |
| Hex | D4 | 96 | 66 | 0 | 1D | 34 | 11 | 1A | 38 | 3E |
| Octal | 324 | 226 | 146 | 0 | 35 | 64 | 21 | 32 | 70 | 76 |
| Binary | 11010100 | 10010110 | 1100110 | 0 | 11101 | 110100 | 10001 | 11010 | 111000 | 111110 |
Color Harmonies of #D49666
Complementary color
Monochromatic Colors of #D49666
Black with #D49666
Text Example
Text Example
White with #D49666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49666; }
p { color: rgb(212,150,102); }
H1.HeaderClassName
{
color: #D49666;
}
.AnyTagClassName
{
color: #D49666;
}
</style>
background-color css
<style>
a { background-color: #D49666; }
a { background-color: rgb(212,150,102); }
div.DivClassName
{
background-color: #D49666;
}
.BgClassName
{
background-color: #D49666;
}
</style>
border-color css
<style>
span { border-color: #D49666; }
span { border-color: rgb(212,150,102); }
td.TdClassName
{
border-color: #D49666;
}
.TagClassName
{
border-color: #D49666;
}
</style>