Shades of Tacha #D7C95D
Tints of Tacha #D7C95D
RGB
CMYK
RGB Variations
Color information
#D7C95D (or 0xD7C95D) is known color: Tacha. HEX triplet: D7, C9 and 5D. RGB value is (215,201,93). Sum of RGB (Red+Green+Blue) = 215+201+93=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C95D is #2836A2. Grayscale: #C1C1C1. Windows color (decimal): -2635427 or 6146519. OLE color: 6146519.
HSL color Cylindrical-coordinate representation of color #D7C95D: hue angle of 53.11º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D7C95D is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 201 | 93 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.16 |
| HSL | 53.11º | 0.6% | 0.6% | - |
| HSV(B) | 53.11º | 0.57% | 0.84% | - |
| XYZ | 50.89 | 57.01 | 18.68 | - |
| YUV | 192.87 | 71.64 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 201 | 93 | 0 | 0.07 | 0.57 | 0.16 | 53.11 | 0.6 | 0.6 |
| Hex | D7 | C9 | 5D | 0 | 7 | 39 | 10 | 35 | 3C | 3C |
| Octal | 327 | 311 | 135 | 0 | 7 | 71 | 20 | 65 | 74 | 74 |
| Binary | 11010111 | 11001001 | 1011101 | 0 | 111 | 111001 | 10000 | 110101 | 111100 | 111100 |
Color Harmonies of #D7C95D
Complementary color
Monochromatic Colors of #D7C95D
Black with #D7C95D
Text Example
Text Example
White with #D7C95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C95D; }
p { color: rgb(215,201,93); }
H1.HeaderClassName
{
color: #D7C95D;
}
.AnyTagClassName
{
color: #D7C95D;
}
</style>
background-color css
<style>
a { background-color: #D7C95D; }
a { background-color: rgb(215,201,93); }
div.DivClassName
{
background-color: #D7C95D;
}
.BgClassName
{
background-color: #D7C95D;
}
</style>
border-color css
<style>
span { border-color: #D7C95D; }
span { border-color: rgb(215,201,93); }
td.TdClassName
{
border-color: #D7C95D;
}
.TagClassName
{
border-color: #D7C95D;
}
</style>