Shades of Tacha #D7B863
Tints of Tacha #D7B863
RGB
CMYK
RGB Variations
Color information
#D7B863 (or 0xD7B863) is known color: Tacha. HEX triplet: D7, B8 and 63. RGB value is (215,184,99). Sum of RGB (Red+Green+Blue) = 215+184+99=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 99 (39.06% from 255 or 19.88% from 498); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B863 is #28479C. Grayscale: #B7B7B7. Windows color (decimal): -2639773 or 6535383. OLE color: 6535383.
HSL color Cylindrical-coordinate representation of color #D7B863: hue angle of 43.97º 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 #D7B863 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 184 | 99 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.16 |
| HSL | 43.97º | 0.59% | 0.62% | - |
| HSV(B) | 43.97º | 0.54% | 0.84% | - |
| XYZ | 47.42 | 49.63 | 18.88 | - |
| YUV | 183.58 | 80.27 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 184 | 99 | 0 | 0.14 | 0.54 | 0.16 | 43.97 | 0.59 | 0.62 |
| Hex | D7 | B8 | 63 | 0 | E | 36 | 10 | 2C | 3B | 3E |
| Octal | 327 | 270 | 143 | 0 | 16 | 66 | 20 | 54 | 73 | 76 |
| Binary | 11010111 | 10111000 | 1100011 | 0 | 1110 | 110110 | 10000 | 101100 | 111011 | 111110 |
Color Harmonies of #D7B863
Complementary color
Monochromatic Colors of #D7B863
Black with #D7B863
Text Example
Text Example
White with #D7B863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B863; }
p { color: rgb(215,184,99); }
H1.HeaderClassName
{
color: #D7B863;
}
.AnyTagClassName
{
color: #D7B863;
}
</style>
background-color css
<style>
a { background-color: #D7B863; }
a { background-color: rgb(215,184,99); }
div.DivClassName
{
background-color: #D7B863;
}
.BgClassName
{
background-color: #D7B863;
}
</style>
border-color css
<style>
span { border-color: #D7B863; }
span { border-color: rgb(215,184,99); }
td.TdClassName
{
border-color: #D7B863;
}
.TagClassName
{
border-color: #D7B863;
}
</style>