Shades of Tacha #D6B863
Tints of Tacha #D6B863
RGB
CMYK
RGB Variations
Color information
#D6B863 (or 0xD6B863) is known color: Tacha. HEX triplet: D6, B8 and 63. RGB value is (214,184,99). Sum of RGB (Red+Green+Blue) = 214+184+99=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 99 (39.06% from 255 or 19.92% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B863 is #29479C. Grayscale: #B7B7B7. Windows color (decimal): -2705309 or 6535382. OLE color: 6535382.
HSL color Cylindrical-coordinate representation of color #D6B863: hue angle of 44.35º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6B863 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 184 | 99 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.16 |
| HSL | 44.35º | 0.58% | 0.61% | - |
| HSV(B) | 44.35º | 0.54% | 0.84% | - |
| XYZ | 47.12 | 49.48 | 18.87 | - |
| YUV | 183.28 | 80.44 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 184 | 99 | 0 | 0.14 | 0.54 | 0.16 | 44.35 | 0.58 | 0.61 |
| Hex | D6 | B8 | 63 | 0 | E | 36 | 10 | 2C | 3A | 3D |
| Octal | 326 | 270 | 143 | 0 | 16 | 66 | 20 | 54 | 72 | 75 |
| Binary | 11010110 | 10111000 | 1100011 | 0 | 1110 | 110110 | 10000 | 101100 | 111010 | 111101 |
Color Harmonies of #D6B863
Complementary color
Monochromatic Colors of #D6B863
Black with #D6B863
Text Example
Text Example
White with #D6B863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B863; }
p { color: rgb(214,184,99); }
H1.HeaderClassName
{
color: #D6B863;
}
.AnyTagClassName
{
color: #D6B863;
}
</style>
background-color css
<style>
a { background-color: #D6B863; }
a { background-color: rgb(214,184,99); }
div.DivClassName
{
background-color: #D6B863;
}
.BgClassName
{
background-color: #D6B863;
}
</style>
border-color css
<style>
span { border-color: #D6B863; }
span { border-color: rgb(214,184,99); }
td.TdClassName
{
border-color: #D6B863;
}
.TagClassName
{
border-color: #D6B863;
}
</style>