Shades of Tacha #D6BB64
Tints of Tacha #D6BB64
RGB
CMYK
RGB Variations
Color information
#D6BB64 (or 0xD6BB64) is known color: Tacha. HEX triplet: D6, BB and 64. RGB value is (214,187,100). Sum of RGB (Red+Green+Blue) = 214+187+100=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BB64 is #29449B. Grayscale: #B9B9B9. Windows color (decimal): -2704540 or 6601686. OLE color: 6601686.
HSL color Cylindrical-coordinate representation of color #D6BB64: hue angle of 45.79º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6BB64 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 187 | 100 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.16 |
| HSL | 45.79º | 0.58% | 0.62% | - |
| HSV(B) | 45.79º | 0.53% | 0.84% | - |
| XYZ | 47.8 | 50.76 | 19.33 | - |
| YUV | 185.16 | 79.95 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 100 | 0 | 0.13 | 0.53 | 0.16 | 45.79 | 0.58 | 0.62 |
| Hex | D6 | BB | 64 | 0 | D | 35 | 10 | 2E | 3A | 3E |
| Octal | 326 | 273 | 144 | 0 | 15 | 65 | 20 | 56 | 72 | 76 |
| Binary | 11010110 | 10111011 | 1100100 | 0 | 1101 | 110101 | 10000 | 101110 | 111010 | 111110 |
Color Harmonies of #D6BB64
Complementary color
Monochromatic Colors of #D6BB64
Black with #D6BB64
Text Example
Text Example
White with #D6BB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BB64; }
p { color: rgb(214,187,100); }
H1.HeaderClassName
{
color: #D6BB64;
}
.AnyTagClassName
{
color: #D6BB64;
}
</style>
background-color css
<style>
a { background-color: #D6BB64; }
a { background-color: rgb(214,187,100); }
div.DivClassName
{
background-color: #D6BB64;
}
.BgClassName
{
background-color: #D6BB64;
}
</style>
border-color css
<style>
span { border-color: #D6BB64; }
span { border-color: rgb(214,187,100); }
td.TdClassName
{
border-color: #D6BB64;
}
.TagClassName
{
border-color: #D6BB64;
}
</style>