Shades of Tacha #D7CA5E
Tints of Tacha #D7CA5E
RGB
CMYK
RGB Variations
Color information
#D7CA5E (or 0xD7CA5E) is known color: Tacha. HEX triplet: D7, CA and 5E. RGB value is (215,202,94). Sum of RGB (Red+Green+Blue) = 215+202+94=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 94 (37.11% from 255 or 18.40% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CA5E is #2835A1. Grayscale: #C2C2C2. Windows color (decimal): -2635170 or 6212311. OLE color: 6212311.
HSL color Cylindrical-coordinate representation of color #D7CA5E: hue angle of 53.55º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D7CA5E is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 202 | 94 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.16 |
| HSL | 53.55º | 0.6% | 0.61% | - |
| HSV(B) | 53.55º | 0.56% | 0.84% | - |
| XYZ | 51.17 | 57.5 | 18.99 | - |
| YUV | 193.58 | 71.81 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 202 | 94 | 0 | 0.06 | 0.56 | 0.16 | 53.55 | 0.6 | 0.61 |
| Hex | D7 | CA | 5E | 0 | 6 | 38 | 10 | 36 | 3C | 3D |
| Octal | 327 | 312 | 136 | 0 | 6 | 70 | 20 | 66 | 74 | 75 |
| Binary | 11010111 | 11001010 | 1011110 | 0 | 110 | 111000 | 10000 | 110110 | 111100 | 111101 |
Color Harmonies of #D7CA5E
Complementary color
Monochromatic Colors of #D7CA5E
Black with #D7CA5E
Text Example
Text Example
White with #D7CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CA5E; }
p { color: rgb(215,202,94); }
H1.HeaderClassName
{
color: #D7CA5E;
}
.AnyTagClassName
{
color: #D7CA5E;
}
</style>
background-color css
<style>
a { background-color: #D7CA5E; }
a { background-color: rgb(215,202,94); }
div.DivClassName
{
background-color: #D7CA5E;
}
.BgClassName
{
background-color: #D7CA5E;
}
</style>
border-color css
<style>
span { border-color: #D7CA5E; }
span { border-color: rgb(215,202,94); }
td.TdClassName
{
border-color: #D7CA5E;
}
.TagClassName
{
border-color: #D7CA5E;
}
</style>