Shades of Tacha #D4C15F
Tints of Tacha #D4C15F
RGB
CMYK
RGB Variations
Color information
#D4C15F (or 0xD4C15F) is known color: Tacha. HEX triplet: D4, C1 and 5F. RGB value is (212,193,95). Sum of RGB (Red+Green+Blue) = 212+193+95=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 95 (37.5% from 255 or 19% from 500); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C15F is #2B3EA0. Grayscale: #BBBBBB. Windows color (decimal): -2834081 or 6275540. OLE color: 6275540.
HSL color Cylindrical-coordinate representation of color #D4C15F: hue angle of 50.26º 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 #D4C15F is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 193 | 95 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.17 |
| HSL | 50.26º | 0.58% | 0.6% | - |
| HSV(B) | 50.26º | 0.55% | 0.83% | - |
| XYZ | 48.29 | 52.96 | 18.5 | - |
| YUV | 187.51 | 75.79 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 193 | 95 | 0 | 0.09 | 0.55 | 0.17 | 50.26 | 0.58 | 0.6 |
| Hex | D4 | C1 | 5F | 0 | 9 | 37 | 11 | 32 | 3A | 3C |
| Octal | 324 | 301 | 137 | 0 | 11 | 67 | 21 | 62 | 72 | 74 |
| Binary | 11010100 | 11000001 | 1011111 | 0 | 1001 | 110111 | 10001 | 110010 | 111010 | 111100 |
Color Harmonies of #D4C15F
Complementary color
Monochromatic Colors of #D4C15F
Black with #D4C15F
Text Example
Text Example
White with #D4C15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C15F; }
p { color: rgb(212,193,95); }
H1.HeaderClassName
{
color: #D4C15F;
}
.AnyTagClassName
{
color: #D4C15F;
}
</style>
background-color css
<style>
a { background-color: #D4C15F; }
a { background-color: rgb(212,193,95); }
div.DivClassName
{
background-color: #D4C15F;
}
.BgClassName
{
background-color: #D4C15F;
}
</style>
border-color css
<style>
span { border-color: #D4C15F; }
span { border-color: rgb(212,193,95); }
td.TdClassName
{
border-color: #D4C15F;
}
.TagClassName
{
border-color: #D4C15F;
}
</style>