Color: #DDC11E

#DDC11E Color Information

#DDC11E is a light color. The closest websafe version is #DDC11E. A complement of this color would be #1E3ADC, perceived brightness is 0.72, and the grayscale version is #7E7E7E.

In the HSL color space, this color has a hue angle of 51°,a saturation of 76%, and a lightness of 49%.The HSV representation shows a hue of 51°, a saturation of 100%, and a value of 100%.

In a RGB color space, #DDC11E is composed of 87% red, 76% green and 12% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 13% magenta, 86% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 54.40, x: 0.4593, and y: 0.4782.

Color Code #DDC11E

HEX
#DDC11E
RGB
rgb(221, 193, 30)
HSL
hsl(51, 76%, 49%)
HSV
hsv(51, 86%, 87%)
CMYK
0%, 13%, 86%, 13%
XYZ
X: 52.25, Y: 54.40, Z: 7.11
Lab
L: 78.69, a: -0.52, b: 74.92
Name

Shades of Color #DDC11E

Shades are created by darkening the original color #DDC11E in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #DDC11E

Tints are created by lightening the original color #DDC11E in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

About #DDC11E Color Code

In the HSL color space, this color has a hue angle of 51°, a saturation of 76%, and a lightness of 49%. The HSV representation shows a hue of 51°, a saturation of 86%, and a value of 87%.

  • HEX: #DDC11E
  • RGB: rgb(221, 193, 30)
  • HSL: hsl(51, 76%, 49%)
  • HSV: hsv(51, 86%, 87%)
  • CMYK: 0.00% cyan, 13.00% magenta, 86.00% yellow, 13.00% black
  • XYZ: 52.25, 54.40, 7.11
  • Yxy: 54.40, 0.4593, 0.4782
  • Hunter Lab: 78.69, -0.52, 74.92
  • CIE-Lab: 78.69, -0.52, 74.92

In the XYZ color space, this color is represented as X: 52.25, Y: 54.40, Z: 7.11. The Yxy representation further refines this as Y: 54.40, x: 0.4593, and y: 0.4782.

In the Hunter Lab color space, this color is represented as L: 78.69, a: -0.52, and b: 74.92. Similarly, in the CIE-Lab color space, it is represented as L: 78.69, a: -0.52, and b: 74.92.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #DDC11E

Triadic colors are three colors evenly spaced around the color wheel, including #DDC11E. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #DDC11E

Analogous colors are adjacent to #DDC11E on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #DDC11E

Monochromatic colors are variations of #DDC11E, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #DDC11E

The complementary color of #DDC11E is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #DDC11E

/* Using HEX */
body {
  background-color: #ddc11e;
}
/* Using RGB */
body {
  background-color: rgb(221, 193, 30);
}
/* Using RGB with opacity */
body {
  background-color: rgba(221, 193, 30, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(51, 76%, 49%);
}
/* Text color */
p {
  color: #ddc11e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ddc11e;
}

HTML Examples of #DDC11E

<!-- Using HEX -->
<div style="background-color: #ddc11e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(221, 193, 30); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(221, 193, 30, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(51, 76%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ddc11e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ddc11e; width: 100px; height: 100px;"></div>

Related Colors of #DDC11E

These colors are similar to #DDC11E, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.