Shades of Whiskey #D49667
Tints of Whiskey #D49667
RGB
CMYK
RGB Variations
Color information
#D49667 (or 0xD49667) is known color: Whiskey. HEX triplet: D4, 96 and 67. RGB value is (212,150,103). Sum of RGB (Red+Green+Blue) = 212+150+103=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 103 (40.62% from 255 or 22.15% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D49667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49667 is #2B6998. Grayscale: #A3A3A3. Windows color (decimal): -2845081 or 6788820. OLE color: 6788820.
HSL color Cylindrical-coordinate representation of color #D49667: hue angle of 25.87º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D49667 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 150 | 103 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.17 |
| HSL | 25.87º | 0.56% | 0.62% | - |
| HSV(B) | 25.87º | 0.51% | 0.83% | - |
| XYZ | 40.51 | 36.79 | 17.8 | - |
| YUV | 163.18 | 94.04 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 150 | 103 | 0 | 0.29 | 0.51 | 0.17 | 25.87 | 0.56 | 0.62 |
| Hex | D4 | 96 | 67 | 0 | 1D | 33 | 11 | 1A | 38 | 3E |
| Octal | 324 | 226 | 147 | 0 | 35 | 63 | 21 | 32 | 70 | 76 |
| Binary | 11010100 | 10010110 | 1100111 | 0 | 11101 | 110011 | 10001 | 11010 | 111000 | 111110 |
Color Harmonies of #D49667
Complementary color
Monochromatic Colors of #D49667
Black with #D49667
Text Example
Text Example
White with #D49667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49667; }
p { color: rgb(212,150,103); }
H1.HeaderClassName
{
color: #D49667;
}
.AnyTagClassName
{
color: #D49667;
}
</style>
background-color css
<style>
a { background-color: #D49667; }
a { background-color: rgb(212,150,103); }
div.DivClassName
{
background-color: #D49667;
}
.BgClassName
{
background-color: #D49667;
}
</style>
border-color css
<style>
span { border-color: #D49667; }
span { border-color: rgb(212,150,103); }
td.TdClassName
{
border-color: #D49667;
}
.TagClassName
{
border-color: #D49667;
}
</style>