Shades of Whiskey #D49867
Tints of Whiskey #D49867
RGB
CMYK
RGB Variations
Color information
#D49867 (or 0xD49867) is known color: Whiskey. HEX triplet: D4, 98 and 67. RGB value is (212,152,103). Sum of RGB (Red+Green+Blue) = 212+152+103=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D49867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49867 is #2B6798. Grayscale: #A4A4A4. Windows color (decimal): -2844569 or 6789332. OLE color: 6789332.
HSL color Cylindrical-coordinate representation of color #D49867: hue angle of 26.97º 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 #D49867 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 152 | 103 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.17 |
| HSL | 26.97º | 0.56% | 0.62% | - |
| HSV(B) | 26.97º | 0.51% | 0.83% | - |
| XYZ | 40.83 | 37.43 | 17.91 | - |
| YUV | 164.35 | 93.38 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 152 | 103 | 0 | 0.28 | 0.51 | 0.17 | 26.97 | 0.56 | 0.62 |
| Hex | D4 | 98 | 67 | 0 | 1C | 33 | 11 | 1B | 38 | 3E |
| Octal | 324 | 230 | 147 | 0 | 34 | 63 | 21 | 33 | 70 | 76 |
| Binary | 11010100 | 10011000 | 1100111 | 0 | 11100 | 110011 | 10001 | 11011 | 111000 | 111110 |
Color Harmonies of #D49867
Complementary color
Monochromatic Colors of #D49867
Black with #D49867
Text Example
Text Example
White with #D49867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49867; }
p { color: rgb(212,152,103); }
H1.HeaderClassName
{
color: #D49867;
}
.AnyTagClassName
{
color: #D49867;
}
</style>
background-color css
<style>
a { background-color: #D49867; }
a { background-color: rgb(212,152,103); }
div.DivClassName
{
background-color: #D49867;
}
.BgClassName
{
background-color: #D49867;
}
</style>
border-color css
<style>
span { border-color: #D49867; }
span { border-color: rgb(212,152,103); }
td.TdClassName
{
border-color: #D49867;
}
.TagClassName
{
border-color: #D49867;
}
</style>