Bronzed
#dd6633
Here's everything about the color Bronzed (#dd6633) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #dd6633 | |
|---|---|---|
| RGB | rgb(221, 102, 51) | |
| HSL | hsl(18, 71%, 53%) | |
| CMYK | cmyk(0%, 54%, 77%, 13%) | |
| LAB | lab(58, 45, 51) | |
| OKLCH | oklch(0.65 0.162 42) |
Color harmonies
Tints & shades
Code snippets
color: #dd6633;
background-color: #dd6633;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFDD6633)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.40, blue: 0.20, alpha: 1.0)