Shades of Whiskey #D49766
Tints of Whiskey #D49766
RGB
CMYK
RGB Variations
Color information
#D49766 (or 0xD49766) is known color: Whiskey. HEX triplet: D4, 97 and 66. RGB value is (212,151,102). Sum of RGB (Red+Green+Blue) = 212+151+102=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D49766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49766 is #2B6899. Grayscale: #A3A3A3. Windows color (decimal): -2844826 or 6723540. OLE color: 6723540.
HSL color Cylindrical-coordinate representation of color #D49766: hue angle of 26.73º 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 #D49766 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 151 | 102 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.17 |
| HSL | 26.73º | 0.56% | 0.62% | - |
| HSV(B) | 26.73º | 0.52% | 0.83% | - |
| XYZ | 40.62 | 37.09 | 17.59 | - |
| YUV | 163.65 | 93.21 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 151 | 102 | 0 | 0.29 | 0.52 | 0.17 | 26.73 | 0.56 | 0.62 |
| Hex | D4 | 97 | 66 | 0 | 1D | 34 | 11 | 1B | 38 | 3E |
| Octal | 324 | 227 | 146 | 0 | 35 | 64 | 21 | 33 | 70 | 76 |
| Binary | 11010100 | 10010111 | 1100110 | 0 | 11101 | 110100 | 10001 | 11011 | 111000 | 111110 |
Color Harmonies of #D49766
Complementary color
Monochromatic Colors of #D49766
Black with #D49766
Text Example
Text Example
White with #D49766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49766; }
p { color: rgb(212,151,102); }
H1.HeaderClassName
{
color: #D49766;
}
.AnyTagClassName
{
color: #D49766;
}
</style>
background-color css
<style>
a { background-color: #D49766; }
a { background-color: rgb(212,151,102); }
div.DivClassName
{
background-color: #D49766;
}
.BgClassName
{
background-color: #D49766;
}
</style>
border-color css
<style>
span { border-color: #D49766; }
span { border-color: rgb(212,151,102); }
td.TdClassName
{
border-color: #D49766;
}
.TagClassName
{
border-color: #D49766;
}
</style>