Shades of Tacha #D4BC6A
Tints of Tacha #D4BC6A
RGB
CMYK
RGB Variations
Color information
#D4BC6A (or 0xD4BC6A) is known color: Tacha. HEX triplet: D4, BC and 6A. RGB value is (212,188,106). Sum of RGB (Red+Green+Blue) = 212+188+106=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 106 (41.80% from 255 or 20.95% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BC6A is #2B4395. Grayscale: #BABABA. Windows color (decimal): -2835350 or 6995156. OLE color: 6995156.
HSL color Cylindrical-coordinate representation of color #D4BC6A: hue angle of 46.42º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4BC6A is Cyan = 0, Magento = 0.11, Yellow = 0.5 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 188 | 106 | - |
| CMYK | 0 | 0.11 | 0.5 | 0.17 |
| HSL | 46.42º | 0.55% | 0.62% | - |
| HSV(B) | 46.42º | 0.5% | 0.83% | - |
| XYZ | 47.74 | 51 | 20.96 | - |
| YUV | 185.83 | 82.95 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 106 | 0 | 0.11 | 0.5 | 0.17 | 46.42 | 0.55 | 0.62 |
| Hex | D4 | BC | 6A | 0 | B | 32 | 11 | 2E | 37 | 3E |
| Octal | 324 | 274 | 152 | 0 | 13 | 62 | 21 | 56 | 67 | 76 |
| Binary | 11010100 | 10111100 | 1101010 | 0 | 1011 | 110010 | 10001 | 101110 | 110111 | 111110 |
Color Harmonies of #D4BC6A
Complementary color
Monochromatic Colors of #D4BC6A
Black with #D4BC6A
Text Example
Text Example
White with #D4BC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BC6A; }
p { color: rgb(212,188,106); }
H1.HeaderClassName
{
color: #D4BC6A;
}
.AnyTagClassName
{
color: #D4BC6A;
}
</style>
background-color css
<style>
a { background-color: #D4BC6A; }
a { background-color: rgb(212,188,106); }
div.DivClassName
{
background-color: #D4BC6A;
}
.BgClassName
{
background-color: #D4BC6A;
}
</style>
border-color css
<style>
span { border-color: #D4BC6A; }
span { border-color: rgb(212,188,106); }
td.TdClassName
{
border-color: #D4BC6A;
}
.TagClassName
{
border-color: #D4BC6A;
}
</style>