I guess they're called color codes, but I'm talking about how you change the rank color to like golden, red, or blue. Is there a site that gives you the list of codes for each color?
Sorry if my question is dumb but i'm new to scripting.
Its easy to find a list of RGB/Hex colors .. using common search engines like; Google, Yahoo, Bing, AltaVista, Cuil, Excite, AloSearch, HotBot .. ect
But you'll find this site useful: [url]http://cloford.com/resources/colours/500col.htm[/url]
Seems like there are 21 colors with the name "gold" in.
If you need help with an admin-mod or just a mod .. then please post what mod you're using.
Colors are defined as Color( RED, GREEN, BLUE )
Here's a site where you can pick from 16ish million colors: [url]http://www.colorpicker.com[/url]
Use the R, G, and B values in place of Red, Green and Blue when you define a Color.
Edit: Guy above me seemed to have posted as I posted! But yeah, 255*255*255 different variations available.
Black would be Color( 0, 0, 0 ) while white is Color( 255, 255, 255 ), red Color( 255, 0, 0 ), green Color( 0, 255, 0 ) and blue Color( 0, 0, 255 )
I prefer this, as it shows you complementary colors as well.
[url]http://colorschemedesigner.com/[/url]
Thanks you really appreciate it
[editline]22nd June 2013[/editline]
Thanks for your replay :D
[editline]22nd June 2013[/editline]
Thanks!
I use this. [url]http://www.colorschemer.com/online.html[/url]