Shades of Tacha #D2C95D
Tints of Tacha #D2C95D
RGB
CMYK
RGB Variations
Color information
#D2C95D (or 0xD2C95D) is known color: Tacha. HEX triplet: D2, C9 and 5D. RGB value is (210,201,93). Sum of RGB (Red+Green+Blue) = 210+201+93=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 93 (36.72% from 255 or 18.45% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C95D is #2D36A2. Grayscale: #BFBFBF. Windows color (decimal): -2963107 or 6146514. OLE color: 6146514.
HSL color Cylindrical-coordinate representation of color #D2C95D: hue angle of 55.38º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D2C95D is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 201 | 93 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.18 |
| HSL | 55.38º | 0.57% | 0.59% | - |
| HSV(B) | 55.38º | 0.56% | 0.82% | - |
| XYZ | 49.44 | 56.27 | 18.61 | - |
| YUV | 191.38 | 72.48 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 201 | 93 | 0 | 0.04 | 0.56 | 0.18 | 55.38 | 0.57 | 0.59 |
| Hex | D2 | C9 | 5D | 0 | 4 | 38 | 12 | 37 | 39 | 3B |
| Octal | 322 | 311 | 135 | 0 | 4 | 70 | 22 | 67 | 71 | 73 |
| Binary | 11010010 | 11001001 | 1011101 | 0 | 100 | 111000 | 10010 | 110111 | 111001 | 111011 |
Color Harmonies of #D2C95D
Complementary color
Monochromatic Colors of #D2C95D
Black with #D2C95D
Text Example
Text Example
White with #D2C95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C95D; }
p { color: rgb(210,201,93); }
H1.HeaderClassName
{
color: #D2C95D;
}
.AnyTagClassName
{
color: #D2C95D;
}
</style>
background-color css
<style>
a { background-color: #D2C95D; }
a { background-color: rgb(210,201,93); }
div.DivClassName
{
background-color: #D2C95D;
}
.BgClassName
{
background-color: #D2C95D;
}
</style>
border-color css
<style>
span { border-color: #D2C95D; }
span { border-color: rgb(210,201,93); }
td.TdClassName
{
border-color: #D2C95D;
}
.TagClassName
{
border-color: #D2C95D;
}
</style>