Shades of Tacha #D7BC63
Tints of Tacha #D7BC63
RGB
CMYK
RGB Variations
Color information
#D7BC63 (or 0xD7BC63) is known color: Tacha. HEX triplet: D7, BC and 63. RGB value is (215,188,99). Sum of RGB (Red+Green+Blue) = 215+188+99=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 99 (39.06% from 255 or 19.72% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BC63 is #28439C. Grayscale: #BABABA. Windows color (decimal): -2638749 or 6536407. OLE color: 6536407.
HSL color Cylindrical-coordinate representation of color #D7BC63: hue angle of 46.03º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D7BC63 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 188 | 99 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.16 |
| HSL | 46.03º | 0.59% | 0.62% | - |
| HSV(B) | 46.03º | 0.54% | 0.84% | - |
| XYZ | 48.26 | 51.31 | 19.17 | - |
| YUV | 185.93 | 78.95 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 188 | 99 | 0 | 0.13 | 0.54 | 0.16 | 46.03 | 0.59 | 0.62 |
| Hex | D7 | BC | 63 | 0 | D | 36 | 10 | 2E | 3B | 3E |
| Octal | 327 | 274 | 143 | 0 | 15 | 66 | 20 | 56 | 73 | 76 |
| Binary | 11010111 | 10111100 | 1100011 | 0 | 1101 | 110110 | 10000 | 101110 | 111011 | 111110 |
Color Harmonies of #D7BC63
Complementary color
Monochromatic Colors of #D7BC63
Black with #D7BC63
Text Example
Text Example
White with #D7BC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BC63; }
p { color: rgb(215,188,99); }
H1.HeaderClassName
{
color: #D7BC63;
}
.AnyTagClassName
{
color: #D7BC63;
}
</style>
background-color css
<style>
a { background-color: #D7BC63; }
a { background-color: rgb(215,188,99); }
div.DivClassName
{
background-color: #D7BC63;
}
.BgClassName
{
background-color: #D7BC63;
}
</style>
border-color css
<style>
span { border-color: #D7BC63; }
span { border-color: rgb(215,188,99); }
td.TdClassName
{
border-color: #D7BC63;
}
.TagClassName
{
border-color: #D7BC63;
}
</style>