Canyon Sunset
#dd8869
Canyon Sunset, represented by the hex value #dd8869, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #dd8869 | |
|---|---|---|
| RGB | rgb(221, 136, 105) | |
| HSL | hsl(16, 63%, 64%) | |
| CMYK | cmyk(0%, 38%, 52%, 13%) | |
| LAB | lab(65, 31, 31) | |
| OKLCH | oklch(0.71 0.114 41) |
Color harmonies
Tints & shades
Code snippets
color: #dd8869;
background-color: #dd8869;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFDD8869)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.53, blue: 0.41, alpha: 1.0)