Donkey Kong
#ab4210
Looking for the precise values behind Donkey Kong (#ab4210)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ab4210 | |
|---|---|---|
| RGB | rgb(171, 66, 16) | |
| HSL | hsl(19, 83%, 37%) | |
| CMYK | cmyk(0%, 61%, 91%, 33%) | |
| LAB | lab(43, 42, 49) | |
| OKLCH | oklch(0.52 0.149 41) |
Color harmonies
Tints & shades
Code snippets
color: #ab4210;
background-color: #ab4210;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFAB4210)
/* Swift / UIKit */
UIColor(red: 0.67, green: 0.26, blue: 0.06, alpha: 1.0)