HSL(49, 100%, 16%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(49,100%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(49, 100%, 16%) | color: hsl(49, 100%, 16%) | |
| HEX | #524300 | color: #524300 | |
| RGB | rgb(82, 67, 0) | color: rgb(82, 67, 0) | |
| CMYK | cmyk(0%, 18%, 100%, 68%) | — | |
| HSV | hsv(49, 100%, 32%) | — | |
| HWB | hwb(49 0% 68%) | color: hwb(49 0% 68%) | |
| OKLCH | oklch(0.3872 0.0794 94.45) | color: oklch(0.3872 0.0794 94.45) | |
| Lab | lab(28.92 -0.39 37.97) | color: lab(28.92 -0.39 37.97) | |
| LCH | lch(28.92 37.97 90.59) | color: lch(28.92 37.97 90.59) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#4C4B10 — rgb(76, 75, 16)
Deuteranopia (Green-blind)
#4C4E14 — rgb(76, 78, 20)
Tritanopia (Blue-blind)
#511D20 — rgb(81, 29, 32)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(49, 100%, 16%);
text
color: hsl(49, 100%, 16%);
border
border: 2px solid hsl(49, 100%, 16%);
gradient light
background: linear-gradient(to right, hsl(49, 100%, 36%), hsl(49, 100%, 16%));
gradient dark
background: linear-gradient(to right, hsl(49, 100%, 16%), hsl(49, 100%, 0%))
hex
background-color: #524300;
tailwind
bg-[hsl(49,100%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(49, 100%, 16%, 0.4);
css variable
--color-primary: hsl(49, 100%, 16%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(49, 100%, 16%)?
HEX: #524300 | RGB: rgb(82, 67, 0) | CMYK: 0%, 18%, 100%, 68% | HSV: 49°, 100%, 32%. Copy any format from the conversion table above.
What colors go well with #524300?
The complementary color is HSL(229, 100%, 16%). For a triadic harmony, use hues 49°, 169°, and 289°. For analogous combinations, try hues 19° and 79°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(49, 100%, 16%) in CSS?
As HSL: color: hsl(49, 100%, 16%); — As HEX: color: #524300; — As RGB: color: rgb(82, 67, 0); — Tailwind CSS: bg-[hsl(49,100%,16%)] — CSS variable: --color-primary: hsl(49, 100%, 16%);