Shades of Tacha #DCC05C
Tints of Tacha #DCC05C
RGB
CMYK
RGB Variations
Color information
#DCC05C (or 0xDCC05C) is known color: Tacha. HEX triplet: DC, C0 and 5C. RGB value is (220,192,92). Sum of RGB (Red+Green+Blue) = 220+192+92=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 92 (36.33% from 255 or 18.25% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC05C is #233FA3. Grayscale: #BDBDBD. Windows color (decimal): -2310052 or 6078684. OLE color: 6078684.
HSL color Cylindrical-coordinate representation of color #DCC05C: hue angle of 46.88º 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 #DCC05C is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 92 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.14 |
| HSL | 46.88º | 0.65% | 0.61% | - |
| HSV(B) | 46.88º | 0.58% | 0.86% | - |
| XYZ | 50.3 | 53.69 | 17.84 | - |
| YUV | 188.97 | 73.28 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 92 | 0 | 0.13 | 0.58 | 0.14 | 46.88 | 0.65 | 0.61 |
| Hex | DC | C0 | 5C | 0 | D | 3A | E | 2F | 41 | 3D |
| Octal | 334 | 300 | 134 | 0 | 15 | 72 | 16 | 57 | 101 | 75 |
| Binary | 11011100 | 11000000 | 1011100 | 0 | 1101 | 111010 | 1110 | 101111 | 1000001 | 111101 |
Color Harmonies of #DCC05C
Complementary color
Monochromatic Colors of #DCC05C
Black with #DCC05C
Text Example
Text Example
White with #DCC05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC05C; }
p { color: rgb(220,192,92); }
H1.HeaderClassName
{
color: #DCC05C;
}
.AnyTagClassName
{
color: #DCC05C;
}
</style>
background-color css
<style>
a { background-color: #DCC05C; }
a { background-color: rgb(220,192,92); }
div.DivClassName
{
background-color: #DCC05C;
}
.BgClassName
{
background-color: #DCC05C;
}
</style>
border-color css
<style>
span { border-color: #DCC05C; }
span { border-color: rgb(220,192,92); }
td.TdClassName
{
border-color: #DCC05C;
}
.TagClassName
{
border-color: #DCC05C;
}
</style>