Shades of Tacha #D7C065
Tints of Tacha #D7C065
RGB
CMYK
RGB Variations
Color information
#D7C065 (or 0xD7C065) is known color: Tacha. HEX triplet: D7, C0 and 65. RGB value is (215,192,101). Sum of RGB (Red+Green+Blue) = 215+192+101=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C065 is #283F9A. Grayscale: #BCBCBC. Windows color (decimal): -2637723 or 6668503. OLE color: 6668503.
HSL color Cylindrical-coordinate representation of color #D7C065: hue angle of 47.89º 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 #D7C065 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 192 | 101 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.16 |
| HSL | 47.89º | 0.59% | 0.62% | - |
| HSV(B) | 47.89º | 0.53% | 0.84% | - |
| XYZ | 49.22 | 53.09 | 19.96 | - |
| YUV | 188.5 | 78.62 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 192 | 101 | 0 | 0.11 | 0.53 | 0.16 | 47.89 | 0.59 | 0.62 |
| Hex | D7 | C0 | 65 | 0 | B | 35 | 10 | 30 | 3B | 3E |
| Octal | 327 | 300 | 145 | 0 | 13 | 65 | 20 | 60 | 73 | 76 |
| Binary | 11010111 | 11000000 | 1100101 | 0 | 1011 | 110101 | 10000 | 110000 | 111011 | 111110 |
Color Harmonies of #D7C065
Complementary color
Monochromatic Colors of #D7C065
Black with #D7C065
Text Example
Text Example
White with #D7C065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C065; }
p { color: rgb(215,192,101); }
H1.HeaderClassName
{
color: #D7C065;
}
.AnyTagClassName
{
color: #D7C065;
}
</style>
background-color css
<style>
a { background-color: #D7C065; }
a { background-color: rgb(215,192,101); }
div.DivClassName
{
background-color: #D7C065;
}
.BgClassName
{
background-color: #D7C065;
}
</style>
border-color css
<style>
span { border-color: #D7C065; }
span { border-color: rgb(215,192,101); }
td.TdClassName
{
border-color: #D7C065;
}
.TagClassName
{
border-color: #D7C065;
}
</style>