Shades of Whiskey #D19769
Tints of Whiskey #D19769
RGB
CMYK
RGB Variations
Color information
#D19769 (or 0xD19769) is known color: Whiskey. HEX triplet: D1, 97 and 69. RGB value is (209,151,105). Sum of RGB (Red+Green+Blue) = 209+151+105=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 105 (41.41% from 255 or 22.58% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D19769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19769 is #2E6896. Grayscale: #A3A3A3. Windows color (decimal): -3041431 or 6920145. OLE color: 6920145.
HSL color Cylindrical-coordinate representation of color #D19769: hue angle of 26.54º 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 #D19769 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 151 | 105 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.18 |
| HSL | 26.54º | 0.53% | 0.62% | - |
| HSV(B) | 26.54º | 0.5% | 0.82% | - |
| XYZ | 39.91 | 36.71 | 18.35 | - |
| YUV | 163.1 | 95.22 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 151 | 105 | 0 | 0.28 | 0.50 | 0.18 | 26.54 | 0.53 | 0.62 |
| Hex | D1 | 97 | 69 | 0 | 1C | 32 | 12 | 1B | 35 | 3E |
| Octal | 321 | 227 | 151 | 0 | 34 | 62 | 22 | 33 | 65 | 76 |
| Binary | 11010001 | 10010111 | 1101001 | 0 | 11100 | 110010 | 10010 | 11011 | 110101 | 111110 |
Color Harmonies of #D19769
Complementary color
Monochromatic Colors of #D19769
Black with #D19769
Text Example
Text Example
White with #D19769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19769; }
p { color: rgb(209,151,105); }
H1.HeaderClassName
{
color: #D19769;
}
.AnyTagClassName
{
color: #D19769;
}
</style>
background-color css
<style>
a { background-color: #D19769; }
a { background-color: rgb(209,151,105); }
div.DivClassName
{
background-color: #D19769;
}
.BgClassName
{
background-color: #D19769;
}
</style>
border-color css
<style>
span { border-color: #D19769; }
span { border-color: rgb(209,151,105); }
td.TdClassName
{
border-color: #D19769;
}
.TagClassName
{
border-color: #D19769;
}
</style>