Shades of Tacha #D2C95E
Tints of Tacha #D2C95E
RGB
CMYK
RGB Variations
Color information
#D2C95E (or 0xD2C95E) is known color: Tacha. HEX triplet: D2, C9 and 5E. RGB value is (210,201,94). Sum of RGB (Red+Green+Blue) = 210+201+94=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 94 (37.11% from 255 or 18.61% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C95E is #2D36A1. Grayscale: #BFBFBF. Windows color (decimal): -2963106 or 6212050. OLE color: 6212050.
HSL color Cylindrical-coordinate representation of color #D2C95E: hue angle of 55.34º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2C95E is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 201 | 94 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.18 |
| HSL | 55.34º | 0.56% | 0.6% | - |
| HSV(B) | 55.34º | 0.55% | 0.82% | - |
| XYZ | 49.49 | 56.28 | 18.85 | - |
| YUV | 191.49 | 72.98 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 201 | 94 | 0 | 0.04 | 0.55 | 0.18 | 55.34 | 0.56 | 0.6 |
| Hex | D2 | C9 | 5E | 0 | 4 | 37 | 12 | 37 | 38 | 3C |
| Octal | 322 | 311 | 136 | 0 | 4 | 67 | 22 | 67 | 70 | 74 |
| Binary | 11010010 | 11001001 | 1011110 | 0 | 100 | 110111 | 10010 | 110111 | 111000 | 111100 |
Color Harmonies of #D2C95E
Complementary color
Monochromatic Colors of #D2C95E
Black with #D2C95E
Text Example
Text Example
White with #D2C95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C95E; }
p { color: rgb(210,201,94); }
H1.HeaderClassName
{
color: #D2C95E;
}
.AnyTagClassName
{
color: #D2C95E;
}
</style>
background-color css
<style>
a { background-color: #D2C95E; }
a { background-color: rgb(210,201,94); }
div.DivClassName
{
background-color: #D2C95E;
}
.BgClassName
{
background-color: #D2C95E;
}
</style>
border-color css
<style>
span { border-color: #D2C95E; }
span { border-color: rgb(210,201,94); }
td.TdClassName
{
border-color: #D2C95E;
}
.TagClassName
{
border-color: #D2C95E;
}
</style>