Shades of Tacha #D6B76A
Tints of Tacha #D6B76A
RGB
CMYK
RGB Variations
Color information
#D6B76A (or 0xD6B76A) is known color: Tacha. HEX triplet: D6, B7 and 6A. RGB value is (214,183,106). Sum of RGB (Red+Green+Blue) = 214+183+106=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 106 (41.80% from 255 or 21.07% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B76A is #294895. Grayscale: #B7B7B7. Windows color (decimal): -2705558 or 6993878. OLE color: 6993878.
HSL color Cylindrical-coordinate representation of color #D6B76A: hue angle of 42.78º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6B76A is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 183 | 106 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.16 |
| HSL | 42.78º | 0.57% | 0.63% | - |
| HSV(B) | 42.78º | 0.5% | 0.84% | - |
| XYZ | 47.27 | 49.2 | 20.64 | - |
| YUV | 183.49 | 84.27 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 183 | 106 | 0 | 0.14 | 0.50 | 0.16 | 42.78 | 0.57 | 0.63 |
| Hex | D6 | B7 | 6A | 0 | E | 32 | 10 | 2B | 39 | 3F |
| Octal | 326 | 267 | 152 | 0 | 16 | 62 | 20 | 53 | 71 | 77 |
| Binary | 11010110 | 10110111 | 1101010 | 0 | 1110 | 110010 | 10000 | 101011 | 111001 | 111111 |
Color Harmonies of #D6B76A
Complementary color
Monochromatic Colors of #D6B76A
Black with #D6B76A
Text Example
Text Example
White with #D6B76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B76A; }
p { color: rgb(214,183,106); }
H1.HeaderClassName
{
color: #D6B76A;
}
.AnyTagClassName
{
color: #D6B76A;
}
</style>
background-color css
<style>
a { background-color: #D6B76A; }
a { background-color: rgb(214,183,106); }
div.DivClassName
{
background-color: #D6B76A;
}
.BgClassName
{
background-color: #D6B76A;
}
</style>
border-color css
<style>
span { border-color: #D6B76A; }
span { border-color: rgb(214,183,106); }
td.TdClassName
{
border-color: #D6B76A;
}
.TagClassName
{
border-color: #D6B76A;
}
</style>