Shades of Tacha #D1C95A
Tints of Tacha #D1C95A
RGB
CMYK
RGB Variations
Color information
#D1C95A (or 0xD1C95A) is known color: Tacha. HEX triplet: D1, C9 and 5A. RGB value is (209,201,90). Sum of RGB (Red+Green+Blue) = 209+201+90=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 90 (35.55% from 255 or 18% from 500); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C95A is #2E36A5. Grayscale: #BFBFBF. Windows color (decimal): -3028646 or 5949905. OLE color: 5949905.
HSL color Cylindrical-coordinate representation of color #D1C95A: hue angle of 55.97º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D1C95A is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 201 | 90 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.18 |
| HSL | 55.97º | 0.56% | 0.59% | - |
| HSV(B) | 55.97º | 0.57% | 0.82% | - |
| XYZ | 49.03 | 56.07 | 17.91 | - |
| YUV | 190.74 | 71.15 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 201 | 90 | 0 | 0.04 | 0.57 | 0.18 | 55.97 | 0.56 | 0.59 |
| Hex | D1 | C9 | 5A | 0 | 4 | 39 | 12 | 38 | 38 | 3B |
| Octal | 321 | 311 | 132 | 0 | 4 | 71 | 22 | 70 | 70 | 73 |
| Binary | 11010001 | 11001001 | 1011010 | 0 | 100 | 111001 | 10010 | 111000 | 111000 | 111011 |
Color Harmonies of #D1C95A
Complementary color
Monochromatic Colors of #D1C95A
Black with #D1C95A
Text Example
Text Example
White with #D1C95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C95A; }
p { color: rgb(209,201,90); }
H1.HeaderClassName
{
color: #D1C95A;
}
.AnyTagClassName
{
color: #D1C95A;
}
</style>
background-color css
<style>
a { background-color: #D1C95A; }
a { background-color: rgb(209,201,90); }
div.DivClassName
{
background-color: #D1C95A;
}
.BgClassName
{
background-color: #D1C95A;
}
</style>
border-color css
<style>
span { border-color: #D1C95A; }
span { border-color: rgb(209,201,90); }
td.TdClassName
{
border-color: #D1C95A;
}
.TagClassName
{
border-color: #D1C95A;
}
</style>