16
Hexcodle #321
(hexcodle.com)
Community for daily games like Wordle, Jumblie, Connections etc.
Post your daily games and scores. Discover new games and discuss with others.
Find games
Share your results
Itβs useful to wrap your results in a markdown codeblock to preserve the layout. Put three backticks ```
before and after your result to create a codeblock.
π¨π¨β¬β¬β¬
π¨π©β¬β¬β¬
π©π©π¨π¨β¬
π©π©π©π©π©
Rules
Aside from increasing or decreasing the values based on the relative error/wrong-ness, is there a good way to get close on the first try?
It's mostly practice in the rgb color space and understanding hex codes. I start with the first digit for each of red, green, and blue, like in the Hexcodle Mini. Then I insert the second digit for each, and if I don't have a good idea then I'll go with 7 or 8.
If the color is dark, the first digits (the R, G, and B in #RXGXBX) are more likely to be less than 8. If the color is light, the first digits are more likely to be more than 8.
The hex code help link on the game's page is pretty helpful - https://www.freecodecamp.org/news/how-hex-code-colors-work-how-to-choose-colors-without-a-color-picker/
For the first digits, I make a guess, for the second digits, I choose 7 or 8, basically using a divide and conquer approach.