HSL(49, 100%, 33%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(49,100%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(49, 100%, 33%) | color: hsl(49, 100%, 33%) | |
| HEX | #A88900 | color: #A88900 | |
| RGB | rgb(168, 137, 0) | color: rgb(168, 137, 0) | |
| CMYK | cmyk(0%, 18%, 100%, 34%) | — | |
| HSV | hsv(49, 100%, 66%) | — | |
| HWB | hwb(49 0% 34%) | color: hwb(49 0% 34%) | |
| OKLCH | oklch(0.6404 0.1311 92.76) | color: oklch(0.6404 0.1311 92.76) | |
| Lab | lab(58.24 0.75 63) | color: lab(58.24 0.75 63) | |
| LCH | lch(58.24 63 89.32) | color: lch(58.24 63 89.32) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#9B9A21 — rgb(155, 154, 33)
Deuteranopia (Green-blind)
#9C9F29 — rgb(156, 159, 41)
Tritanopia (Blue-blind)
#A63B41 — rgb(166, 59, 65)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(49, 100%, 33%);
text
color: hsl(49, 100%, 33%);
border
border: 2px solid hsl(49, 100%, 33%);
gradient light
background: linear-gradient(to right, hsl(49, 100%, 53%), hsl(49, 100%, 33%));
gradient dark
background: linear-gradient(to right, hsl(49, 100%, 33%), hsl(49, 100%, 13%))
hex
background-color: #A88900;
tailwind
bg-[hsl(49,100%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(49, 100%, 33%, 0.4);
css variable
--color-primary: hsl(49, 100%, 33%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(49, 100%, 33%)?
HEX: #A88900 | RGB: rgb(168, 137, 0) | CMYK: 0%, 18%, 100%, 34% | HSV: 49°, 100%, 66%. Copy any format from the conversion table above.
What colors go well with #A88900?
The complementary color is HSL(229, 100%, 33%). 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%, 33%) in CSS?
As HSL: color: hsl(49, 100%, 33%); — As HEX: color: #A88900; — As RGB: color: rgb(168, 137, 0); — Tailwind CSS: bg-[hsl(49,100%,33%)] — CSS variable: --color-primary: hsl(49, 100%, 33%);