Shades of Tacha #D4BC67
Tints of Tacha #D4BC67
RGB
CMYK
RGB Variations
Color information
#D4BC67 (or 0xD4BC67) is known color: Tacha. HEX triplet: D4, BC and 67. RGB value is (212,188,103). Sum of RGB (Red+Green+Blue) = 212+188+103=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 103 (40.62% from 255 or 20.48% from 503); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BC67 is #2B4398. Grayscale: #B9B9B9. Windows color (decimal): -2835353 or 6798548. OLE color: 6798548.
HSL color Cylindrical-coordinate representation of color #D4BC67: hue angle of 46.79º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4BC67 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 188 | 103 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.17 |
| HSL | 46.79º | 0.56% | 0.62% | - |
| HSV(B) | 46.79º | 0.51% | 0.83% | - |
| XYZ | 47.58 | 50.94 | 20.16 | - |
| YUV | 185.49 | 81.45 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 103 | 0 | 0.11 | 0.51 | 0.17 | 46.79 | 0.56 | 0.62 |
| Hex | D4 | BC | 67 | 0 | B | 33 | 11 | 2F | 38 | 3E |
| Octal | 324 | 274 | 147 | 0 | 13 | 63 | 21 | 57 | 70 | 76 |
| Binary | 11010100 | 10111100 | 1100111 | 0 | 1011 | 110011 | 10001 | 101111 | 111000 | 111110 |
Color Harmonies of #D4BC67
Complementary color
Monochromatic Colors of #D4BC67
Black with #D4BC67
Text Example
Text Example
White with #D4BC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BC67; }
p { color: rgb(212,188,103); }
H1.HeaderClassName
{
color: #D4BC67;
}
.AnyTagClassName
{
color: #D4BC67;
}
</style>
background-color css
<style>
a { background-color: #D4BC67; }
a { background-color: rgb(212,188,103); }
div.DivClassName
{
background-color: #D4BC67;
}
.BgClassName
{
background-color: #D4BC67;
}
</style>
border-color css
<style>
span { border-color: #D4BC67; }
span { border-color: rgb(212,188,103); }
td.TdClassName
{
border-color: #D4BC67;
}
.TagClassName
{
border-color: #D4BC67;
}
</style>