Shades of Tacha #D1B96D
Tints of Tacha #D1B96D
RGB
CMYK
RGB Variations
Color information
#D1B96D (or 0xD1B96D) is known color: Tacha. HEX triplet: D1, B9 and 6D. RGB value is (209,185,109). Sum of RGB (Red+Green+Blue) = 209+185+109=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 109 (42.97% from 255 or 21.67% from 503); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B96D is #2E4692. Grayscale: #B7B7B7. Windows color (decimal): -3032723 or 7190993. OLE color: 7190993.
HSL color Cylindrical-coordinate representation of color #D1B96D: hue angle of 45.6º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1B96D is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 109 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.18 |
| HSL | 45.6º | 0.52% | 0.62% | - |
| HSV(B) | 45.6º | 0.48% | 0.82% | - |
| XYZ | 46.4 | 49.36 | 21.55 | - |
| YUV | 183.51 | 85.95 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 109 | 0 | 0.11 | 0.48 | 0.18 | 45.6 | 0.52 | 0.62 |
| Hex | D1 | B9 | 6D | 0 | B | 30 | 12 | 2E | 34 | 3E |
| Octal | 321 | 271 | 155 | 0 | 13 | 60 | 22 | 56 | 64 | 76 |
| Binary | 11010001 | 10111001 | 1101101 | 0 | 1011 | 110000 | 10010 | 101110 | 110100 | 111110 |
Color Harmonies of #D1B96D
Complementary color
Monochromatic Colors of #D1B96D
Black with #D1B96D
Text Example
Text Example
White with #D1B96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B96D; }
p { color: rgb(209,185,109); }
H1.HeaderClassName
{
color: #D1B96D;
}
.AnyTagClassName
{
color: #D1B96D;
}
</style>
background-color css
<style>
a { background-color: #D1B96D; }
a { background-color: rgb(209,185,109); }
div.DivClassName
{
background-color: #D1B96D;
}
.BgClassName
{
background-color: #D1B96D;
}
</style>
border-color css
<style>
span { border-color: #D1B96D; }
span { border-color: rgb(209,185,109); }
td.TdClassName
{
border-color: #D1B96D;
}
.TagClassName
{
border-color: #D1B96D;
}
</style>