Shades of Whiskey #D19864
Tints of Whiskey #D19864
RGB
CMYK
RGB Variations
Color information
#D19864 (or 0xD19864) is known color: Whiskey. HEX triplet: D1, 98 and 64. RGB value is (209,152,100). Sum of RGB (Red+Green+Blue) = 209+152+100=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D19864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19864 is #2E679B. Grayscale: #A3A3A3. Windows color (decimal): -3041180 or 6592721. OLE color: 6592721.
HSL color Cylindrical-coordinate representation of color #D19864: hue angle of 28.62º 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 #D19864 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 100 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.18 |
| HSL | 28.62º | 0.54% | 0.61% | - |
| HSV(B) | 28.62º | 0.52% | 0.82% | - |
| XYZ | 39.82 | 36.93 | 17.09 | - |
| YUV | 163.12 | 92.38 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 100 | 0 | 0.27 | 0.52 | 0.18 | 28.62 | 0.54 | 0.61 |
| Hex | D1 | 98 | 64 | 0 | 1B | 34 | 12 | 1D | 36 | 3D |
| Octal | 321 | 230 | 144 | 0 | 33 | 64 | 22 | 35 | 66 | 75 |
| Binary | 11010001 | 10011000 | 1100100 | 0 | 11011 | 110100 | 10010 | 11101 | 110110 | 111101 |
Color Harmonies of #D19864
Complementary color
Monochromatic Colors of #D19864
Black with #D19864
Text Example
Text Example
White with #D19864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19864; }
p { color: rgb(209,152,100); }
H1.HeaderClassName
{
color: #D19864;
}
.AnyTagClassName
{
color: #D19864;
}
</style>
background-color css
<style>
a { background-color: #D19864; }
a { background-color: rgb(209,152,100); }
div.DivClassName
{
background-color: #D19864;
}
.BgClassName
{
background-color: #D19864;
}
</style>
border-color css
<style>
span { border-color: #D19864; }
span { border-color: rgb(209,152,100); }
td.TdClassName
{
border-color: #D19864;
}
.TagClassName
{
border-color: #D19864;
}
</style>