Shades of Tacha #D4BA64
Tints of Tacha #D4BA64
RGB
CMYK
RGB Variations
Color information
#D4BA64 (or 0xD4BA64) is known color: Tacha. HEX triplet: D4, BA and 64. RGB value is (212,186,100). Sum of RGB (Red+Green+Blue) = 212+186+100=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 100 (39.45% from 255 or 20.08% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BA64 is #2B459B. Grayscale: #B8B8B8. Windows color (decimal): -2835868 or 6601428. OLE color: 6601428.
HSL color Cylindrical-coordinate representation of color #D4BA64: hue angle of 46.07º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D4BA64 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 186 | 100 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.17 |
| HSL | 46.07º | 0.57% | 0.61% | - |
| HSV(B) | 46.07º | 0.53% | 0.83% | - |
| XYZ | 47.01 | 50.03 | 19.24 | - |
| YUV | 183.97 | 80.61 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 186 | 100 | 0 | 0.12 | 0.53 | 0.17 | 46.07 | 0.57 | 0.61 |
| Hex | D4 | BA | 64 | 0 | C | 35 | 11 | 2E | 39 | 3D |
| Octal | 324 | 272 | 144 | 0 | 14 | 65 | 21 | 56 | 71 | 75 |
| Binary | 11010100 | 10111010 | 1100100 | 0 | 1100 | 110101 | 10001 | 101110 | 111001 | 111101 |
Color Harmonies of #D4BA64
Complementary color
Monochromatic Colors of #D4BA64
Black with #D4BA64
Text Example
Text Example
White with #D4BA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BA64; }
p { color: rgb(212,186,100); }
H1.HeaderClassName
{
color: #D4BA64;
}
.AnyTagClassName
{
color: #D4BA64;
}
</style>
background-color css
<style>
a { background-color: #D4BA64; }
a { background-color: rgb(212,186,100); }
div.DivClassName
{
background-color: #D4BA64;
}
.BgClassName
{
background-color: #D4BA64;
}
</style>
border-color css
<style>
span { border-color: #D4BA64; }
span { border-color: rgb(212,186,100); }
td.TdClassName
{
border-color: #D4BA64;
}
.TagClassName
{
border-color: #D4BA64;
}
</style>