Shades of Tacha #D5BC6B
Tints of Tacha #D5BC6B
RGB
CMYK
RGB Variations
Color information
#D5BC6B (or 0xD5BC6B) is known color: Tacha. HEX triplet: D5, BC and 6B. RGB value is (213,188,107). Sum of RGB (Red+Green+Blue) = 213+188+107=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 107 (42.19% from 255 or 21.06% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BC6B is #2A4394. Grayscale: #BABABA. Windows color (decimal): -2769813 or 7060693. OLE color: 7060693.
HSL color Cylindrical-coordinate representation of color #D5BC6B: hue angle of 45.85º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5BC6B is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 107 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.16 |
| HSL | 45.85º | 0.56% | 0.63% | - |
| HSV(B) | 45.85º | 0.5% | 0.84% | - |
| XYZ | 48.08 | 51.17 | 21.25 | - |
| YUV | 186.24 | 83.28 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 107 | 0 | 0.12 | 0.50 | 0.16 | 45.85 | 0.56 | 0.63 |
| Hex | D5 | BC | 6B | 0 | C | 32 | 10 | 2E | 38 | 3F |
| Octal | 325 | 274 | 153 | 0 | 14 | 62 | 20 | 56 | 70 | 77 |
| Binary | 11010101 | 10111100 | 1101011 | 0 | 1100 | 110010 | 10000 | 101110 | 111000 | 111111 |
Color Harmonies of #D5BC6B
Complementary color
Monochromatic Colors of #D5BC6B
Black with #D5BC6B
Text Example
Text Example
White with #D5BC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC6B; }
p { color: rgb(213,188,107); }
H1.HeaderClassName
{
color: #D5BC6B;
}
.AnyTagClassName
{
color: #D5BC6B;
}
</style>
background-color css
<style>
a { background-color: #D5BC6B; }
a { background-color: rgb(213,188,107); }
div.DivClassName
{
background-color: #D5BC6B;
}
.BgClassName
{
background-color: #D5BC6B;
}
</style>
border-color css
<style>
span { border-color: #D5BC6B; }
span { border-color: rgb(213,188,107); }
td.TdClassName
{
border-color: #D5BC6B;
}
.TagClassName
{
border-color: #D5BC6B;
}
</style>