Shades of Whiskey #D19969
Tints of Whiskey #D19969
RGB
CMYK
RGB Variations
Color information
#D19969 (or 0xD19969) is known color: Whiskey. HEX triplet: D1, 99 and 69. RGB value is (209,153,105). Sum of RGB (Red+Green+Blue) = 209+153+105=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 105 (41.41% from 255 or 22.48% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D19969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19969 is #2E6696. Grayscale: #A4A4A4. Windows color (decimal): -3040919 or 6920657. OLE color: 6920657.
HSL color Cylindrical-coordinate representation of color #D19969: hue angle of 27.69º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D19969 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 105 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.18 |
| HSL | 27.69º | 0.53% | 0.62% | - |
| HSV(B) | 27.69º | 0.5% | 0.82% | - |
| XYZ | 40.24 | 37.36 | 18.45 | - |
| YUV | 164.27 | 94.55 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 105 | 0 | 0.27 | 0.50 | 0.18 | 27.69 | 0.53 | 0.62 |
| Hex | D1 | 99 | 69 | 0 | 1B | 32 | 12 | 1C | 35 | 3E |
| Octal | 321 | 231 | 151 | 0 | 33 | 62 | 22 | 34 | 65 | 76 |
| Binary | 11010001 | 10011001 | 1101001 | 0 | 11011 | 110010 | 10010 | 11100 | 110101 | 111110 |
Color Harmonies of #D19969
Complementary color
Monochromatic Colors of #D19969
Black with #D19969
Text Example
Text Example
White with #D19969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19969; }
p { color: rgb(209,153,105); }
H1.HeaderClassName
{
color: #D19969;
}
.AnyTagClassName
{
color: #D19969;
}
</style>
background-color css
<style>
a { background-color: #D19969; }
a { background-color: rgb(209,153,105); }
div.DivClassName
{
background-color: #D19969;
}
.BgClassName
{
background-color: #D19969;
}
</style>
border-color css
<style>
span { border-color: #D19969; }
span { border-color: rgb(209,153,105); }
td.TdClassName
{
border-color: #D19969;
}
.TagClassName
{
border-color: #D19969;
}
</style>