Shades of Tacha #D5BA64
Tints of Tacha #D5BA64
RGB
CMYK
RGB Variations
Color information
#D5BA64 (or 0xD5BA64) is known color: Tacha. HEX triplet: D5, BA and 64. RGB value is (213,186,100). Sum of RGB (Red+Green+Blue) = 213+186+100=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 100 (39.45% from 255 or 20.04% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BA64 is #2A459B. Grayscale: #B8B8B8. Windows color (decimal): -2770332 or 6601429. OLE color: 6601429.
HSL color Cylindrical-coordinate representation of color #D5BA64: hue angle of 45.66º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5BA64 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 100 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.16 |
| HSL | 45.66º | 0.57% | 0.61% | - |
| HSV(B) | 45.66º | 0.53% | 0.84% | - |
| XYZ | 47.3 | 50.18 | 19.25 | - |
| YUV | 184.27 | 80.45 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 100 | 0 | 0.13 | 0.53 | 0.16 | 45.66 | 0.57 | 0.61 |
| Hex | D5 | BA | 64 | 0 | D | 35 | 10 | 2E | 39 | 3D |
| Octal | 325 | 272 | 144 | 0 | 15 | 65 | 20 | 56 | 71 | 75 |
| Binary | 11010101 | 10111010 | 1100100 | 0 | 1101 | 110101 | 10000 | 101110 | 111001 | 111101 |
Color Harmonies of #D5BA64
Complementary color
Monochromatic Colors of #D5BA64
Black with #D5BA64
Text Example
Text Example
White with #D5BA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BA64; }
p { color: rgb(213,186,100); }
H1.HeaderClassName
{
color: #D5BA64;
}
.AnyTagClassName
{
color: #D5BA64;
}
</style>
background-color css
<style>
a { background-color: #D5BA64; }
a { background-color: rgb(213,186,100); }
div.DivClassName
{
background-color: #D5BA64;
}
.BgClassName
{
background-color: #D5BA64;
}
</style>
border-color css
<style>
span { border-color: #D5BA64; }
span { border-color: rgb(213,186,100); }
td.TdClassName
{
border-color: #D5BA64;
}
.TagClassName
{
border-color: #D5BA64;
}
</style>