Shades of Tacha #D9CA5D
Tints of Tacha #D9CA5D
RGB
CMYK
RGB Variations
Color information
#D9CA5D (or 0xD9CA5D) is known color: Tacha. HEX triplet: D9, CA and 5D. RGB value is (217,202,93). Sum of RGB (Red+Green+Blue) = 217+202+93=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CA5D is #2635A2. Grayscale: #C2C2C2. Windows color (decimal): -2504099 or 6146777. OLE color: 6146777.
HSL color Cylindrical-coordinate representation of color #D9CA5D: hue angle of 52.74º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9CA5D is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 202 | 93 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.15 |
| HSL | 52.74º | 0.62% | 0.61% | - |
| HSV(B) | 52.74º | 0.57% | 0.85% | - |
| XYZ | 51.71 | 57.78 | 18.78 | - |
| YUV | 194.06 | 70.97 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 202 | 93 | 0 | 0.07 | 0.57 | 0.15 | 52.74 | 0.62 | 0.61 |
| Hex | D9 | CA | 5D | 0 | 7 | 39 | F | 35 | 3E | 3D |
| Octal | 331 | 312 | 135 | 0 | 7 | 71 | 17 | 65 | 76 | 75 |
| Binary | 11011001 | 11001010 | 1011101 | 0 | 111 | 111001 | 1111 | 110101 | 111110 | 111101 |
Color Harmonies of #D9CA5D
Complementary color
Monochromatic Colors of #D9CA5D
Black with #D9CA5D
Text Example
Text Example
White with #D9CA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CA5D; }
p { color: rgb(217,202,93); }
H1.HeaderClassName
{
color: #D9CA5D;
}
.AnyTagClassName
{
color: #D9CA5D;
}
</style>
background-color css
<style>
a { background-color: #D9CA5D; }
a { background-color: rgb(217,202,93); }
div.DivClassName
{
background-color: #D9CA5D;
}
.BgClassName
{
background-color: #D9CA5D;
}
</style>
border-color css
<style>
span { border-color: #D9CA5D; }
span { border-color: rgb(217,202,93); }
td.TdClassName
{
border-color: #D9CA5D;
}
.TagClassName
{
border-color: #D9CA5D;
}
</style>