Color #DFA196 Color / Colour Code #DFA196

    This page shows the hex color code for color #dfa196 (#DFA196). The colour is a red tone with 53% saturation and 73% lightness. Explore its conversions, colour palettes, gradients, accessibility data, and CSS code below.

    #DFA196

    Color Conversions

    HEX
    #DFA196
    RGB
    rgb(223, 161, 150)
    HSL
    hsl(9, 53%, 73%)
    HSV
    hsv(9, 33%, 87%)
    CMYK
    cmyk(0%, 28%, 33%, 13%)

    Accessibility Contrast

    WCAG contrast ratios for #DFA196 against common backgrounds.

    Sample Text
    vs White (#FFFFFF)
    2.17:1
    AA FailAA Large FailAAA Fail
    Sample Text
    vs Black (#000000)
    9.68:1
    AA PassAA Large PassAAA Pass
    Sample Text
    vs Light Gray (#EEEEEE)
    1.87:1
    AA FailAA Large FailAAA Fail

    Complementary Colors

    #DFA196 paired with its color wheel opposite for maximum contrast.

    Analogous Colors

    Hues at 339, 9, and 39 degrees for harmonious combinations.

    Triadic Palette

    Three colors at 9, 129, and 249 degrees.

    Color Palettes Using #DFA196

    Monochromatic Scale

    Five shades at lightness levels 15% through 85% while keeping hue at 9 and saturation at 53%. Use the darkest shade for text and the lightest for backgrounds to build a cohesive single-hue design system.

    #3B1812 #753024 #C3503C #DB968A #EDCBC4
    Warm Harmony

    Adjacent hues from 9 to 54 degrees create a warm, unified palette. This analogous scheme works for marketing materials, seasonal campaigns, and any design that needs visual warmth without clashing colors.

    #C9624F #C9804F #C99E4F #C9BD4F
    Cool Contrast

    Combines the base color at hue 9 with its complement at 189 and two adjacent cool tones. This split-complementary approach provides strong visual contrast while remaining more balanced than a pure complementary scheme.

    #C3503C #3CAFC3 #3C6BC3 #503CC3
    Pastel Variation

    Five evenly spaced hues at 40% saturation and 80% lightness. Pastels are gentle on the eyes and work well for dashboards, onboarding screens, category tags, and any interface where multiple distinct colors are needed without visual aggression.

    #E0BEB8 #DAE0B8 #B8E0BE #B8DAE0 #BEB8E0

    Shades & Tints of #DFA196

    Lightness variations at hue 9 and 53% saturation.

    CSS Gradients with #DFA196

    Red to Cyan
    linear-gradient(135deg, #dfa196, #96d4df)
    Analogous Fade
    linear-gradient(90deg, #dfa196, #dfc596)
    Deep to Light
    linear-gradient(180deg, #461d16, #e9c0b9)
    Tricolor Sweep
    linear-gradient(135deg, #dfa196, #96dfa1, #a196df)

    Design Use Cases for #DFA196

    Balanced UI Color

    At 53% saturation, #DFA196 strikes a balance between vibrancy and restraint. This makes it versatile for primary UI elements like navigation bars, card headers, and form accents. It draws attention without overwhelming adjacent content.

    Light Background Tint

    #DFA196 at 73% lightness creates a gentle tinted background. Use it for section backgrounds, alert banners, or card surfaces that need to stand out from a white page without strong contrast. It adds color personality while keeping the design light and open.

    Urgency & Energy Signaling

    #DFA196 falls in the red spectrum (hue 9). Red triggers urgency and excitement, making it effective for sale badges, countdown timers, error messages, and "limited time" labels. In data visualization, use it to flag negative values or critical thresholds.

    Gradient Pairing

    Create a gradient from #DFA196 (hue 9) to its complement at hue 189. For a subtler effect, try pairing with an analogous color at hue 39. Use CSS: background: linear-gradient(135deg, #dfa196, #96d4df);

    CSS Code for #DFA196

    /* Background */
    background-color: #dfa196;
    background-color: rgb(223, 161, 150);
    background-color: hsl(9, 53%, 73%);
    /* Text */
    color: #dfa196;
    /* Border */
    border: 2px solid #dfa196;
    /* Shadow */
    box-shadow: 0 4px 14px rgba(223, 161, 150, 0.3);
    /* CSS Variable */
    --color-primary: 9 53% 73%;

    Similar Colors

    Colors visually similar to #DFA196 based on RGB, lightness, and hue variations.

    Use This Color in Design Tools

    Apply #DFA196 across image editing and color design tools.

    About Color #DFA196 (#DFA196)

    #DFA196 is a red color (colour) with RGB channel values of 223 red, 161 green, and 150 blue. The red channel is dominant with a relatively balanced channel distribution. In HSL terms, the hue sits at 9 degrees with 53% saturation and 73% lightness, placing it in the warm range of the colour spectrum.

    The perceived brightness of #DFA196 is 178/255 using the ITU-R BT.601 luma formula (0.299R + 0.587G + 0.114B). This is a medium-brightness color that can work with either dark or light text depending on font weight and size. For print production, the CMYK equivalent is 0% cyan, 28% magenta, 33% yellow, and 13% key (black).

    The WCAG contrast ratio of #DFA196 against white is 2.17:1 and against black is 9.68:1. This does not meet AA requirements on white. Use it on dark backgrounds where it achieves 9.68:1, or use it exclusively for decorative purposes.

    The complementary colour #96D4DF creates maximum visual tension when paired with #DFA196. For more harmonious color combinations, use the analogous colours #DF96AF and #DFC596, which sit 30 degrees on either side of the hue wheel. To build a complete design system, start with the monochromatic scale above for consistent shade variations, then add one complementary or triadic accent for interactive elements.

    How to Explore Color #DFA196

    1. Enter your color value in HEX format.
    2. The tool converts it to RGB, HSL, CMYK format in real time.
    3. Copy the converted value to your clipboard.

    Color Converter · Contrast Checker

    What is HEX to RGB, HSL, CMYK color conversion

    Converting from HEX to RGB, HSL, CMYK translates a color value between two different color models. Different color models are used in web design (HEX, RGB), print (CMYK), and color theory (HSL, HSV).

    Related Tools & Colors

    Frequently Asked Questions

    What color / colour is #DFA196?
    #DFA196 is Color #DFA196, a red color (colour) with RGB(223, 161, 150), HSL(9, 53%, 73%), and CMYK(0%, 28%, 33%, 13%). Its perceived brightness is 178/255.
    Is #DFA196 accessible for text?
    Against white, #DFA196 has a contrast ratio of 2.17:1 (fails AA for normal text). Against black, it has 9.68:1 (passes AA). Use the contrast checker tool for custom background pairings.
    What colours pair well with #DFA196?
    The complementary colour is #96D4DF (hue 189). For subtle color combinations, use analogous colours #DF96AF and #DFC596. The triadic palette adds #96DFA1 and #A196DF for vibrant variety.
    How do I use #DFA196 in CSS?
    Use any format: color: #dfa196; or rgb(223, 161, 150); or hsl(9, 53%, 73%). For CSS custom properties: --color-primary: 9 53% 73%; then use it as hsl(var(--color-primary)).
    Is this color / colour explorer free?
    Yes, completely free with no signup required. All colour calculations run in your browser. You can explore any valid hex color code, not just the pre-generated palette.