Shades of Whiskey #D19164
Tints of Whiskey #D19164
RGB
CMYK
RGB Variations
Color information
#D19164 (or 0xD19164) is known color: Whiskey. HEX triplet: D1, 91 and 64. RGB value is (209,145,100). Sum of RGB (Red+Green+Blue) = 209+145+100=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 209 - color contains mainly: red. Hex color #D19164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19164 is #2E6E9B. Grayscale: #9F9F9F. Windows color (decimal): -3042972 or 6590929. OLE color: 6590929.
HSL color Cylindrical-coordinate representation of color #D19164: hue angle of 24.77º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D19164 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 145 | 100 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.18 |
| HSL | 24.77º | 0.54% | 0.61% | - |
| HSV(B) | 24.77º | 0.52% | 0.82% | - |
| XYZ | 38.72 | 34.73 | 16.72 | - |
| YUV | 159.01 | 94.7 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 100 | 0 | 0.31 | 0.52 | 0.18 | 24.77 | 0.54 | 0.61 |
| Hex | D1 | 91 | 64 | 0 | 1F | 34 | 12 | 19 | 36 | 3D |
| Octal | 321 | 221 | 144 | 0 | 37 | 64 | 22 | 31 | 66 | 75 |
| Binary | 11010001 | 10010001 | 1100100 | 0 | 11111 | 110100 | 10010 | 11001 | 110110 | 111101 |
Color Harmonies of #D19164
Complementary color
Monochromatic Colors of #D19164
Black with #D19164
Text Example
Text Example
White with #D19164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19164; }
p { color: rgb(209,145,100); }
H1.HeaderClassName
{
color: #D19164;
}
.AnyTagClassName
{
color: #D19164;
}
</style>
background-color css
<style>
a { background-color: #D19164; }
a { background-color: rgb(209,145,100); }
div.DivClassName
{
background-color: #D19164;
}
.BgClassName
{
background-color: #D19164;
}
</style>
border-color css
<style>
span { border-color: #D19164; }
span { border-color: rgb(209,145,100); }
td.TdClassName
{
border-color: #D19164;
}
.TagClassName
{
border-color: #D19164;
}
</style>