Shades of Whiskey #D19A68
Tints of Whiskey #D19A68
RGB
CMYK
RGB Variations
Color information
#D19A68 (or 0xD19A68) is known color: Whiskey. HEX triplet: D1, 9A and 68. RGB value is (209,154,104). Sum of RGB (Red+Green+Blue) = 209+154+104=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D19A68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19A68 is #2E6597. Grayscale: #A5A5A5. Windows color (decimal): -3040664 or 6855377. OLE color: 6855377.
HSL color Cylindrical-coordinate representation of color #D19A68: hue angle of 28.57º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D19A68 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 154 | 104 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.18 |
| HSL | 28.57º | 0.53% | 0.61% | - |
| HSV(B) | 28.57º | 0.5% | 0.82% | - |
| XYZ | 40.35 | 37.67 | 18.24 | - |
| YUV | 164.75 | 93.72 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 154 | 104 | 0 | 0.26 | 0.50 | 0.18 | 28.57 | 0.53 | 0.61 |
| Hex | D1 | 9A | 68 | 0 | 1A | 32 | 12 | 1D | 35 | 3D |
| Octal | 321 | 232 | 150 | 0 | 32 | 62 | 22 | 35 | 65 | 75 |
| Binary | 11010001 | 10011010 | 1101000 | 0 | 11010 | 110010 | 10010 | 11101 | 110101 | 111101 |
Color Harmonies of #D19A68
Complementary color
Monochromatic Colors of #D19A68
Black with #D19A68
Text Example
Text Example
White with #D19A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19A68; }
p { color: rgb(209,154,104); }
H1.HeaderClassName
{
color: #D19A68;
}
.AnyTagClassName
{
color: #D19A68;
}
</style>
background-color css
<style>
a { background-color: #D19A68; }
a { background-color: rgb(209,154,104); }
div.DivClassName
{
background-color: #D19A68;
}
.BgClassName
{
background-color: #D19A68;
}
</style>
border-color css
<style>
span { border-color: #D19A68; }
span { border-color: rgb(209,154,104); }
td.TdClassName
{
border-color: #D19A68;
}
.TagClassName
{
border-color: #D19A68;
}
</style>