Shades of Tacha #D5BC6A
Tints of Tacha #D5BC6A
RGB
CMYK
RGB Variations
Color information
#D5BC6A (or 0xD5BC6A) is known color: Tacha. HEX triplet: D5, BC and 6A. RGB value is (213,188,106). Sum of RGB (Red+Green+Blue) = 213+188+106=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 106 (41.80% from 255 or 20.91% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BC6A is #2A4395. Grayscale: #BABABA. Windows color (decimal): -2769814 or 6995157. OLE color: 6995157.
HSL color Cylindrical-coordinate representation of color #D5BC6A: hue angle of 45.98º 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 #D5BC6A is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 106 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.16 |
| HSL | 45.98º | 0.56% | 0.63% | - |
| HSV(B) | 45.98º | 0.5% | 0.84% | - |
| XYZ | 48.03 | 51.15 | 20.98 | - |
| YUV | 186.13 | 82.78 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 106 | 0 | 0.12 | 0.50 | 0.16 | 45.98 | 0.56 | 0.63 |
| Hex | D5 | BC | 6A | 0 | C | 32 | 10 | 2E | 38 | 3F |
| Octal | 325 | 274 | 152 | 0 | 14 | 62 | 20 | 56 | 70 | 77 |
| Binary | 11010101 | 10111100 | 1101010 | 0 | 1100 | 110010 | 10000 | 101110 | 111000 | 111111 |
Color Harmonies of #D5BC6A
Complementary color
Monochromatic Colors of #D5BC6A
Black with #D5BC6A
Text Example
Text Example
White with #D5BC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC6A; }
p { color: rgb(213,188,106); }
H1.HeaderClassName
{
color: #D5BC6A;
}
.AnyTagClassName
{
color: #D5BC6A;
}
</style>
background-color css
<style>
a { background-color: #D5BC6A; }
a { background-color: rgb(213,188,106); }
div.DivClassName
{
background-color: #D5BC6A;
}
.BgClassName
{
background-color: #D5BC6A;
}
</style>
border-color css
<style>
span { border-color: #D5BC6A; }
span { border-color: rgb(213,188,106); }
td.TdClassName
{
border-color: #D5BC6A;
}
.TagClassName
{
border-color: #D5BC6A;
}
</style>