Shades of Tacha #DCC75F
Tints of Tacha #DCC75F
RGB
CMYK
RGB Variations
Color information
#DCC75F (or 0xDCC75F) is known color: Tacha. HEX triplet: DC, C7 and 5F. RGB value is (220,199,95). Sum of RGB (Red+Green+Blue) = 220+199+95=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 199 (78.12% from 255 or 38.72% from 514); Blue value is 95 (37.5% from 255 or 18.48% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC75F is #2338A0. Grayscale: #C1C1C1. Windows color (decimal): -2308257 or 6277084. OLE color: 6277084.
HSL color Cylindrical-coordinate representation of color #DCC75F: hue angle of 49.92º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCC75F is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 95 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.14 |
| HSL | 49.92º | 0.64% | 0.62% | - |
| HSV(B) | 49.92º | 0.57% | 0.86% | - |
| XYZ | 52 | 56.89 | 19.07 | - |
| YUV | 193.42 | 72.46 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 95 | 0 | 0.10 | 0.57 | 0.14 | 49.92 | 0.64 | 0.62 |
| Hex | DC | C7 | 5F | 0 | A | 39 | E | 32 | 40 | 3E |
| Octal | 334 | 307 | 137 | 0 | 12 | 71 | 16 | 62 | 100 | 76 |
| Binary | 11011100 | 11000111 | 1011111 | 0 | 1010 | 111001 | 1110 | 110010 | 1000000 | 111110 |
Color Harmonies of #DCC75F
Complementary color
Monochromatic Colors of #DCC75F
Black with #DCC75F
Text Example
Text Example
White with #DCC75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC75F; }
p { color: rgb(220,199,95); }
H1.HeaderClassName
{
color: #DCC75F;
}
.AnyTagClassName
{
color: #DCC75F;
}
</style>
background-color css
<style>
a { background-color: #DCC75F; }
a { background-color: rgb(220,199,95); }
div.DivClassName
{
background-color: #DCC75F;
}
.BgClassName
{
background-color: #DCC75F;
}
</style>
border-color css
<style>
span { border-color: #DCC75F; }
span { border-color: rgb(220,199,95); }
td.TdClassName
{
border-color: #DCC75F;
}
.TagClassName
{
border-color: #DCC75F;
}
</style>