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