Shades of Tacha #D4BA59
Tints of Tacha #D4BA59
RGB
CMYK
RGB Variations
Color information
#D4BA59 (or 0xD4BA59) is known color: Tacha. HEX triplet: D4, BA and 59. RGB value is (212,186,89). Sum of RGB (Red+Green+Blue) = 212+186+89=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 89 (35.16% from 255 or 18.28% from 487); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BA59 is #2B45A6. Grayscale: #B7B7B7. Windows color (decimal): -2835879 or 5880532. OLE color: 5880532.
HSL color Cylindrical-coordinate representation of color #D4BA59: hue angle of 47.32º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4BA59 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 186 | 89 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.17 |
| HSL | 47.32º | 0.59% | 0.59% | - |
| HSV(B) | 47.32º | 0.58% | 0.83% | - |
| XYZ | 46.51 | 49.84 | 16.62 | - |
| YUV | 182.72 | 75.11 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 186 | 89 | 0 | 0.12 | 0.58 | 0.17 | 47.32 | 0.59 | 0.59 |
| Hex | D4 | BA | 59 | 0 | C | 3A | 11 | 2F | 3B | 3B |
| Octal | 324 | 272 | 131 | 0 | 14 | 72 | 21 | 57 | 73 | 73 |
| Binary | 11010100 | 10111010 | 1011001 | 0 | 1100 | 111010 | 10001 | 101111 | 111011 | 111011 |
Color Harmonies of #D4BA59
Complementary color
Monochromatic Colors of #D4BA59
Black with #D4BA59
Text Example
Text Example
White with #D4BA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BA59; }
p { color: rgb(212,186,89); }
H1.HeaderClassName
{
color: #D4BA59;
}
.AnyTagClassName
{
color: #D4BA59;
}
</style>
background-color css
<style>
a { background-color: #D4BA59; }
a { background-color: rgb(212,186,89); }
div.DivClassName
{
background-color: #D4BA59;
}
.BgClassName
{
background-color: #D4BA59;
}
</style>
border-color css
<style>
span { border-color: #D4BA59; }
span { border-color: rgb(212,186,89); }
td.TdClassName
{
border-color: #D4BA59;
}
.TagClassName
{
border-color: #D4BA59;
}
</style>