-
See Also
- Yellow
- StandardYellow
- LightYellow
- ColorData
- Lighter
- Darker
- Hue
- RGBColor
- Style
-
- Entity Types
- Color
- Related Guides
represents a dark yellow color in graphics or style specifications.
DarkYellow
represents a dark yellow color in graphics or style specifications.
Details
- DarkYellow is equivalent to RGBColor[0.6,0.45,0].
Examples
open all close allBasic Examples (3)
Graphics[{DarkYellow, EdgeForm[Black], Disk[]}]Make a plot with dark yellow plot style:
Plot[Sin[x], {x, 0, 2Pi}, PlotStyle -> DarkYellow]Display a grid of numbers with dark yellow background:
Grid[{{1, 2}, {3, 4}}, Frame -> All, Background -> DarkYellow, BaseStyle -> White]Possible Issues (1)
In light mode, the default tick and axes colors make them hard to read with a DarkYellow background:
LightModePane[Plot[Sin[x], {x, 0, 2Pi}, Background -> DarkYellow]]Use DarkModePane to force dark mode coloring:
DarkModePane[Plot[Sin[x], {x, 0, 2Pi}, Background -> DarkYellow]]StandardYellow contrasts with both light and dark mode coloring:
g = Plot[Sin[x], {x, 0, 2Pi}, Background -> StandardYellow];
{LightModePane[g], DarkModePane[g]}See Also
Yellow StandardYellow LightYellow ColorData Lighter Darker Hue RGBColor Style
Entity Types: Color
Related Guides
-
▪
- Colors
History
Text
Wolfram Research (2025), DarkYellow, Wolfram Language function, https://reference.wolfram.com/language/ref/DarkYellow.html.
CMS
Wolfram Language. 2025. "DarkYellow." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/DarkYellow.html.
APA
Wolfram Language. (2025). DarkYellow. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/DarkYellow.html
BibTeX
@misc{reference.wolfram_2026_darkyellow, author="Wolfram Research", title="{DarkYellow}", year="2025", howpublished="\url{https://reference.wolfram.com/language/ref/DarkYellow.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_darkyellow, organization={Wolfram Research}, title={DarkYellow}, year={2025}, url={https://reference.wolfram.com/language/ref/DarkYellow.html}, note=[Accessed: 12-June-2026]}