Shades of Whiskey #D19764
Tints of Whiskey #D19764
RGB
CMYK
RGB Variations
Color information
#D19764 (or 0xD19764) is known color: Whiskey. HEX triplet: D1, 97 and 64. RGB value is (209,151,100). Sum of RGB (Red+Green+Blue) = 209+151+100=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D19764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19764 is #2E689B. Grayscale: #A2A2A2. Windows color (decimal): -3041436 or 6592465. OLE color: 6592465.
HSL color Cylindrical-coordinate representation of color #D19764: hue angle of 28.07º 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 #D19764 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 151 | 100 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.18 |
| HSL | 28.07º | 0.54% | 0.61% | - |
| HSV(B) | 28.07º | 0.52% | 0.82% | - |
| XYZ | 39.66 | 36.61 | 17.03 | - |
| YUV | 162.53 | 92.72 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 151 | 100 | 0 | 0.28 | 0.52 | 0.18 | 28.07 | 0.54 | 0.61 |
| Hex | D1 | 97 | 64 | 0 | 1C | 34 | 12 | 1C | 36 | 3D |
| Octal | 321 | 227 | 144 | 0 | 34 | 64 | 22 | 34 | 66 | 75 |
| Binary | 11010001 | 10010111 | 1100100 | 0 | 11100 | 110100 | 10010 | 11100 | 110110 | 111101 |
Color Harmonies of #D19764
Complementary color
Monochromatic Colors of #D19764
Black with #D19764
Text Example
Text Example
White with #D19764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19764; }
p { color: rgb(209,151,100); }
H1.HeaderClassName
{
color: #D19764;
}
.AnyTagClassName
{
color: #D19764;
}
</style>
background-color css
<style>
a { background-color: #D19764; }
a { background-color: rgb(209,151,100); }
div.DivClassName
{
background-color: #D19764;
}
.BgClassName
{
background-color: #D19764;
}
</style>
border-color css
<style>
span { border-color: #D19764; }
span { border-color: rgb(209,151,100); }
td.TdClassName
{
border-color: #D19764;
}
.TagClassName
{
border-color: #D19764;
}
</style>