Shades of Tacha #D9CA5B
Tints of Tacha #D9CA5B
RGB
CMYK
RGB Variations
Color information
#D9CA5B (or 0xD9CA5B) is known color: Tacha. HEX triplet: D9, CA and 5B. RGB value is (217,202,91). Sum of RGB (Red+Green+Blue) = 217+202+91=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 91 (35.94% from 255 or 17.84% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CA5B is #2635A4. Grayscale: #C2C2C2. Windows color (decimal): -2504101 or 6015705. OLE color: 6015705.
HSL color Cylindrical-coordinate representation of color #D9CA5B: hue angle of 52.86º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9CA5B is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 202 | 91 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.15 |
| HSL | 52.86º | 0.62% | 0.6% | - |
| HSV(B) | 52.86º | 0.58% | 0.85% | - |
| XYZ | 51.62 | 57.75 | 18.32 | - |
| YUV | 193.83 | 69.97 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 202 | 91 | 0 | 0.07 | 0.58 | 0.15 | 52.86 | 0.62 | 0.6 |
| Hex | D9 | CA | 5B | 0 | 7 | 3A | F | 35 | 3E | 3C |
| Octal | 331 | 312 | 133 | 0 | 7 | 72 | 17 | 65 | 76 | 74 |
| Binary | 11011001 | 11001010 | 1011011 | 0 | 111 | 111010 | 1111 | 110101 | 111110 | 111100 |
Color Harmonies of #D9CA5B
Complementary color
Monochromatic Colors of #D9CA5B
Black with #D9CA5B
Text Example
Text Example
White with #D9CA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CA5B; }
p { color: rgb(217,202,91); }
H1.HeaderClassName
{
color: #D9CA5B;
}
.AnyTagClassName
{
color: #D9CA5B;
}
</style>
background-color css
<style>
a { background-color: #D9CA5B; }
a { background-color: rgb(217,202,91); }
div.DivClassName
{
background-color: #D9CA5B;
}
.BgClassName
{
background-color: #D9CA5B;
}
</style>
border-color css
<style>
span { border-color: #D9CA5B; }
span { border-color: rgb(217,202,91); }
td.TdClassName
{
border-color: #D9CA5B;
}
.TagClassName
{
border-color: #D9CA5B;
}
</style>