Shades of Whiskey #D49467
Tints of Whiskey #D49467
RGB
CMYK
RGB Variations
Color information
#D49467 (or 0xD49467) is known color: Whiskey. HEX triplet: D4, 94 and 67. RGB value is (212,148,103). Sum of RGB (Red+Green+Blue) = 212+148+103=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 103 (40.62% from 255 or 22.25% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D49467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49467 is #2B6B98. Grayscale: #A2A2A2. Windows color (decimal): -2845593 or 6788308. OLE color: 6788308.
HSL color Cylindrical-coordinate representation of color #D49467: hue angle of 24.77º 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 #D49467 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 148 | 103 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.17 |
| HSL | 24.77º | 0.56% | 0.62% | - |
| HSV(B) | 24.77º | 0.51% | 0.83% | - |
| XYZ | 40.19 | 36.16 | 17.69 | - |
| YUV | 162.01 | 94.7 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 148 | 103 | 0 | 0.30 | 0.51 | 0.17 | 24.77 | 0.56 | 0.62 |
| Hex | D4 | 94 | 67 | 0 | 1E | 33 | 11 | 19 | 38 | 3E |
| Octal | 324 | 224 | 147 | 0 | 36 | 63 | 21 | 31 | 70 | 76 |
| Binary | 11010100 | 10010100 | 1100111 | 0 | 11110 | 110011 | 10001 | 11001 | 111000 | 111110 |
Color Harmonies of #D49467
Complementary color
Monochromatic Colors of #D49467
Black with #D49467
Text Example
Text Example
White with #D49467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49467; }
p { color: rgb(212,148,103); }
H1.HeaderClassName
{
color: #D49467;
}
.AnyTagClassName
{
color: #D49467;
}
</style>
background-color css
<style>
a { background-color: #D49467; }
a { background-color: rgb(212,148,103); }
div.DivClassName
{
background-color: #D49467;
}
.BgClassName
{
background-color: #D49467;
}
</style>
border-color css
<style>
span { border-color: #D49467; }
span { border-color: rgb(212,148,103); }
td.TdClassName
{
border-color: #D49467;
}
.TagClassName
{
border-color: #D49467;
}
</style>