#184 Yellow3
#D7D700
ExtendedHEX#D7D700
RGB215, 215, 0
HSL60°, 100%, 42%
CMYK0%, 0%, 100%, 16%
Xterm ID184
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;184m Background (fondo)
\x1b[48;5;184m Bash echo
echo -e "\033[38;5;184mTexto\033[0m" Python
print(f"\033[38;5;184mTexto\033[0m") CSS
Color HEX
color: #D7D700; Color RGB
color: rgb(215, 215, 0); Background
background-color: #D7D700;