Shades of Tacha #D8BC63
Tints of Tacha #D8BC63
RGB
CMYK
RGB Variations
Color information
#D8BC63 (or 0xD8BC63) is known color: Tacha. HEX triplet: D8, BC and 63. RGB value is (216,188,99). Sum of RGB (Red+Green+Blue) = 216+188+99=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 99 (39.06% from 255 or 19.68% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BC63 is #27439C. Grayscale: #BABABA. Windows color (decimal): -2573213 or 6536408. OLE color: 6536408.
HSL color Cylindrical-coordinate representation of color #D8BC63: hue angle of 45.64º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D8BC63 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 99 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.15 |
| HSL | 45.64º | 0.6% | 0.62% | - |
| HSV(B) | 45.64º | 0.54% | 0.85% | - |
| XYZ | 48.55 | 51.47 | 19.18 | - |
| YUV | 186.23 | 78.78 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 99 | 0 | 0.13 | 0.54 | 0.15 | 45.64 | 0.6 | 0.62 |
| Hex | D8 | BC | 63 | 0 | D | 36 | F | 2E | 3C | 3E |
| Octal | 330 | 274 | 143 | 0 | 15 | 66 | 17 | 56 | 74 | 76 |
| Binary | 11011000 | 10111100 | 1100011 | 0 | 1101 | 110110 | 1111 | 101110 | 111100 | 111110 |
Color Harmonies of #D8BC63
Complementary color
Monochromatic Colors of #D8BC63
Black with #D8BC63
Text Example
Text Example
White with #D8BC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BC63; }
p { color: rgb(216,188,99); }
H1.HeaderClassName
{
color: #D8BC63;
}
.AnyTagClassName
{
color: #D8BC63;
}
</style>
background-color css
<style>
a { background-color: #D8BC63; }
a { background-color: rgb(216,188,99); }
div.DivClassName
{
background-color: #D8BC63;
}
.BgClassName
{
background-color: #D8BC63;
}
</style>
border-color css
<style>
span { border-color: #D8BC63; }
span { border-color: rgb(216,188,99); }
td.TdClassName
{
border-color: #D8BC63;
}
.TagClassName
{
border-color: #D8BC63;
}
</style>