Shades of Whiskey #D19B6A
Tints of Whiskey #D19B6A
RGB
CMYK
RGB Variations
Color information
#D19B6A (or 0xD19B6A) is known color: Whiskey. HEX triplet: D1, 9B and 6A. RGB value is (209,155,106). Sum of RGB (Red+Green+Blue) = 209+155+106=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 106 (41.80% from 255 or 22.55% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D19B6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19B6A is #2E6495. Grayscale: #A5A5A5. Windows color (decimal): -3040406 or 6986705. OLE color: 6986705.
HSL color Cylindrical-coordinate representation of color #D19B6A: hue angle of 28.54º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D19B6A is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 155 | 106 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.18 |
| HSL | 28.54º | 0.53% | 0.62% | - |
| HSV(B) | 28.54º | 0.49% | 0.82% | - |
| XYZ | 40.62 | 38.04 | 18.84 | - |
| YUV | 165.56 | 94.39 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 155 | 106 | 0 | 0.26 | 0.49 | 0.18 | 28.54 | 0.53 | 0.62 |
| Hex | D1 | 9B | 6A | 0 | 1A | 31 | 12 | 1D | 35 | 3E |
| Octal | 321 | 233 | 152 | 0 | 32 | 61 | 22 | 35 | 65 | 76 |
| Binary | 11010001 | 10011011 | 1101010 | 0 | 11010 | 110001 | 10010 | 11101 | 110101 | 111110 |
Color Harmonies of #D19B6A
Complementary color
Monochromatic Colors of #D19B6A
Black with #D19B6A
Text Example
Text Example
White with #D19B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19B6A; }
p { color: rgb(209,155,106); }
H1.HeaderClassName
{
color: #D19B6A;
}
.AnyTagClassName
{
color: #D19B6A;
}
</style>
background-color css
<style>
a { background-color: #D19B6A; }
a { background-color: rgb(209,155,106); }
div.DivClassName
{
background-color: #D19B6A;
}
.BgClassName
{
background-color: #D19B6A;
}
</style>
border-color css
<style>
span { border-color: #D19B6A; }
span { border-color: rgb(209,155,106); }
td.TdClassName
{
border-color: #D19B6A;
}
.TagClassName
{
border-color: #D19B6A;
}
</style>