- Joined
- Dec 19, 2007
- Messages
- 1,234
100,100,100 = white
0,0,0 = black
how to create yellow - or even better - gold color ??
0,0,0 = black
how to create yellow - or even better - gold color ??
100,100,100 = white
0,0,0 = black
how to create yellow - or even better - gold color ??
100 100 0=yellow
its: red green blue
http://html-color-codes.info/
just there 100 is 100% and its in website 100%=255
for makeing orage put less green than red but still 0 blue or just few blue
its same than tooltip color where
|c <= color
|cff <= here ff => hexadecimal and in decimal is 255 so max value and its about transparency if thios value lower than its more transparent
|cffff <=second 2 f is red color cod same like in site
|cffffff <=3rd 2 f is green color cod same like in site
|cffffffff <=4ty 2 f is blue color cod same like in site
|cffffffff <= absolute no transparency and 100% (255) red and 100% (255) green and 100% (255) blue so this will be white
with text u can close with |r
red text => |cffff0000Red Text|r
easy to transform decimal to percentage
with windows calculater u can convert hexadecimal to decimal in scintist mod ff=>255
formula: decimal value/255*100=>if value 255 then its 100% etc
more info here
http://www.thehelper.net/forums/showthread.php/111837-Warcraft-Color-Code-List
http://world-editor-tutorials.thehelper.net/colors.php
http://www.d3scene.com/forum/warcraft-3-custom-maps/15064-color-codes-warcraft-3-a.html
http://world-editor-tutorials.thehelper.net/cat_usersubmit.php?view=138460
K, sound really informative:
FACB31 = ?
FA - CB - 31
250 - 203 - 49
now how i turn this into % ?
thanks. thou the problam wasnt the "HEX into DEC " since I am a program engenear ofc I know this, the thing i didnt know is how to convert it into precentage, thanks for teaching me that.
You are "program engenear" and don't know percentages? Here [in poland] my younger sister even knows it.
100,100,100 = white
0,0,0 = black
how to create yellow - or even better - gold color ??