Gordon Ramsay Christmas Recipes: Pan-Fried Duck with Spiced Orange and Cranberry (2024)

Support Us Login

'); subMenuHolder = jQuery(".bn-sub-navigation #submenu-" + submenuId); var data = testData[submenuId], hasMain = (typeof data.mainFilters != "undefined" && data.mainFilters.length > 0), hasMore = (typeof data.moreFilters != "undefined" && data.moreFilters.length > 0), hasTrailers = (typeof data.trailers != "undefined" && data.trailers.length > 0); // main filters empty if(!hasMain) return; // TPL var tpl = '', createLink = function(lable, url){ return '' + lable + ''; }, createTrailer = function(trailer){ return '

'; }, createBanner = function(targeting){ var tg = (targeting) ? 'data-targeting=\'' + JSON.stringify(targeting) + '\'' : ''; var banner_html = '

' + '

' + '

'; banner_html += '

'; return banner_html; }, createMain = function(){ if(!hasMain) return ''; var result = '

'; // create filter list result += '

'; for(var i in data.mainFilters) { if(!data.mainFilters.hasOwnProperty(i)) continue; var item = data.mainFilters[i]; if(item.is_visible == 1){ result += createLink(item.label, item.url,item.is_visible); } } if(hasMore) result += 'more'; result += '

'; // end filter list // create trailers if(hasTrailers) { for(var i1 in data.trailers) { if(!data.trailers.hasOwnProperty(i1)) continue; if(i1 == 2) { result += createBanner(data.targeting); } var trailer = data.trailers[i1]; result += createTrailer(trailer); } } // end trailers result += '

'; result += '

'; return result; }, createExtra = function(){ if(!hasMore) return ''; var result = '

'; for(var i in data.moreFilters) { if(!data.moreFilters.hasOwnProperty(i)) continue; var item = data.moreFilters[i]; if(item.is_visible == 1) { result += createLink(item.label, item.url); } } result += '

'; result += '

'; return result; }; tpl += createMain(); if(hasMore) tpl += createExtra(); subMenuHolder.html(tpl); // more button jQuery("#submenu-" + submenuId + " .sub-more").on('click', function() { var t = jQuery(this); var extra = jQuery('#submenu-' + submenuId + ' .sub-col-extra'); t.toggleClass('active'); extra.toggleClass('active'); return false; }); } jQuery('.bn-sub-navigation #submenu-' + submenuId + ' .sub-col-extra').removeClass('active'); jQuery('.bn-sub-navigation #submenu-' + submenuId + ' .sub-more').removeClass('active'); subMenu.show(); subMenuHolder.show(); }; window.updateSubMenuPosition = function(){ mainMenuEndPoint = topNav.position(); mainMenuHeight = topNav.outerHeight(); subMenu.css('position', 'absolute'); subMenu.css('top', mainMenuEndPoint.top + mainMenuHeight); }; //init scroll control var locationPath = document.location.pathname.split('/'); if(locationPath[1] != 'admin') { var block = jQuery('#one-line-nav-block'), navBar = jQuery('#nav-bar'), navLoginButtons = jQuery('#nav-login-buttons'), searchBar = jQuery('.top-nav .search-bar'), scrollPosition = jQuery(window).scrollTop(), windowWidth = jQuery(window).width(), topNav = jQuery(".top-nav"), subMenu = jQuery(".bn-sub-navigation"), subMenuIsDev = false, timeoutHideMenuTime = 300, timeoutHideMenu; block.find('.centered').append(navBar.clone()); block.find('.one-line-nav').append(navLoginButtons.clone()); block.find('.one-line-nav').append(searchBar.clone()); // // sub menu // var mainMenuEndPoint = topNav.position(), mainMenuHeight = topNav.outerHeight(); // subMenu.css('position', 'absolute'); // subMenu.css('top', mainMenuEndPoint.top + mainMenuHeight); window.updateSubMenuPosition(); if(subMenuIsDev) subMenu.addClass('active'); // add arrows jQuery('.with-submenu').append(''); if(windowWidth > 1024) { var openedSubMenuId; jQuery('.b-nav-new a[data-submenu]').hover(function(){ clearTimeout(timeoutHideMenu); var t = jQuery(this), subMenuId = t.data('submenu'); // createSubMenu generateSubmenu(subMenuId); if(t.parents('.one-line-nav').length === 0) window.updateSubMenuPosition(); jQuery('.b-nav-new a[data-submenu=' + openedSubMenuId + ']').removeClass('opened'); openedSubMenuId = subMenuId; jQuery('.b-nav-new a[data-submenu=' + openedSubMenuId + ']').addClass('opened'); subMenu.addClass('active'); // window.updateSubMenuPosition(); if(typeof window.bannerClass !== 'undefined') window.bannerClass.findAndInit(); }, function(){ timeoutHideMenu = setTimeout(function(){ if(!subMenuIsDev) { subMenu.removeClass('active'); subMenu.hide(); jQuery('.b-nav-new a[data-submenu=' + openedSubMenuId + ']').removeClass('opened'); } },timeoutHideMenuTime); }); subMenu.hover(function(){ clearTimeout(timeoutHideMenu); },function(){ timeoutHideMenu = setTimeout(function(){ if(!subMenuIsDev) { subMenu.removeClass('active'); subMenu.hide(); jQuery('.b-nav-new a[data-submenu=' + openedSubMenuId + ']').removeClass('opened'); } },timeoutHideMenuTime); }); } // mobile submenu else { jQuery(document).on('click touchend', '.with-submenu .mobile-arrow', function(){ var t = jQuery(this), li = jQuery(t.parent()), nav = t.parents('.b-nav-new'); if(!li.hasClass('opened')) { var opened = jQuery('.with-submenu.opened', nav); if(opened.length > 0) { jQuery('.b-nav-new .nav-list li a.disabled').removeClass('disabled'); opened.removeClass('opened'); } li.addClass("opened"); jQuery('.b-nav-new .nav-list>li[class!="with-submenu opened"] a[class!="mobile-arrow"]').addClass('disabled'); } else { jQuery('.b-nav-new .nav-list li a.disabled').removeClass('disabled'); li.removeClass('opened'); } return false; }); } // // end sub menu // scrollControl(windowWidth, scrollPosition, block, subMenu, topNav); jQuery(window).scroll(function () { var scrollPosition = jQuery(window).scrollTop(), windowWidth = jQuery(window).width(); scrollControl(windowWidth, scrollPosition, block, subMenu, topNav); }); jQuery(window).resize(function(){ var windowWidth = jQuery(window).width(); if(windowWidth < 1025) { if(block.hasClass("active")) { block.removeClass("active"); block.hide(); } if(subMenu.hasClass("active")) subMenu.removeClass("active"); } }); } }); jQuery(document).ready(function() { //notification display message // + set a localstorage to display only once //check if it is IOS or not var iOS = !!navigator.platform && /iPad|iPhone|iPod/.test(navigator.platform); if (iOS) { //hide the notification for IOS user SINCE it is still does not support Web push. jQuery("#notification-button-mobile").hide(); } if (Modernizr.localstorage) { var countNotification = localStorage.getItem('countNotification'); if (countNotification === null) { countNotification = 0; } if (countNotification <= 1 ){ setTimeout(function() { jQuery("#notification-button-mobile").attr('data-balloon-visible',''); setTimeout(function() { jQuery("#notification-button-mobile").removeAttr('data-balloon-visible'); }, 12000); },2000 ); setTimeout(function() { jQuery("#notification-button").attr('data-balloon-visible',''); setTimeout(function() { jQuery("#notification-button").removeAttr('data-balloon-visible'); }, 12000); },2000 ); } countNotification++; localStorage.setItem('countNotification',countNotification); } else { //Find a alternative solution maybe a Variable. // i dont provide support for notification for old browser though one solution is to use cookies but this would affect speed and this is a BETA test. } });

Get the Best of London Life, Culture and Style

By entering my email I agree to the CultureWhisper Privacy Policy (we won`t share data & you can unsubscribe anytime).

Things to do

By CW Contributor on 23/9/2015

ThisGordon Ramsayrecipe forDuck with Orange and Cranberry Sauce will impress guests this Christmas. Complete the mealwith creamed Cabbage and Thyme, and delicious parsnip purée, for a seasonal feast.

Gordon Ramsay Christmas Recipes: Pan-Fried Duck with Spiced Orange and Cranberry (3)

Traditional Christmas recipe: Pan-fried Duck Breast

Duck and cranberry are a traditional Christmas combination, but Gordon Ramsay's recipe for Pan-fried Duck Breast with Orange and Cranberry Sauce is a sophisticated treat this yuletide. Round off the meal with delicious accompaniments ofparsnip purée and creamed cabbage with thyme.

PAN-FRIED DUCK BREAST WITH SPICED ORANGE AND CRANBERRY SAUCE

This is an elegant main course, perfect for a dinner party over the festive period. I would recommend buying either Gressingham or Barbary duck breasts – both breeds are prized for their superlative flavour. For convenience, the sauce can be made in advance and reheated just before serving.


serves 4

INGREDIENTS:

4 duck breasts, about 225g each

4 juniper berries

pinch of caraway seeds

1 tsp allspice

sea salt and freshly ground black pepper


Spiced orange and cranberry sauce
:

100ml ruby port

100g fresh cranberries

finely grated zest and juice of 1 orange

ó cinnamon stick

1 star anise

300ml chicken stock

1–2 tsp cranberry or redcurrant jelly, to taste

30g butter, diced


METHOD:

Lightly score the skins of the duck breasts with a sharp knife. Using a pestle and mortar, grind the juniper berries, caraway seeds, allspice, 1 tsp salt and a few grinds of pepper to a powder. Rub the spice mix all over the duck breasts and leave to stand for about 10 minutes.Lay the duck breasts, skin side down, in a dry heavy-based large frying pan and gradually turn up the heat. Fry for 5–10 minutes, until most of the fat has rendered and the skin is golden brown.Turn the duck breasts over and lightly brown the other side for a couple of minutes, or until they feel slightly springy when pressed. Remove from the pan and leave to rest in a warm place while you make the sauce.

For the sauce, pour off excess fat from the frying pan and place over a high heat. Pour in the port, stirring to deglaze, and let bubble for a minute. Add the remaining ingredients, except the butter, and bring to the boil. Let bubble until the liquid has reduced by two-thirds and thickened to a syrupy consistency. The cranberries should be very soft; squash a few with a wooden spoon, leaving the others whole. Add any juices from the resting duck. Taste and adjust the seasoning and add a little more jelly if desired. Finally, add the butter and shake the pan to incorporate it as it melts.

Slice the duck breasts on the diagonal and fan them out on warmed serving plates. Spoon the sauce around the duck and serve with parsnip purée and creamed cabbage with thyme (see below) if you like.


PARSNIP PURÉE

serves 8


INGREDIENTS:

1kg parsnips, about 8–10 large ones

75g butter

sea salt and freshly ground black pepper

200ml double cream


METHOD:

Peel and cut the parsnips into roughly even dice. Melt the butter in a saucepan over a low heat and add the parsnips with some salt and pepper. Give them a stir, then cover and sweat gently for about 20 minutes, stirring occasionally, until they are very soft and you can squash them with a wooden spoon. Pour in the cream and bring to the boil.Immediately tip the contents of the pan into a blender or food processor and whiz to a smooth purée. Check the seasoning. Return to the pan, ready to reheat to serve.



CREAMED CABBAGE WITH THYME

serves 8

INGREDIENTS:

50g butter


1 large garlic clove, peeled and crushed


few thyme sprigs, leaves only


1 large or 2 small Savoy cabbage(s), finely shredded


200ml vegetable stock or water


90 ml double cream

METHOD:

Melt the butter in a large pan and add the garlic and thyme leaves. Fry for 30 seconds, then stir in the shredded cabbage. Sauté for about 5 minutes until the cabbage starts to wilt.Pour in the stock or water and simmer for about 5 minutes, until the liquid has evaporated and the cabbage is tender. Stir in the cream. Transfer to a warmed bowl to serve.

Recipe extracted fromChristmas with Gordon, by Gordon Ramsay (Quadrille Publishing, Hardback, £15)

You may also like:

  • The Seahorse Recipe: Lamb Chops with Salsa Verde
  • Halloween Recipe: Pumpkin Tartlets with Sage and Thyme
  • Kelis Recipes: Beef Sliders
Gordon Ramsay Christmas Recipes: Pan-Fried Duck with Spiced Orange and Cranberry (2024)

FAQs

Why do you cook duck in a cold pan? ›

Why It Works. Scoring the skin increases the surface area of the fat, allowing it to render off faster with greater exposure to heat. Starting the duck breast in a cold pan, and then cooking low and slow, gives the fat more time to render, while the meat becomes tender and juicy.

What sides go well with duck breasts? ›

Fall Side Dishes to Pair With Duck Entrees
  • Duck Fat Mashed Potatoes. ...
  • Risotto with Exotic Mushrooms and Spinach. ...
  • Savory Sage Cornbread Stuffing. ...
  • Duck Bacon Barbecued Bean Casserole. ...
  • Sesame Carrots Roasted in Duck Fat. ...
  • Smoked Duck Confit Mac & Cheese.
Sep 19, 2022

How to make duck a L orange? ›

Prick the duck skin all over with a fork (this will help release the fat stored beneath the skin while the bird roasts slowly). Season liberally with salt and pepper both inside and out, then stuff the cavity with the garlic, orange half, and thyme. Set the duck, breast-side down, in the pan and roast for 1-1/2 hours.

How does Jamie Oliver cook a duck? ›

Directions
  1. Preheat the oven to 350 degrees F (180 degrees C).
  2. Season the ducks generously, putting some salt in the cavity as well. ...
  3. Coarsely grate half the ginger and rhubarb. ...
  4. Place the ducks on a tray on top of the chopped up giblets and roast in the oven for one hour.

How long to pan fry duck breast? ›

Cook for 5-6 mins until the skin is crisp and golden then flip the breast and continue to cook for another 8-10 mins for medium-rare (rosy in the middle), or longer if you want it cooked more. Let the duck rest for a 5 mins before slicing it to serve.

Why pour boiling water over duck? ›

The boiling water helps pull the skin taut, making it easier to score in a crosshatch pattern.

Should duck be cooked covered or uncovered? ›

Cover and roast in oven for 2 hours. Remove the aluminium foil and continue cooking uncover for 30 to 40 minutes to make the skin crispy and brown. When the duck is fully cooked the internal temperature at the junction of the leg and thigh should be 82°C (180°F) and thighs should come apart easily.

Is duck a healthy meat? ›

Duck meat is an excellent source of protein. Protein keeps us healthy by building and repairing our muscles, skin and blood. Duck meat is an excellent source of iron, providing 50% of the iron we need in a day. Iron helps make healthy blood that flows through our bodies, giving us energy and making us grow.

What spices are good for duck? ›

Combine the smoked paprika, garlic powder, cumin, chili powder, five spice powder, dry mustard and some salt and pepper in a bowl. Using a sharp knife, score the skin of the duck so it has a 1/4-inch diamond pattern. Rub the spice mixture all over the duck.

Is duck healthier than chicken? ›

Despite this, duck has a higher vitamin content than chicken. Duck has high amounts of iron and copper as well lower amounts of cholesterol and sodium. Duck is a slightly healthier option for this reason!

What is the best vegetable to serve with duck? ›

Mashed Pumpkin – A common side dish for duck meat meals are mashed pumpkins. Its sweet and earthy flavour is improved by mashing the vegetable with milk, pepper, butter, and salt. Cabbage – Cabbage is most likely the most common side dish that's paired with duck meat.

What is an orange duck called? ›

Duck à l'orange, orange duck, or canard à l'orange is a French dish in cuisine bourgeoise consisting of a roast duck with a bigarade sauce. Duck à l'orange. Another dish called canard à l'orange is braised rather than roasted.

Why do you soak duck in milk? ›

Soaking ducks in various liquids is a common “cure” for the taste that seems offensive to many. Some soak duck breast in milk, wine, bourbon, salt water and probably a bunch of other stuff.

Can you buy orange sauce for duck? ›

A delicious ready made orange sauce to go with duck, game, chicken and pork.

What kind of duck does Gordon Ramsay use? ›

Gordon Ramsay recommends that you buy either Gressingham or Barnaby duck breasts – both breeds are prized for their superlative flavour.

What is the cooking technique that is used to cook the duck? ›

Ducks are generally roasted uncovered and usually do not need to be basted with fats. Cook for 20–30 minutes to brown, then reduce heat to 190°C for the remainder of the cooking period. Allow 30–45 minutes per kilogram, according to age and size.

How should duck be cooked? ›

When properly handled, duck can be served pink. A duck breast that is cooked well done will be too tough, as opposed to being cooked to medium rare. If you are squeamish about eating undercooked duck, make sure to cook it to 165° F (74° C).

Why do you boil duck before roasting? ›

The boiling water helps pull the skin taut, making it easier to score in a crosshatch pattern. That, in turn, allows the fat to render out as everything roasts.

Top Articles
Latest Posts
Article information

Author: Allyn Kozey

Last Updated:

Views: 6011

Rating: 4.2 / 5 (63 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Allyn Kozey

Birthday: 1993-12-21

Address: Suite 454 40343 Larson Union, Port Melia, TX 16164

Phone: +2456904400762

Job: Investor Administrator

Hobby: Sketching, Puzzles, Pet, Mountaineering, Skydiving, Dowsing, Sports

Introduction: My name is Allyn Kozey, I am a outstanding, colorful, adventurous, encouraging, zealous, tender, helpful person who loves writing and wants to share my knowledge and understanding with you.