Shades of Tacha #D6BB4E
Tints of Tacha #D6BB4E
RGB
CMYK
RGB Variations
Color information
#D6BB4E (or 0xD6BB4E) is known color: Tacha. HEX triplet: D6, BB and 4E. RGB value is (214,187,78). Sum of RGB (Red+Green+Blue) = 214+187+78=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 78 (30.86% from 255 or 16.28% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BB4E is #2944B1. Grayscale: #B7B7B7. Windows color (decimal): -2704562 or 5159894. OLE color: 5159894.
HSL color Cylindrical-coordinate representation of color #D6BB4E: hue angle of 48.09º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D6BB4E is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 187 | 78 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.16 |
| HSL | 48.09º | 0.62% | 0.57% | - |
| HSV(B) | 48.09º | 0.64% | 0.84% | - |
| XYZ | 46.88 | 50.39 | 14.46 | - |
| YUV | 182.65 | 68.95 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 78 | 0 | 0.13 | 0.64 | 0.16 | 48.09 | 0.62 | 0.57 |
| Hex | D6 | BB | 4E | 0 | D | 40 | 10 | 30 | 3E | 39 |
| Octal | 326 | 273 | 116 | 0 | 15 | 100 | 20 | 60 | 76 | 71 |
| Binary | 11010110 | 10111011 | 1001110 | 0 | 1101 | 1000000 | 10000 | 110000 | 111110 | 111001 |
Color Harmonies of #D6BB4E
Complementary color
Monochromatic Colors of #D6BB4E
Black with #D6BB4E
Text Example
Text Example
White with #D6BB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BB4E; }
p { color: rgb(214,187,78); }
H1.HeaderClassName
{
color: #D6BB4E;
}
.AnyTagClassName
{
color: #D6BB4E;
}
</style>
background-color css
<style>
a { background-color: #D6BB4E; }
a { background-color: rgb(214,187,78); }
div.DivClassName
{
background-color: #D6BB4E;
}
.BgClassName
{
background-color: #D6BB4E;
}
</style>
border-color css
<style>
span { border-color: #D6BB4E; }
span { border-color: rgb(214,187,78); }
td.TdClassName
{
border-color: #D6BB4E;
}
.TagClassName
{
border-color: #D6BB4E;
}
</style>