Shades of Whiskey #D19361
Tints of Whiskey #D19361
RGB
CMYK
RGB Variations
Color information
#D19361 (or 0xD19361) is known color: Whiskey. HEX triplet: D1, 93 and 61. RGB value is (209,147,97). Sum of RGB (Red+Green+Blue) = 209+147+97=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 97 (38.28% from 255 or 21.41% from 453); Max value from RGB is 209 - color contains mainly: red. Hex color #D19361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19361 is #2E6C9E. Grayscale: #A0A0A0. Windows color (decimal): -3042463 or 6394833. OLE color: 6394833.
HSL color Cylindrical-coordinate representation of color #D19361: hue angle of 26.79º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D19361 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 147 | 97 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.18 |
| HSL | 26.79º | 0.55% | 0.6% | - |
| HSV(B) | 26.79º | 0.54% | 0.82% | - |
| XYZ | 38.89 | 35.29 | 16.07 | - |
| YUV | 159.84 | 92.54 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 97 | 0 | 0.30 | 0.54 | 0.18 | 26.79 | 0.55 | 0.6 |
| Hex | D1 | 93 | 61 | 0 | 1E | 36 | 12 | 1B | 37 | 3C |
| Octal | 321 | 223 | 141 | 0 | 36 | 66 | 22 | 33 | 67 | 74 |
| Binary | 11010001 | 10010011 | 1100001 | 0 | 11110 | 110110 | 10010 | 11011 | 110111 | 111100 |
Color Harmonies of #D19361
Complementary color
Monochromatic Colors of #D19361
Black with #D19361
Text Example
Text Example
White with #D19361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19361; }
p { color: rgb(209,147,97); }
H1.HeaderClassName
{
color: #D19361;
}
.AnyTagClassName
{
color: #D19361;
}
</style>
background-color css
<style>
a { background-color: #D19361; }
a { background-color: rgb(209,147,97); }
div.DivClassName
{
background-color: #D19361;
}
.BgClassName
{
background-color: #D19361;
}
</style>
border-color css
<style>
span { border-color: #D19361; }
span { border-color: rgb(209,147,97); }
td.TdClassName
{
border-color: #D19361;
}
.TagClassName
{
border-color: #D19361;
}
</style>