Shades of Tacha #D4BA68
Tints of Tacha #D4BA68
RGB
CMYK
RGB Variations
Color information
#D4BA68 (or 0xD4BA68) is known color: Tacha. HEX triplet: D4, BA and 68. RGB value is (212,186,104). Sum of RGB (Red+Green+Blue) = 212+186+104=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 104 (41.02% from 255 or 20.72% from 502); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BA68 is #2B4597. Grayscale: #B8B8B8. Windows color (decimal): -2835864 or 6863572. OLE color: 6863572.
HSL color Cylindrical-coordinate representation of color #D4BA68: hue angle of 45.56º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4BA68 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 186 | 104 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.17 |
| HSL | 45.56º | 0.56% | 0.62% | - |
| HSV(B) | 45.56º | 0.51% | 0.83% | - |
| XYZ | 47.21 | 50.11 | 20.28 | - |
| YUV | 184.43 | 82.61 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 186 | 104 | 0 | 0.12 | 0.51 | 0.17 | 45.56 | 0.56 | 0.62 |
| Hex | D4 | BA | 68 | 0 | C | 33 | 11 | 2E | 38 | 3E |
| Octal | 324 | 272 | 150 | 0 | 14 | 63 | 21 | 56 | 70 | 76 |
| Binary | 11010100 | 10111010 | 1101000 | 0 | 1100 | 110011 | 10001 | 101110 | 111000 | 111110 |
Color Harmonies of #D4BA68
Complementary color
Monochromatic Colors of #D4BA68
Black with #D4BA68
Text Example
Text Example
White with #D4BA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BA68; }
p { color: rgb(212,186,104); }
H1.HeaderClassName
{
color: #D4BA68;
}
.AnyTagClassName
{
color: #D4BA68;
}
</style>
background-color css
<style>
a { background-color: #D4BA68; }
a { background-color: rgb(212,186,104); }
div.DivClassName
{
background-color: #D4BA68;
}
.BgClassName
{
background-color: #D4BA68;
}
</style>
border-color css
<style>
span { border-color: #D4BA68; }
span { border-color: rgb(212,186,104); }
td.TdClassName
{
border-color: #D4BA68;
}
.TagClassName
{
border-color: #D4BA68;
}
</style>