Shades of Whiskey #D49C6C
Tints of Whiskey #D49C6C
RGB
CMYK
RGB Variations
Color information
#D49C6C (or 0xD49C6C) is known color: Whiskey. HEX triplet: D4, 9C and 6C. RGB value is (212,156,108). Sum of RGB (Red+Green+Blue) = 212+156+108=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49C6C is #2B6393. Grayscale: #A7A7A7. Windows color (decimal): -2843540 or 7118036. OLE color: 7118036.
HSL color Cylindrical-coordinate representation of color #D49C6C: hue angle of 27.69º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D49C6C is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 156 | 108 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.17 |
| HSL | 27.69º | 0.55% | 0.63% | - |
| HSV(B) | 27.69º | 0.49% | 0.83% | - |
| XYZ | 41.75 | 38.86 | 19.49 | - |
| YUV | 167.27 | 94.55 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 156 | 108 | 0 | 0.26 | 0.49 | 0.17 | 27.69 | 0.55 | 0.63 |
| Hex | D4 | 9C | 6C | 0 | 1A | 31 | 11 | 1C | 37 | 3F |
| Octal | 324 | 234 | 154 | 0 | 32 | 61 | 21 | 34 | 67 | 77 |
| Binary | 11010100 | 10011100 | 1101100 | 0 | 11010 | 110001 | 10001 | 11100 | 110111 | 111111 |
Color Harmonies of #D49C6C
Complementary color
Monochromatic Colors of #D49C6C
Black with #D49C6C
Text Example
Text Example
White with #D49C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49C6C; }
p { color: rgb(212,156,108); }
H1.HeaderClassName
{
color: #D49C6C;
}
.AnyTagClassName
{
color: #D49C6C;
}
</style>
background-color css
<style>
a { background-color: #D49C6C; }
a { background-color: rgb(212,156,108); }
div.DivClassName
{
background-color: #D49C6C;
}
.BgClassName
{
background-color: #D49C6C;
}
</style>
border-color css
<style>
span { border-color: #D49C6C; }
span { border-color: rgb(212,156,108); }
td.TdClassName
{
border-color: #D49C6C;
}
.TagClassName
{
border-color: #D49C6C;
}
</style>