#187 LightYellow3
#D7D7AF
ExtendedHEX#D7D7AF
RGB215, 215, 175
HSL60°, 33%, 76%
CMYK0%, 0%, 19%, 16%
Xterm ID187
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;187m Background (fondo)
\x1b[48;5;187m Bash echo
echo -e "\033[38;5;187mTexto\033[0m" Python
print(f"\033[38;5;187mTexto\033[0m") CSS
Color HEX
color: #D7D7AF; Color RGB
color: rgb(215, 215, 175); Background
background-color: #D7D7AF;