Shades of Whiskey #D18A61
Tints of Whiskey #D18A61
RGB
CMYK
RGB Variations
Color information
#D18A61 (or 0xD18A61) is known color: Whiskey. HEX triplet: D1, 8A and 61. RGB value is (209,138,97). Sum of RGB (Red+Green+Blue) = 209+138+97=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 97 (38.28% from 255 or 21.85% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18A61 is #2E759E. Grayscale: #9A9A9A. Windows color (decimal): -3044767 or 6392529. OLE color: 6392529.
HSL color Cylindrical-coordinate representation of color #D18A61: hue angle of 21.96º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D18A61 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 138 | 97 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.18 |
| HSL | 21.96º | 0.55% | 0.6% | - |
| HSV(B) | 21.96º | 0.54% | 0.82% | - |
| XYZ | 37.54 | 32.6 | 15.62 | - |
| YUV | 154.56 | 95.52 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 97 | 0 | 0.34 | 0.54 | 0.18 | 21.96 | 0.55 | 0.6 |
| Hex | D1 | 8A | 61 | 0 | 22 | 36 | 12 | 16 | 37 | 3C |
| Octal | 321 | 212 | 141 | 0 | 42 | 66 | 22 | 26 | 67 | 74 |
| Binary | 11010001 | 10001010 | 1100001 | 0 | 100010 | 110110 | 10010 | 10110 | 110111 | 111100 |
Color Harmonies of #D18A61
Complementary color
Monochromatic Colors of #D18A61
Black with #D18A61
Text Example
Text Example
White with #D18A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18A61; }
p { color: rgb(209,138,97); }
H1.HeaderClassName
{
color: #D18A61;
}
.AnyTagClassName
{
color: #D18A61;
}
</style>
background-color css
<style>
a { background-color: #D18A61; }
a { background-color: rgb(209,138,97); }
div.DivClassName
{
background-color: #D18A61;
}
.BgClassName
{
background-color: #D18A61;
}
</style>
border-color css
<style>
span { border-color: #D18A61; }
span { border-color: rgb(209,138,97); }
td.TdClassName
{
border-color: #D18A61;
}
.TagClassName
{
border-color: #D18A61;
}
</style>