Shades of Tacha #D5BA5C
Tints of Tacha #D5BA5C
RGB
CMYK
RGB Variations
Color information
#D5BA5C (or 0xD5BA5C) is known color: Tacha. HEX triplet: D5, BA and 5C. RGB value is (213,186,92). Sum of RGB (Red+Green+Blue) = 213+186+92=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 92 (36.33% from 255 or 18.74% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BA5C is #2A45A3. Grayscale: #B7B7B7. Windows color (decimal): -2770340 or 6077141. OLE color: 6077141.
HSL color Cylindrical-coordinate representation of color #D5BA5C: hue angle of 46.61º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5BA5C is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 92 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.16 |
| HSL | 46.61º | 0.59% | 0.6% | - |
| HSV(B) | 46.61º | 0.57% | 0.84% | - |
| XYZ | 46.93 | 50.04 | 17.31 | - |
| YUV | 183.36 | 76.45 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 92 | 0 | 0.13 | 0.57 | 0.16 | 46.61 | 0.59 | 0.6 |
| Hex | D5 | BA | 5C | 0 | D | 39 | 10 | 2F | 3B | 3C |
| Octal | 325 | 272 | 134 | 0 | 15 | 71 | 20 | 57 | 73 | 74 |
| Binary | 11010101 | 10111010 | 1011100 | 0 | 1101 | 111001 | 10000 | 101111 | 111011 | 111100 |
Color Harmonies of #D5BA5C
Complementary color
Monochromatic Colors of #D5BA5C
Black with #D5BA5C
Text Example
Text Example
White with #D5BA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BA5C; }
p { color: rgb(213,186,92); }
H1.HeaderClassName
{
color: #D5BA5C;
}
.AnyTagClassName
{
color: #D5BA5C;
}
</style>
background-color css
<style>
a { background-color: #D5BA5C; }
a { background-color: rgb(213,186,92); }
div.DivClassName
{
background-color: #D5BA5C;
}
.BgClassName
{
background-color: #D5BA5C;
}
</style>
border-color css
<style>
span { border-color: #D5BA5C; }
span { border-color: rgb(213,186,92); }
td.TdClassName
{
border-color: #D5BA5C;
}
.TagClassName
{
border-color: #D5BA5C;
}
</style>