Shades of Whiskey #D49169
Tints of Whiskey #D49169
RGB
CMYK
RGB Variations
Color information
#D49169 (or 0xD49169) is known color: Whiskey. HEX triplet: D4, 91 and 69. RGB value is (212,145,105). Sum of RGB (Red+Green+Blue) = 212+145+105=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 105 (41.41% from 255 or 22.73% from 462); Max value from RGB is 212 - color contains mainly: red. Hex color #D49169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49169 is #2B6E96. Grayscale: #A0A0A0. Windows color (decimal): -2846359 or 6918612. OLE color: 6918612.
HSL color Cylindrical-coordinate representation of color #D49169: hue angle of 22.43º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D49169 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 145 | 105 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.17 |
| HSL | 22.43º | 0.55% | 0.62% | - |
| HSV(B) | 22.43º | 0.5% | 0.83% | - |
| XYZ | 39.83 | 35.27 | 18.07 | - |
| YUV | 160.47 | 96.7 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 145 | 105 | 0 | 0.32 | 0.50 | 0.17 | 22.43 | 0.55 | 0.62 |
| Hex | D4 | 91 | 69 | 0 | 20 | 32 | 11 | 16 | 37 | 3E |
| Octal | 324 | 221 | 151 | 0 | 40 | 62 | 21 | 26 | 67 | 76 |
| Binary | 11010100 | 10010001 | 1101001 | 0 | 100000 | 110010 | 10001 | 10110 | 110111 | 111110 |
Color Harmonies of #D49169
Complementary color
Monochromatic Colors of #D49169
Black with #D49169
Text Example
Text Example
White with #D49169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49169; }
p { color: rgb(212,145,105); }
H1.HeaderClassName
{
color: #D49169;
}
.AnyTagClassName
{
color: #D49169;
}
</style>
background-color css
<style>
a { background-color: #D49169; }
a { background-color: rgb(212,145,105); }
div.DivClassName
{
background-color: #D49169;
}
.BgClassName
{
background-color: #D49169;
}
</style>
border-color css
<style>
span { border-color: #D49169; }
span { border-color: rgb(212,145,105); }
td.TdClassName
{
border-color: #D49169;
}
.TagClassName
{
border-color: #D49169;
}
</style>