Shades of Whiskey #D19D69
Tints of Whiskey #D19D69
RGB
CMYK
RGB Variations
Color information
#D19D69 (or 0xD19D69) is known color: Whiskey. HEX triplet: D1, 9D and 69. RGB value is (209,157,105). Sum of RGB (Red+Green+Blue) = 209+157+105=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19D69 is #2E6296. Grayscale: #A6A6A6. Windows color (decimal): -3039895 or 6921681. OLE color: 6921681.
HSL color Cylindrical-coordinate representation of color #D19D69: hue angle of 30º 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 #D19D69 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 157 | 105 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.18 |
| HSL | 30º | 0.53% | 0.62% | - |
| HSV(B) | 30º | 0.5% | 0.82% | - |
| XYZ | 40.9 | 38.69 | 18.68 | - |
| YUV | 166.62 | 93.23 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 157 | 105 | 0 | 0.25 | 0.50 | 0.18 | 30 | 0.53 | 0.62 |
| Hex | D1 | 9D | 69 | 0 | 19 | 32 | 12 | 1E | 35 | 3E |
| Octal | 321 | 235 | 151 | 0 | 31 | 62 | 22 | 36 | 65 | 76 |
| Binary | 11010001 | 10011101 | 1101001 | 0 | 11001 | 110010 | 10010 | 11110 | 110101 | 111110 |
Color Harmonies of #D19D69
Complementary color
Monochromatic Colors of #D19D69
Black with #D19D69
Text Example
Text Example
White with #D19D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19D69; }
p { color: rgb(209,157,105); }
H1.HeaderClassName
{
color: #D19D69;
}
.AnyTagClassName
{
color: #D19D69;
}
</style>
background-color css
<style>
a { background-color: #D19D69; }
a { background-color: rgb(209,157,105); }
div.DivClassName
{
background-color: #D19D69;
}
.BgClassName
{
background-color: #D19D69;
}
</style>
border-color css
<style>
span { border-color: #D19D69; }
span { border-color: rgb(209,157,105); }
td.TdClassName
{
border-color: #D19D69;
}
.TagClassName
{
border-color: #D19D69;
}
</style>