Shades of Tacha #D2CA5A
Tints of Tacha #D2CA5A
RGB
CMYK
RGB Variations
Color information
#D2CA5A (or 0xD2CA5A) is known color: Tacha. HEX triplet: D2, CA and 5A. RGB value is (210,202,90). Sum of RGB (Red+Green+Blue) = 210+202+90=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 90 (35.55% from 255 or 17.93% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CA5A is #2D35A5. Grayscale: #C0C0C0. Windows color (decimal): -2962854 or 5950162. OLE color: 5950162.
HSL color Cylindrical-coordinate representation of color #D2CA5A: hue angle of 56º degrees, saturation: 0.57, 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 #D2CA5A is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 202 | 90 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.18 |
| HSL | 56º | 0.57% | 0.59% | - |
| HSV(B) | 56º | 0.57% | 0.82% | - |
| XYZ | 49.54 | 56.68 | 18 | - |
| YUV | 191.62 | 70.65 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 202 | 90 | 0 | 0.04 | 0.57 | 0.18 | 56 | 0.57 | 0.59 |
| Hex | D2 | CA | 5A | 0 | 4 | 39 | 12 | 38 | 39 | 3B |
| Octal | 322 | 312 | 132 | 0 | 4 | 71 | 22 | 70 | 71 | 73 |
| Binary | 11010010 | 11001010 | 1011010 | 0 | 100 | 111001 | 10010 | 111000 | 111001 | 111011 |
Color Harmonies of #D2CA5A
Complementary color
Monochromatic Colors of #D2CA5A
Black with #D2CA5A
Text Example
Text Example
White with #D2CA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CA5A; }
p { color: rgb(210,202,90); }
H1.HeaderClassName
{
color: #D2CA5A;
}
.AnyTagClassName
{
color: #D2CA5A;
}
</style>
background-color css
<style>
a { background-color: #D2CA5A; }
a { background-color: rgb(210,202,90); }
div.DivClassName
{
background-color: #D2CA5A;
}
.BgClassName
{
background-color: #D2CA5A;
}
</style>
border-color css
<style>
span { border-color: #D2CA5A; }
span { border-color: rgb(210,202,90); }
td.TdClassName
{
border-color: #D2CA5A;
}
.TagClassName
{
border-color: #D2CA5A;
}
</style>