Shades of Tacha #D6B86A
Tints of Tacha #D6B86A
RGB
CMYK
RGB Variations
Color information
#D6B86A (or 0xD6B86A) is known color: Tacha. HEX triplet: D6, B8 and 6A. RGB value is (214,184,106). Sum of RGB (Red+Green+Blue) = 214+184+106=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 106 (41.80% from 255 or 21.03% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B86A is #294795. Grayscale: #B8B8B8. Windows color (decimal): -2705302 or 6994134. OLE color: 6994134.
HSL color Cylindrical-coordinate representation of color #D6B86A: hue angle of 43.33º 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 #D6B86A is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 184 | 106 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.16 |
| HSL | 43.33º | 0.57% | 0.63% | - |
| HSV(B) | 43.33º | 0.5% | 0.84% | - |
| XYZ | 47.47 | 49.62 | 20.71 | - |
| YUV | 184.08 | 83.94 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 184 | 106 | 0 | 0.14 | 0.50 | 0.16 | 43.33 | 0.57 | 0.63 |
| Hex | D6 | B8 | 6A | 0 | E | 32 | 10 | 2B | 39 | 3F |
| Octal | 326 | 270 | 152 | 0 | 16 | 62 | 20 | 53 | 71 | 77 |
| Binary | 11010110 | 10111000 | 1101010 | 0 | 1110 | 110010 | 10000 | 101011 | 111001 | 111111 |
Color Harmonies of #D6B86A
Complementary color
Monochromatic Colors of #D6B86A
Black with #D6B86A
Text Example
Text Example
White with #D6B86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B86A; }
p { color: rgb(214,184,106); }
H1.HeaderClassName
{
color: #D6B86A;
}
.AnyTagClassName
{
color: #D6B86A;
}
</style>
background-color css
<style>
a { background-color: #D6B86A; }
a { background-color: rgb(214,184,106); }
div.DivClassName
{
background-color: #D6B86A;
}
.BgClassName
{
background-color: #D6B86A;
}
</style>
border-color css
<style>
span { border-color: #D6B86A; }
span { border-color: rgb(214,184,106); }
td.TdClassName
{
border-color: #D6B86A;
}
.TagClassName
{
border-color: #D6B86A;
}
</style>