Shades of Whiskey #D99164
Tints of Whiskey #D99164
RGB
CMYK
RGB Variations
Color information
#D99164 (or 0xD99164) is known color: Whiskey. HEX triplet: D9, 91 and 64. RGB value is (217,145,100). Sum of RGB (Red+Green+Blue) = 217+145+100=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 100 (39.45% from 255 or 21.65% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D99164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99164 is #266E9B. Grayscale: #A1A1A1. Windows color (decimal): -2518684 or 6590937. OLE color: 6590937.
HSL color Cylindrical-coordinate representation of color #D99164: hue angle of 23.08º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D99164 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 145 | 100 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.15 |
| HSL | 23.08º | 0.61% | 0.62% | - |
| HSV(B) | 23.08º | 0.54% | 0.85% | - |
| XYZ | 41.04 | 35.92 | 16.83 | - |
| YUV | 161.4 | 93.35 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 100 | 0 | 0.33 | 0.54 | 0.15 | 23.08 | 0.61 | 0.62 |
| Hex | D9 | 91 | 64 | 0 | 21 | 36 | F | 17 | 3D | 3E |
| Octal | 331 | 221 | 144 | 0 | 41 | 66 | 17 | 27 | 75 | 76 |
| Binary | 11011001 | 10010001 | 1100100 | 0 | 100001 | 110110 | 1111 | 10111 | 111101 | 111110 |
Color Harmonies of #D99164
Complementary color
Monochromatic Colors of #D99164
Black with #D99164
Text Example
Text Example
White with #D99164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99164; }
p { color: rgb(217,145,100); }
H1.HeaderClassName
{
color: #D99164;
}
.AnyTagClassName
{
color: #D99164;
}
</style>
background-color css
<style>
a { background-color: #D99164; }
a { background-color: rgb(217,145,100); }
div.DivClassName
{
background-color: #D99164;
}
.BgClassName
{
background-color: #D99164;
}
</style>
border-color css
<style>
span { border-color: #D99164; }
span { border-color: rgb(217,145,100); }
td.TdClassName
{
border-color: #D99164;
}
.TagClassName
{
border-color: #D99164;
}
</style>