Color #DCD293 Color / Colour Code #DCD293

    This page shows the hex color code for color #dcd293 (#DCD293). The colour is a yellow tone with 51% saturation and 72% lightness. Explore its conversions, colour palettes, gradients, accessibility data, and CSS code below.

    #DCD293

    Color Conversions

    HEX
    #DCD293
    RGB
    rgb(220, 210, 147)
    HSL
    hsl(52, 51%, 72%)
    HSV
    hsv(52, 33%, 86%)
    CMYK
    cmyk(0%, 5%, 33%, 14%)

    Accessibility Contrast

    WCAG contrast ratios for #DCD293 against common backgrounds.

    Sample Text
    vs White (#FFFFFF)
    1.53:1
    AA FailAA Large FailAAA Fail
    Sample Text
    vs Black (#000000)
    13.68:1
    AA PassAA Large PassAAA Pass
    Sample Text
    vs Light Gray (#EEEEEE)
    1.32:1
    AA FailAA Large FailAAA Fail

    Complementary Colors

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

    Analogous Colors

    Hues at 22, 52, and 82 degrees for harmonious combinations.

    Triadic Palette

    Three colors at 52, 172, and 292 degrees.

    Color Palettes Using #DCD293

    Monochromatic Scale

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

    #3A3513 #746925 #C1AF3E #DACF8B #ECE7C5
    Warm Harmony

    Adjacent hues from 52 to 97 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.

    #C7B752 #B9C752 #9CC752 #7FC752
    Cool Contrast

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

    #C1AF3E #3E50C1 #6E3EC1 #AF3EC1
    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.

    #E0DBB8 #BDE0B8 #B8E0DB #B8BDE0 #DBB8E0

    Shades & Tints of #DCD293

    Lightness variations at hue 52 and 51% saturation.

    CSS Gradients with #DCD293

    Yellow to Blue
    linear-gradient(135deg, #dcd293, #939ddc)
    Analogous Fade
    linear-gradient(90deg, #dcd293, #c1dc93)
    Deep to Light
    linear-gradient(180deg, #453f16, #e9e2ba)
    Tricolor Sweep
    linear-gradient(135deg, #dcd293, #93dcd2, #d293dc)

    Design Use Cases for #DCD293

    Balanced UI Color

    At 51% saturation, #DCD293 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

    #DCD293 at 72% 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.

    Attention & Optimism

    #DCD293 is in the yellow spectrum (hue 52). Yellow attracts attention faster than any other color. Use it for warning labels, featured content markers, star ratings, and tooltip backgrounds. Pair with dark text since yellow often fails contrast checks against white.

    Gradient Pairing

    Create a gradient from #DCD293 (hue 52) to its complement at hue 232. For a subtler effect, try pairing with an analogous color at hue 82. Use CSS: background: linear-gradient(135deg, #dcd293, #939ddc);

    CSS Code for #DCD293

    /* Background */
    background-color: #dcd293;
    background-color: rgb(220, 210, 147);
    background-color: hsl(52, 51%, 72%);
    /* Text */
    color: #dcd293;
    /* Border */
    border: 2px solid #dcd293;
    /* Shadow */
    box-shadow: 0 4px 14px rgba(220, 210, 147, 0.3);
    /* CSS Variable */
    --color-primary: 52 51% 72%;

    Similar Colors

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

    Use This Color in Design Tools

    Apply #DCD293 across image editing and color design tools.

    About Color #DCD293 (#DCD293)

    #DCD293 is a yellow color (colour) with RGB channel values of 220 red, 210 green, and 147 blue. The red channel is dominant with a relatively balanced channel distribution. In HSL terms, the hue sits at 52 degrees with 51% saturation and 72% lightness, placing it in the warm range of the colour spectrum.

    The perceived brightness of #DCD293 is 206/255 using the ITU-R BT.601 luma formula (0.299R + 0.587G + 0.114B). This means it appears bright to the human eye and is best paired with dark text for readability. For print production, the CMYK equivalent is 0% cyan, 5% magenta, 33% yellow, and 14% key (black).

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

    The complementary colour #939DDC creates maximum visual tension when paired with #DCD293. For more harmonious color combinations, use the analogous colours #DCAE93 and #C1DC93, 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 #DCD293

    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 #DCD293?
    #DCD293 is Color #DCD293, a yellow color (colour) with RGB(220, 210, 147), HSL(52, 51%, 72%), and CMYK(0%, 5%, 33%, 14%). Its perceived brightness is 206/255.
    Is #DCD293 accessible for text?
    Against white, #DCD293 has a contrast ratio of 1.53:1 (fails AA for normal text). Against black, it has 13.68:1 (passes AA). Use the contrast checker tool for custom background pairings.
    What colours pair well with #DCD293?
    The complementary colour is #939DDC (hue 232). For subtle color combinations, use analogous colours #DCAE93 and #C1DC93. The triadic palette adds #93DCD2 and #D293DC for vibrant variety.
    How do I use #DCD293 in CSS?
    Use any format: color: #dcd293; or rgb(220, 210, 147); or hsl(52, 51%, 72%). For CSS custom properties: --color-primary: 52 51% 72%; 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.