Shades of Tacha #D1CA5C
Tints of Tacha #D1CA5C
RGB
CMYK
RGB Variations
Color information
#D1CA5C (or 0xD1CA5C) is known color: Tacha. HEX triplet: D1, CA and 5C. RGB value is (209,202,92). Sum of RGB (Red+Green+Blue) = 209+202+92=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 92 (36.33% from 255 or 18.29% from 503); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CA5C is #2E35A3. Grayscale: #C0C0C0. Windows color (decimal): -3028388 or 6081233. OLE color: 6081233.
HSL color Cylindrical-coordinate representation of color #D1CA5C: hue angle of 56.41º 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 #D1CA5C is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 202 | 92 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.18 |
| HSL | 56.41º | 0.56% | 0.59% | - |
| HSV(B) | 56.41º | 0.56% | 0.82% | - |
| XYZ | 49.35 | 56.57 | 18.44 | - |
| YUV | 191.55 | 71.82 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 202 | 92 | 0 | 0.03 | 0.56 | 0.18 | 56.41 | 0.56 | 0.59 |
| Hex | D1 | CA | 5C | 0 | 3 | 38 | 12 | 38 | 38 | 3B |
| Octal | 321 | 312 | 134 | 0 | 3 | 70 | 22 | 70 | 70 | 73 |
| Binary | 11010001 | 11001010 | 1011100 | 0 | 11 | 111000 | 10010 | 111000 | 111000 | 111011 |
Color Harmonies of #D1CA5C
Complementary color
Monochromatic Colors of #D1CA5C
Black with #D1CA5C
Text Example
Text Example
White with #D1CA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CA5C; }
p { color: rgb(209,202,92); }
H1.HeaderClassName
{
color: #D1CA5C;
}
.AnyTagClassName
{
color: #D1CA5C;
}
</style>
background-color css
<style>
a { background-color: #D1CA5C; }
a { background-color: rgb(209,202,92); }
div.DivClassName
{
background-color: #D1CA5C;
}
.BgClassName
{
background-color: #D1CA5C;
}
</style>
border-color css
<style>
span { border-color: #D1CA5C; }
span { border-color: rgb(209,202,92); }
td.TdClassName
{
border-color: #D1CA5C;
}
.TagClassName
{
border-color: #D1CA5C;
}
</style>