HEX code matching
Reply
myra2210
Advanced
myra2210
1 year, 8 months ago by myra2210
Whenever I go to a website of a brand to match HEX codes, they only come up to match 1 or 2 letters/number. What should I do?
halokiwi
Moderator
halokiwi
1 year, 8 months ago by halokiwi
You won't be able to match every hex code 100% to a string colour. There are 16^6 hex codes, which is 16777216 different codes.
halokiwi
Moderator
halokiwi
1 year, 8 months ago by halokiwi
Here is a website where you can match rgb values to dmc strings. You can easily find how to convert hex to rgb online.

https://threadcolors.com/

This website gives you multiple strings that are as similar as possible to the colour code. Finding an exact match is very unlikely.
feiwafeiwa
Bracelet King
feiwafeiwa
1 year, 8 months ago by feiwafeiwa
If you want to match a specific color, your best bet is to take a picture or screenshot and use a color-picking website to get the exact hex code of the color. I've found https://html-color-codes.info/colors-from-image/ to be really useful in the past for other projects.
halokiwi
Moderator
halokiwi
1 year, 8 months ago by halokiwi
Oh wait, so do you have a hex code and want to find string in that colour or do you have string and want to find the hex code of that colour?
Reply