Shades of Tacha #D7CA60
Tints of Tacha #D7CA60
RGB
CMYK
RGB Variations
Color information
#D7CA60 (or 0xD7CA60) is known color: Tacha. HEX triplet: D7, CA and 60. RGB value is (215,202,96). Sum of RGB (Red+Green+Blue) = 215+202+96=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 96 (37.89% from 255 or 18.71% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CA60 is #28359F. Grayscale: #C2C2C2. Windows color (decimal): -2635168 or 6343383. OLE color: 6343383.
HSL color Cylindrical-coordinate representation of color #D7CA60: hue angle of 53.45º 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 #D7CA60 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 202 | 96 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.16 |
| HSL | 53.45º | 0.6% | 0.61% | - |
| HSV(B) | 53.45º | 0.55% | 0.84% | - |
| XYZ | 51.26 | 57.53 | 19.47 | - |
| YUV | 193.8 | 72.81 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 202 | 96 | 0 | 0.06 | 0.55 | 0.16 | 53.45 | 0.6 | 0.61 |
| Hex | D7 | CA | 60 | 0 | 6 | 37 | 10 | 35 | 3C | 3D |
| Octal | 327 | 312 | 140 | 0 | 6 | 67 | 20 | 65 | 74 | 75 |
| Binary | 11010111 | 11001010 | 1100000 | 0 | 110 | 110111 | 10000 | 110101 | 111100 | 111101 |
Color Harmonies of #D7CA60
Complementary color
Monochromatic Colors of #D7CA60
Black with #D7CA60
Text Example
Text Example
White with #D7CA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CA60; }
p { color: rgb(215,202,96); }
H1.HeaderClassName
{
color: #D7CA60;
}
.AnyTagClassName
{
color: #D7CA60;
}
</style>
background-color css
<style>
a { background-color: #D7CA60; }
a { background-color: rgb(215,202,96); }
div.DivClassName
{
background-color: #D7CA60;
}
.BgClassName
{
background-color: #D7CA60;
}
</style>
border-color css
<style>
span { border-color: #D7CA60; }
span { border-color: rgb(215,202,96); }
td.TdClassName
{
border-color: #D7CA60;
}
.TagClassName
{
border-color: #D7CA60;
}
</style>