Shades of Tacha #D7B865
Tints of Tacha #D7B865
RGB
CMYK
RGB Variations
Color information
#D7B865 (or 0xD7B865) is known color: Tacha. HEX triplet: D7, B8 and 65. RGB value is (215,184,101). Sum of RGB (Red+Green+Blue) = 215+184+101=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B865 is #28479A. Grayscale: #B8B8B8. Windows color (decimal): -2639771 or 6666455. OLE color: 6666455.
HSL color Cylindrical-coordinate representation of color #D7B865: hue angle of 43.68º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D7B865 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 184 | 101 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.16 |
| HSL | 43.68º | 0.59% | 0.62% | - |
| HSV(B) | 43.68º | 0.53% | 0.84% | - |
| XYZ | 47.51 | 49.67 | 19.39 | - |
| YUV | 183.81 | 81.27 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 184 | 101 | 0 | 0.14 | 0.53 | 0.16 | 43.68 | 0.59 | 0.62 |
| Hex | D7 | B8 | 65 | 0 | E | 35 | 10 | 2C | 3B | 3E |
| Octal | 327 | 270 | 145 | 0 | 16 | 65 | 20 | 54 | 73 | 76 |
| Binary | 11010111 | 10111000 | 1100101 | 0 | 1110 | 110101 | 10000 | 101100 | 111011 | 111110 |
Color Harmonies of #D7B865
Complementary color
Monochromatic Colors of #D7B865
Black with #D7B865
Text Example
Text Example
White with #D7B865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B865; }
p { color: rgb(215,184,101); }
H1.HeaderClassName
{
color: #D7B865;
}
.AnyTagClassName
{
color: #D7B865;
}
</style>
background-color css
<style>
a { background-color: #D7B865; }
a { background-color: rgb(215,184,101); }
div.DivClassName
{
background-color: #D7B865;
}
.BgClassName
{
background-color: #D7B865;
}
</style>
border-color css
<style>
span { border-color: #D7B865; }
span { border-color: rgb(215,184,101); }
td.TdClassName
{
border-color: #D7B865;
}
.TagClassName
{
border-color: #D7B865;
}
</style>