Shades of Tacha #D1C25A
Tints of Tacha #D1C25A
RGB
CMYK
RGB Variations
Color information
#D1C25A (or 0xD1C25A) is known color: Tacha. HEX triplet: D1, C2 and 5A. RGB value is (209,194,90). Sum of RGB (Red+Green+Blue) = 209+194+90=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 90 (35.55% from 255 or 18.26% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C25A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C25A is #2E3DA5. Grayscale: #BBBBBB. Windows color (decimal): -3030438 or 5948113. OLE color: 5948113.
HSL color Cylindrical-coordinate representation of color #D1C25A: hue angle of 52.44º 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 #D1C25A is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 194 | 90 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.18 |
| HSL | 52.44º | 0.56% | 0.59% | - |
| HSV(B) | 52.44º | 0.57% | 0.82% | - |
| XYZ | 47.43 | 52.88 | 17.38 | - |
| YUV | 186.63 | 73.47 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 194 | 90 | 0 | 0.07 | 0.57 | 0.18 | 52.44 | 0.56 | 0.59 |
| Hex | D1 | C2 | 5A | 0 | 7 | 39 | 12 | 34 | 38 | 3B |
| Octal | 321 | 302 | 132 | 0 | 7 | 71 | 22 | 64 | 70 | 73 |
| Binary | 11010001 | 11000010 | 1011010 | 0 | 111 | 111001 | 10010 | 110100 | 111000 | 111011 |
Color Harmonies of #D1C25A
Complementary color
Monochromatic Colors of #D1C25A
Black with #D1C25A
Text Example
Text Example
White with #D1C25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C25A; }
p { color: rgb(209,194,90); }
H1.HeaderClassName
{
color: #D1C25A;
}
.AnyTagClassName
{
color: #D1C25A;
}
</style>
background-color css
<style>
a { background-color: #D1C25A; }
a { background-color: rgb(209,194,90); }
div.DivClassName
{
background-color: #D1C25A;
}
.BgClassName
{
background-color: #D1C25A;
}
</style>
border-color css
<style>
span { border-color: #D1C25A; }
span { border-color: rgb(209,194,90); }
td.TdClassName
{
border-color: #D1C25A;
}
.TagClassName
{
border-color: #D1C25A;
}
</style>