Shades of Tacha #D4C75F
Tints of Tacha #D4C75F
RGB
CMYK
RGB Variations
Color information
#D4C75F (or 0xD4C75F) is known color: Tacha. HEX triplet: D4, C7 and 5F. RGB value is (212,199,95). Sum of RGB (Red+Green+Blue) = 212+199+95=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 199 (78.12% from 255 or 39.33% from 506); Blue value is 95 (37.5% from 255 or 18.77% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C75F is #2B38A0. Grayscale: #BFBFBF. Windows color (decimal): -2832545 or 6277076. OLE color: 6277076.
HSL color Cylindrical-coordinate representation of color #D4C75F: hue angle of 53.33º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D4C75F is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 199 | 95 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.17 |
| HSL | 53.33º | 0.58% | 0.6% | - |
| HSV(B) | 53.33º | 0.55% | 0.83% | - |
| XYZ | 49.64 | 55.67 | 18.96 | - |
| YUV | 191.03 | 73.81 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 199 | 95 | 0 | 0.06 | 0.55 | 0.17 | 53.33 | 0.58 | 0.6 |
| Hex | D4 | C7 | 5F | 0 | 6 | 37 | 11 | 35 | 3A | 3C |
| Octal | 324 | 307 | 137 | 0 | 6 | 67 | 21 | 65 | 72 | 74 |
| Binary | 11010100 | 11000111 | 1011111 | 0 | 110 | 110111 | 10001 | 110101 | 111010 | 111100 |
Color Harmonies of #D4C75F
Complementary color
Monochromatic Colors of #D4C75F
Black with #D4C75F
Text Example
Text Example
White with #D4C75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C75F; }
p { color: rgb(212,199,95); }
H1.HeaderClassName
{
color: #D4C75F;
}
.AnyTagClassName
{
color: #D4C75F;
}
</style>
background-color css
<style>
a { background-color: #D4C75F; }
a { background-color: rgb(212,199,95); }
div.DivClassName
{
background-color: #D4C75F;
}
.BgClassName
{
background-color: #D4C75F;
}
</style>
border-color css
<style>
span { border-color: #D4C75F; }
span { border-color: rgb(212,199,95); }
td.TdClassName
{
border-color: #D4C75F;
}
.TagClassName
{
border-color: #D4C75F;
}
</style>