Shades of Tacha #D7CA61
Tints of Tacha #D7CA61
RGB
CMYK
RGB Variations
Color information
#D7CA61 (or 0xD7CA61) is known color: Tacha. HEX triplet: D7, CA and 61. RGB value is (215,202,97). Sum of RGB (Red+Green+Blue) = 215+202+97=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 97 (38.28% from 255 or 18.87% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CA61 is #28359E. Grayscale: #C2C2C2. Windows color (decimal): -2635167 or 6408919. OLE color: 6408919.
HSL color Cylindrical-coordinate representation of color #D7CA61: hue angle of 53.39º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D7CA61 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 202 | 97 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.16 |
| HSL | 53.39º | 0.6% | 0.61% | - |
| HSV(B) | 53.39º | 0.55% | 0.84% | - |
| XYZ | 51.3 | 57.55 | 19.71 | - |
| YUV | 193.92 | 73.31 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 202 | 97 | 0 | 0.06 | 0.55 | 0.16 | 53.39 | 0.6 | 0.61 |
| Hex | D7 | CA | 61 | 0 | 6 | 37 | 10 | 35 | 3C | 3D |
| Octal | 327 | 312 | 141 | 0 | 6 | 67 | 20 | 65 | 74 | 75 |
| Binary | 11010111 | 11001010 | 1100001 | 0 | 110 | 110111 | 10000 | 110101 | 111100 | 111101 |
Color Harmonies of #D7CA61
Complementary color
Monochromatic Colors of #D7CA61
Black with #D7CA61
Text Example
Text Example
White with #D7CA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CA61; }
p { color: rgb(215,202,97); }
H1.HeaderClassName
{
color: #D7CA61;
}
.AnyTagClassName
{
color: #D7CA61;
}
</style>
background-color css
<style>
a { background-color: #D7CA61; }
a { background-color: rgb(215,202,97); }
div.DivClassName
{
background-color: #D7CA61;
}
.BgClassName
{
background-color: #D7CA61;
}
</style>
border-color css
<style>
span { border-color: #D7CA61; }
span { border-color: rgb(215,202,97); }
td.TdClassName
{
border-color: #D7CA61;
}
.TagClassName
{
border-color: #D7CA61;
}
</style>