#dba950
a balanced, vivid orange · warm · closest name: Goldenrod
At a glance
Every number on this page in one read: what #dba950 is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #dba950 |
| RGB | rgb(219, 169, 80) |
| HSL | hsl(38, 66%, 59%) |
| CMYK | cmyk(0%, 23%, 64%, 14%) |
| LAB | lab(72.2 8.9 51.9) |
| LCH | lch(72.2 52.6 80.2) |
| OKLCH | oklch(0.764 0.121 79.6) |
| Decimal | 14395728 |
| Display P3 | color(display-p3 0.859 0.663 0.314) |
Copy-ready code
/* CSS */
color: #dba950;
background-color: #dba950;
/* Tailwind (arbitrary) */
class="text-[#dba950] bg-[#dba950]"
/* SCSS */
$brand: #dba950;
/* SwiftUI */
Color(red: 0.859, green: 0.663, blue: 0.314)
/* Android */
Color.parseColor("#dba950")
/* Flutter */
Color(0xFFDBA950)
/* Python / OpenCV (BGR) */
(80, 169, 219)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #dba950 is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FBF8F3;
--brand-100: #F8F2E8;
--brand-200: #F1E3CB;
--brand-300: #ECD1A2;
--brand-400: #E2BA73;
--brand-500: #dba950;
--brand-600: #CB912A;
--brand-700: #A97923;
--brand-800: #87611C;
--brand-900: #624818;
--brand-950: #3D2D0F;
--brand: #dba950;
--brand-ink: #000000;
}Colors that work with #dba950
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #dba950
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #5082DB | Directly opposite — maximum tension | |
| Analogous left | #DB6350 | Neighbour, quieter | |
| Analogous right | #C8DB50 | Neighbour, quieter | |
| Split-complement 1 | #50C8DB | Contrast without the clash | |
| Split-complement 2 | #6350DB | Contrast without the clash | |
| Triadic 1 | #50DBA9 | Even thirds — balanced and loud | |
| Triadic 2 | #A950DB | Even thirds — balanced and loud | |
| Tetradic | #50DB63 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#dba950 text on a black background
contrast 9.80:1
#dba950 text on a white background
contrast 2.14:1
CSS3 live lab
The quick brown fox
color: #dba950;
background-color: #dba950;
Glowing headline
text-shadow: 2px 2px 8px #dba950;
Soft neon halo
text-shadow: 0 0 14px rgba(219, 169, 80, 0.45);
box-shadow: 0 12px 32px -8px rgba(219, 169, 80, 0.45);
border: 3px solid #dba950; background: linear-gradient(135deg, #dba950, #B0DB50);
Monochromatic scale
Palettes built from #dba950
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Honey (#eba937) — ΔE2000 4.3 away, with its history, psychology and brand usage.
#dba950 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#dba950, answered
What color is #dba950?
#dba950 is a balanced vivid orange, closest to Goldenrod (ΔE2000 4.9). It sits at 38° on the hue wheel with 66% saturation and 59% lightness, which reads as warm.
What is the RGB value of #dba950?
rgb(219, 169, 80) — 219 red, 169 green and 80 blue out of 255, or 85.9% / 66.3% / 31.4% by channel.
Is #dba950 a light or a dark color?
It is a mid-tone. Relative luminance is 0.4402 and perceived brightness is 70%, so black text on it reaches 9.80:1.
Should I use black or white text on #dba950?
Black. It scores 9.80:1 against #dba950, versus 2.14:1 for white — AAA at any size.
What is the complementary color of #dba950?
#5082DB sits directly opposite on the wheel. Softer options are the split-complements #50C8DB and #6350DB, which give the same contrast with far less vibration.
What colors go well with #dba950?
For interface work: #FAF8F4 as the surface, #EDDCC0 for borders, #9B7E4B for secondary text, #1F76AD as an accent and #6A4C16 for hover and pressed states. For a palette, the analogous pair #DB6350 and #C8DB50 stays calm, while #5082DB is the loudest partner.
What is #dba950 in CMYK for printing?
cmyk(0%, 23%, 64%, 14%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #dba950 warm or cool?
Warm — it scores 7 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DB9650; nudged cooler, #DCDD4E.