HSL(16, 41%, 73%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(16,41%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(16, 41%, 73%) | color: hsl(16, 41%, 73%) | |
| HEX | #D6AD9E | color: #D6AD9E | |
| RGB | rgb(214, 173, 158) | color: rgb(214, 173, 158) | |
| CMYK | cmyk(0%, 19%, 26%, 16%) | — | |
| HSV | hsv(16, 26%, 84%) | — | |
| HWB | hwb(16 62% 16%) | color: hwb(16 62% 16%) | |
| OKLCH | oklch(0.7804 0.0526 41.06) | color: oklch(0.7804 0.0526 41.06) | |
| Lab | lab(73.97 12.71 13.36) | color: lab(73.97 12.71 13.36) | |
| LCH | lch(73.97 18.44 46.43) | color: lch(73.97 18.44 46.43) |
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)
#C4C4A2 — rgb(196, 196, 162)
Deuteranopia (Green-blind)
#C7CAA3 — rgb(199, 202, 163)
Tritanopia (Blue-blind)
#D4A4A5 — rgb(212, 164, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(16, 41%, 73%);
text
color: hsl(16, 41%, 73%);
border
border: 2px solid hsl(16, 41%, 73%);
gradient light
background: linear-gradient(to right, hsl(16, 41%, 93%), hsl(16, 41%, 73%));
gradient dark
background: linear-gradient(to right, hsl(16, 41%, 73%), hsl(16, 41%, 53%))
hex
background-color: #D6AD9E;
tailwind
bg-[hsl(16,41%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(16, 41%, 73%, 0.4);
css variable
--color-primary: hsl(16, 41%, 73%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(16, 41%, 73%)?
HEX: #D6AD9E | RGB: rgb(214, 173, 158) | CMYK: 0%, 19%, 26%, 16% | HSV: 16°, 26%, 84%. Copy any format from the conversion table above.
What colors go well with #D6AD9E?
The complementary color is HSL(196, 41%, 73%). For a triadic harmony, use hues 16°, 136°, and 256°. For analogous combinations, try hues 346° and 46°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(16, 41%, 73%) in CSS?
As HSL: color: hsl(16, 41%, 73%); — As HEX: color: #D6AD9E; — As RGB: color: rgb(214, 173, 158); — Tailwind CSS: bg-[hsl(16,41%,73%)] — CSS variable: --color-primary: hsl(16, 41%, 73%);