Shades of Tacha #D9C75E
Tints of Tacha #D9C75E
RGB
CMYK
RGB Variations
Color information
#D9C75E (or 0xD9C75E) is known color: Tacha. HEX triplet: D9, C7 and 5E. RGB value is (217,199,94). Sum of RGB (Red+Green+Blue) = 217+199+94=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 199 (78.12% from 255 or 39.02% from 510); Blue value is 94 (37.11% from 255 or 18.43% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C75E is #2638A1. Grayscale: #C0C0C0. Windows color (decimal): -2504866 or 6211545. OLE color: 6211545.
HSL color Cylindrical-coordinate representation of color #D9C75E: hue angle of 51.22º 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 #D9C75E is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 199 | 94 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.15 |
| HSL | 51.22º | 0.62% | 0.61% | - |
| HSV(B) | 51.22º | 0.57% | 0.85% | - |
| XYZ | 51.06 | 56.41 | 18.79 | - |
| YUV | 192.41 | 72.46 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 199 | 94 | 0 | 0.08 | 0.57 | 0.15 | 51.22 | 0.62 | 0.61 |
| Hex | D9 | C7 | 5E | 0 | 8 | 39 | F | 33 | 3E | 3D |
| Octal | 331 | 307 | 136 | 0 | 10 | 71 | 17 | 63 | 76 | 75 |
| Binary | 11011001 | 11000111 | 1011110 | 0 | 1000 | 111001 | 1111 | 110011 | 111110 | 111101 |
Color Harmonies of #D9C75E
Complementary color
Monochromatic Colors of #D9C75E
Black with #D9C75E
Text Example
Text Example
White with #D9C75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C75E; }
p { color: rgb(217,199,94); }
H1.HeaderClassName
{
color: #D9C75E;
}
.AnyTagClassName
{
color: #D9C75E;
}
</style>
background-color css
<style>
a { background-color: #D9C75E; }
a { background-color: rgb(217,199,94); }
div.DivClassName
{
background-color: #D9C75E;
}
.BgClassName
{
background-color: #D9C75E;
}
</style>
border-color css
<style>
span { border-color: #D9C75E; }
span { border-color: rgb(217,199,94); }
td.TdClassName
{
border-color: #D9C75E;
}
.TagClassName
{
border-color: #D9C75E;
}
</style>