Shades of Tacha #D9C75F
Tints of Tacha #D9C75F
RGB
CMYK
RGB Variations
Color information
#D9C75F (or 0xD9C75F) is known color: Tacha. HEX triplet: D9, C7 and 5F. RGB value is (217,199,95). Sum of RGB (Red+Green+Blue) = 217+199+95=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 95 (37.5% from 255 or 18.59% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C75F is #2638A0. Grayscale: #C0C0C0. Windows color (decimal): -2504865 or 6277081. OLE color: 6277081.
HSL color Cylindrical-coordinate representation of color #D9C75F: hue angle of 51.15º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9C75F is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 199 | 95 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.15 |
| HSL | 51.15º | 0.62% | 0.61% | - |
| HSV(B) | 51.15º | 0.56% | 0.85% | - |
| XYZ | 51.1 | 56.42 | 19.02 | - |
| YUV | 192.53 | 72.96 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 199 | 95 | 0 | 0.08 | 0.56 | 0.15 | 51.15 | 0.62 | 0.61 |
| Hex | D9 | C7 | 5F | 0 | 8 | 38 | F | 33 | 3E | 3D |
| Octal | 331 | 307 | 137 | 0 | 10 | 70 | 17 | 63 | 76 | 75 |
| Binary | 11011001 | 11000111 | 1011111 | 0 | 1000 | 111000 | 1111 | 110011 | 111110 | 111101 |
Color Harmonies of #D9C75F
Complementary color
Monochromatic Colors of #D9C75F
Black with #D9C75F
Text Example
Text Example
White with #D9C75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C75F; }
p { color: rgb(217,199,95); }
H1.HeaderClassName
{
color: #D9C75F;
}
.AnyTagClassName
{
color: #D9C75F;
}
</style>
background-color css
<style>
a { background-color: #D9C75F; }
a { background-color: rgb(217,199,95); }
div.DivClassName
{
background-color: #D9C75F;
}
.BgClassName
{
background-color: #D9C75F;
}
</style>
border-color css
<style>
span { border-color: #D9C75F; }
span { border-color: rgb(217,199,95); }
td.TdClassName
{
border-color: #D9C75F;
}
.TagClassName
{
border-color: #D9C75F;
}
</style>