Shades of Tacha #D7BD63
Tints of Tacha #D7BD63
RGB
CMYK
RGB Variations
Color information
#D7BD63 (or 0xD7BD63) is known color: Tacha. HEX triplet: D7, BD and 63. RGB value is (215,189,99). Sum of RGB (Red+Green+Blue) = 215+189+99=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 99 (39.06% from 255 or 19.68% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BD63 is #28429C. Grayscale: #BABABA. Windows color (decimal): -2638493 or 6536663. OLE color: 6536663.
HSL color Cylindrical-coordinate representation of color #D7BD63: hue angle of 46.55º 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 #D7BD63 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 189 | 99 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.16 |
| HSL | 46.55º | 0.59% | 0.62% | - |
| HSV(B) | 46.55º | 0.54% | 0.84% | - |
| XYZ | 48.47 | 51.74 | 19.24 | - |
| YUV | 186.51 | 78.61 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 99 | 0 | 0.12 | 0.54 | 0.16 | 46.55 | 0.59 | 0.62 |
| Hex | D7 | BD | 63 | 0 | C | 36 | 10 | 2F | 3B | 3E |
| Octal | 327 | 275 | 143 | 0 | 14 | 66 | 20 | 57 | 73 | 76 |
| Binary | 11010111 | 10111101 | 1100011 | 0 | 1100 | 110110 | 10000 | 101111 | 111011 | 111110 |
Color Harmonies of #D7BD63
Complementary color
Monochromatic Colors of #D7BD63
Black with #D7BD63
Text Example
Text Example
White with #D7BD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BD63; }
p { color: rgb(215,189,99); }
H1.HeaderClassName
{
color: #D7BD63;
}
.AnyTagClassName
{
color: #D7BD63;
}
</style>
background-color css
<style>
a { background-color: #D7BD63; }
a { background-color: rgb(215,189,99); }
div.DivClassName
{
background-color: #D7BD63;
}
.BgClassName
{
background-color: #D7BD63;
}
</style>
border-color css
<style>
span { border-color: #D7BD63; }
span { border-color: rgb(215,189,99); }
td.TdClassName
{
border-color: #D7BD63;
}
.TagClassName
{
border-color: #D7BD63;
}
</style>