Shades of Tacha #D7B969
Tints of Tacha #D7B969
RGB
CMYK
RGB Variations
Color information
#D7B969 (or 0xD7B969) is known color: Tacha. HEX triplet: D7, B9 and 69. RGB value is (215,185,105). Sum of RGB (Red+Green+Blue) = 215+185+105=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 105 (41.41% from 255 or 20.79% from 505); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B969 is #284696. Grayscale: #B9B9B9. Windows color (decimal): -2639511 or 6928855. OLE color: 6928855.
HSL color Cylindrical-coordinate representation of color #D7B969: hue angle of 43.64º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D7B969 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 185 | 105 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.16 |
| HSL | 43.64º | 0.58% | 0.63% | - |
| HSV(B) | 43.64º | 0.51% | 0.84% | - |
| XYZ | 47.92 | 50.16 | 20.52 | - |
| YUV | 184.85 | 82.94 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 185 | 105 | 0 | 0.14 | 0.51 | 0.16 | 43.64 | 0.58 | 0.63 |
| Hex | D7 | B9 | 69 | 0 | E | 33 | 10 | 2C | 3A | 3F |
| Octal | 327 | 271 | 151 | 0 | 16 | 63 | 20 | 54 | 72 | 77 |
| Binary | 11010111 | 10111001 | 1101001 | 0 | 1110 | 110011 | 10000 | 101100 | 111010 | 111111 |
Color Harmonies of #D7B969
Complementary color
Monochromatic Colors of #D7B969
Black with #D7B969
Text Example
Text Example
White with #D7B969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B969; }
p { color: rgb(215,185,105); }
H1.HeaderClassName
{
color: #D7B969;
}
.AnyTagClassName
{
color: #D7B969;
}
</style>
background-color css
<style>
a { background-color: #D7B969; }
a { background-color: rgb(215,185,105); }
div.DivClassName
{
background-color: #D7B969;
}
.BgClassName
{
background-color: #D7B969;
}
</style>
border-color css
<style>
span { border-color: #D7B969; }
span { border-color: rgb(215,185,105); }
td.TdClassName
{
border-color: #D7B969;
}
.TagClassName
{
border-color: #D7B969;
}
</style>