Shades of Tacha #D1C05D
Tints of Tacha #D1C05D
RGB
CMYK
RGB Variations
Color information
#D1C05D (or 0xD1C05D) is known color: Tacha. HEX triplet: D1, C0 and 5D. RGB value is (209,192,93). Sum of RGB (Red+Green+Blue) = 209+192+93=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C05D is #2E3FA2. Grayscale: #BABABA. Windows color (decimal): -3030947 or 6144209. OLE color: 6144209.
HSL color Cylindrical-coordinate representation of color #D1C05D: hue angle of 51.21º degrees, saturation: 0.56, 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 #D1C05D is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 192 | 93 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.18 |
| HSL | 51.21º | 0.56% | 0.59% | - |
| HSV(B) | 51.21º | 0.56% | 0.82% | - |
| XYZ | 47.12 | 52.04 | 17.92 | - |
| YUV | 185.8 | 75.63 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 192 | 93 | 0 | 0.08 | 0.56 | 0.18 | 51.21 | 0.56 | 0.59 |
| Hex | D1 | C0 | 5D | 0 | 8 | 38 | 12 | 33 | 38 | 3B |
| Octal | 321 | 300 | 135 | 0 | 10 | 70 | 22 | 63 | 70 | 73 |
| Binary | 11010001 | 11000000 | 1011101 | 0 | 1000 | 111000 | 10010 | 110011 | 111000 | 111011 |
Color Harmonies of #D1C05D
Complementary color
Monochromatic Colors of #D1C05D
Black with #D1C05D
Text Example
Text Example
White with #D1C05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C05D; }
p { color: rgb(209,192,93); }
H1.HeaderClassName
{
color: #D1C05D;
}
.AnyTagClassName
{
color: #D1C05D;
}
</style>
background-color css
<style>
a { background-color: #D1C05D; }
a { background-color: rgb(209,192,93); }
div.DivClassName
{
background-color: #D1C05D;
}
.BgClassName
{
background-color: #D1C05D;
}
</style>
border-color css
<style>
span { border-color: #D1C05D; }
span { border-color: rgb(209,192,93); }
td.TdClassName
{
border-color: #D1C05D;
}
.TagClassName
{
border-color: #D1C05D;
}
</style>