Shades of Whiskey #D49D6B
Tints of Whiskey #D49D6B
RGB
CMYK
RGB Variations
Color information
#D49D6B (or 0xD49D6B) is known color: Whiskey. HEX triplet: D4, 9D and 6B. RGB value is (212,157,107). Sum of RGB (Red+Green+Blue) = 212+157+107=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49D6B is #2B6294. Grayscale: #A8A8A8. Windows color (decimal): -2843285 or 7052756. OLE color: 7052756.
HSL color Cylindrical-coordinate representation of color #D49D6B: hue angle of 28.57º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D49D6B is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 157 | 107 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.17 |
| HSL | 28.57º | 0.55% | 0.63% | - |
| HSV(B) | 28.57º | 0.5% | 0.83% | - |
| XYZ | 41.86 | 39.17 | 19.26 | - |
| YUV | 167.75 | 93.72 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 157 | 107 | 0 | 0.26 | 0.50 | 0.17 | 28.57 | 0.55 | 0.63 |
| Hex | D4 | 9D | 6B | 0 | 1A | 32 | 11 | 1D | 37 | 3F |
| Octal | 324 | 235 | 153 | 0 | 32 | 62 | 21 | 35 | 67 | 77 |
| Binary | 11010100 | 10011101 | 1101011 | 0 | 11010 | 110010 | 10001 | 11101 | 110111 | 111111 |
Color Harmonies of #D49D6B
Complementary color
Monochromatic Colors of #D49D6B
Black with #D49D6B
Text Example
Text Example
White with #D49D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49D6B; }
p { color: rgb(212,157,107); }
H1.HeaderClassName
{
color: #D49D6B;
}
.AnyTagClassName
{
color: #D49D6B;
}
</style>
background-color css
<style>
a { background-color: #D49D6B; }
a { background-color: rgb(212,157,107); }
div.DivClassName
{
background-color: #D49D6B;
}
.BgClassName
{
background-color: #D49D6B;
}
</style>
border-color css
<style>
span { border-color: #D49D6B; }
span { border-color: rgb(212,157,107); }
td.TdClassName
{
border-color: #D49D6B;
}
.TagClassName
{
border-color: #D49D6B;
}
</style>