Shades of Tacha #DCC75C
Tints of Tacha #DCC75C
RGB
CMYK
RGB Variations
Color information
#DCC75C (or 0xDCC75C) is known color: Tacha. HEX triplet: DC, C7 and 5C. RGB value is (220,199,92). Sum of RGB (Red+Green+Blue) = 220+199+92=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 92 (36.33% from 255 or 18.00% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC75C is #2338A3. Grayscale: #C1C1C1. Windows color (decimal): -2308260 or 6080476. OLE color: 6080476.
HSL color Cylindrical-coordinate representation of color #DCC75C: hue angle of 50.16º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCC75C is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 92 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.14 |
| HSL | 50.16º | 0.65% | 0.61% | - |
| HSV(B) | 50.16º | 0.58% | 0.86% | - |
| XYZ | 51.87 | 56.84 | 18.36 | - |
| YUV | 193.08 | 70.96 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 92 | 0 | 0.10 | 0.58 | 0.14 | 50.16 | 0.65 | 0.61 |
| Hex | DC | C7 | 5C | 0 | A | 3A | E | 32 | 41 | 3D |
| Octal | 334 | 307 | 134 | 0 | 12 | 72 | 16 | 62 | 101 | 75 |
| Binary | 11011100 | 11000111 | 1011100 | 0 | 1010 | 111010 | 1110 | 110010 | 1000001 | 111101 |
Color Harmonies of #DCC75C
Complementary color
Monochromatic Colors of #DCC75C
Black with #DCC75C
Text Example
Text Example
White with #DCC75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC75C; }
p { color: rgb(220,199,92); }
H1.HeaderClassName
{
color: #DCC75C;
}
.AnyTagClassName
{
color: #DCC75C;
}
</style>
background-color css
<style>
a { background-color: #DCC75C; }
a { background-color: rgb(220,199,92); }
div.DivClassName
{
background-color: #DCC75C;
}
.BgClassName
{
background-color: #DCC75C;
}
</style>
border-color css
<style>
span { border-color: #DCC75C; }
span { border-color: rgb(220,199,92); }
td.TdClassName
{
border-color: #DCC75C;
}
.TagClassName
{
border-color: #DCC75C;
}
</style>