Shades of Whiskey #D19364
Tints of Whiskey #D19364
RGB
CMYK
RGB Variations
Color information
#D19364 (or 0xD19364) is known color: Whiskey. HEX triplet: D1, 93 and 64. RGB value is (209,147,100). Sum of RGB (Red+Green+Blue) = 209+147+100=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 100 (39.45% from 255 or 21.93% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D19364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19364 is #2E6C9B. Grayscale: #A0A0A0. Windows color (decimal): -3042460 or 6591441. OLE color: 6591441.
HSL color Cylindrical-coordinate representation of color #D19364: hue angle of 25.87º 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 #D19364 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 147 | 100 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.18 |
| HSL | 25.87º | 0.54% | 0.61% | - |
| HSV(B) | 25.87º | 0.52% | 0.82% | - |
| XYZ | 39.03 | 35.34 | 16.82 | - |
| YUV | 160.18 | 94.04 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 100 | 0 | 0.30 | 0.52 | 0.18 | 25.87 | 0.54 | 0.61 |
| Hex | D1 | 93 | 64 | 0 | 1E | 34 | 12 | 1A | 36 | 3D |
| Octal | 321 | 223 | 144 | 0 | 36 | 64 | 22 | 32 | 66 | 75 |
| Binary | 11010001 | 10010011 | 1100100 | 0 | 11110 | 110100 | 10010 | 11010 | 110110 | 111101 |
Color Harmonies of #D19364
Complementary color
Monochromatic Colors of #D19364
Black with #D19364
Text Example
Text Example
White with #D19364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19364; }
p { color: rgb(209,147,100); }
H1.HeaderClassName
{
color: #D19364;
}
.AnyTagClassName
{
color: #D19364;
}
</style>
background-color css
<style>
a { background-color: #D19364; }
a { background-color: rgb(209,147,100); }
div.DivClassName
{
background-color: #D19364;
}
.BgClassName
{
background-color: #D19364;
}
</style>
border-color css
<style>
span { border-color: #D19364; }
span { border-color: rgb(209,147,100); }
td.TdClassName
{
border-color: #D19364;
}
.TagClassName
{
border-color: #D19364;
}
</style>