Shades of Tacha #D1B969
Tints of Tacha #D1B969
RGB
CMYK
RGB Variations
Color information
#D1B969 (or 0xD1B969) is known color: Tacha. HEX triplet: D1, B9 and 69. RGB value is (209,185,105). Sum of RGB (Red+Green+Blue) = 209+185+105=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 105 (41.41% from 255 or 21.04% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B969 is #2E4696. Grayscale: #B7B7B7. Windows color (decimal): -3032727 or 6928849. OLE color: 6928849.
HSL color Cylindrical-coordinate representation of color #D1B969: hue angle of 46.15º 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 #D1B969 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 105 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.18 |
| HSL | 46.15º | 0.53% | 0.62% | - |
| HSV(B) | 46.15º | 0.5% | 0.82% | - |
| XYZ | 46.19 | 49.27 | 20.44 | - |
| YUV | 183.06 | 83.95 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 105 | 0 | 0.11 | 0.50 | 0.18 | 46.15 | 0.53 | 0.62 |
| Hex | D1 | B9 | 69 | 0 | B | 32 | 12 | 2E | 35 | 3E |
| Octal | 321 | 271 | 151 | 0 | 13 | 62 | 22 | 56 | 65 | 76 |
| Binary | 11010001 | 10111001 | 1101001 | 0 | 1011 | 110010 | 10010 | 101110 | 110101 | 111110 |
Color Harmonies of #D1B969
Complementary color
Monochromatic Colors of #D1B969
Black with #D1B969
Text Example
Text Example
White with #D1B969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B969; }
p { color: rgb(209,185,105); }
H1.HeaderClassName
{
color: #D1B969;
}
.AnyTagClassName
{
color: #D1B969;
}
</style>
background-color css
<style>
a { background-color: #D1B969; }
a { background-color: rgb(209,185,105); }
div.DivClassName
{
background-color: #D1B969;
}
.BgClassName
{
background-color: #D1B969;
}
</style>
border-color css
<style>
span { border-color: #D1B969; }
span { border-color: rgb(209,185,105); }
td.TdClassName
{
border-color: #D1B969;
}
.TagClassName
{
border-color: #D1B969;
}
</style>