Shades of Tacha #D6B86B
Tints of Tacha #D6B86B
RGB
CMYK
RGB Variations
Color information
#D6B86B (or 0xD6B86B) is known color: Tacha. HEX triplet: D6, B8 and 6B. RGB value is (214,184,107). Sum of RGB (Red+Green+Blue) = 214+184+107=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 107 (42.19% from 255 or 21.19% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B86B is #294794. Grayscale: #B8B8B8. Windows color (decimal): -2705301 or 7059670. OLE color: 7059670.
HSL color Cylindrical-coordinate representation of color #D6B86B: hue angle of 43.18º 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 #D6B86B is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 184 | 107 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.16 |
| HSL | 43.18º | 0.57% | 0.63% | - |
| HSV(B) | 43.18º | 0.5% | 0.84% | - |
| XYZ | 47.53 | 49.64 | 20.99 | - |
| YUV | 184.19 | 84.44 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 184 | 107 | 0 | 0.14 | 0.50 | 0.16 | 43.18 | 0.57 | 0.63 |
| Hex | D6 | B8 | 6B | 0 | E | 32 | 10 | 2B | 39 | 3F |
| Octal | 326 | 270 | 153 | 0 | 16 | 62 | 20 | 53 | 71 | 77 |
| Binary | 11010110 | 10111000 | 1101011 | 0 | 1110 | 110010 | 10000 | 101011 | 111001 | 111111 |
Color Harmonies of #D6B86B
Complementary color
Monochromatic Colors of #D6B86B
Black with #D6B86B
Text Example
Text Example
White with #D6B86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B86B; }
p { color: rgb(214,184,107); }
H1.HeaderClassName
{
color: #D6B86B;
}
.AnyTagClassName
{
color: #D6B86B;
}
</style>
background-color css
<style>
a { background-color: #D6B86B; }
a { background-color: rgb(214,184,107); }
div.DivClassName
{
background-color: #D6B86B;
}
.BgClassName
{
background-color: #D6B86B;
}
</style>
border-color css
<style>
span { border-color: #D6B86B; }
span { border-color: rgb(214,184,107); }
td.TdClassName
{
border-color: #D6B86B;
}
.TagClassName
{
border-color: #D6B86B;
}
</style>