Shades of Whiskey #D19968
Tints of Whiskey #D19968
RGB
CMYK
RGB Variations
Color information
#D19968 (or 0xD19968) is known color: Whiskey. HEX triplet: D1, 99 and 68. RGB value is (209,153,104). Sum of RGB (Red+Green+Blue) = 209+153+104=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D19968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19968 is #2E6697. Grayscale: #A4A4A4. Windows color (decimal): -3040920 or 6855121. OLE color: 6855121.
HSL color Cylindrical-coordinate representation of color #D19968: hue angle of 28º 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 #D19968 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 104 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.18 |
| HSL | 28º | 0.53% | 0.61% | - |
| HSV(B) | 28º | 0.5% | 0.82% | - |
| XYZ | 40.18 | 37.34 | 18.19 | - |
| YUV | 164.16 | 94.05 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 104 | 0 | 0.27 | 0.50 | 0.18 | 28 | 0.53 | 0.61 |
| Hex | D1 | 99 | 68 | 0 | 1B | 32 | 12 | 1C | 35 | 3D |
| Octal | 321 | 231 | 150 | 0 | 33 | 62 | 22 | 34 | 65 | 75 |
| Binary | 11010001 | 10011001 | 1101000 | 0 | 11011 | 110010 | 10010 | 11100 | 110101 | 111101 |
Color Harmonies of #D19968
Complementary color
Monochromatic Colors of #D19968
Black with #D19968
Text Example
Text Example
White with #D19968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19968; }
p { color: rgb(209,153,104); }
H1.HeaderClassName
{
color: #D19968;
}
.AnyTagClassName
{
color: #D19968;
}
</style>
background-color css
<style>
a { background-color: #D19968; }
a { background-color: rgb(209,153,104); }
div.DivClassName
{
background-color: #D19968;
}
.BgClassName
{
background-color: #D19968;
}
</style>
border-color css
<style>
span { border-color: #D19968; }
span { border-color: rgb(209,153,104); }
td.TdClassName
{
border-color: #D19968;
}
.TagClassName
{
border-color: #D19968;
}
</style>