Color: #DDCB2C

#DDCB2C Color Information

#DDCB2C is a light color. The closest websafe version is #DDCB2C. A complement of this color would be #2C3EDD, perceived brightness is 0.75, and the grayscale version is #858585.

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

In a RGB color space, #DDCB2C is composed of 87% red, 80% green and 17% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 8% magenta, 80% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 59.05, x: 0.4479, and y: 0.4818.

Color Code #DDCB2C

HEX
#DDCB2C
RGB
rgb(221, 203, 44)
HSL
hsl(54, 72%, 52%)
HSV
hsv(54, 80%, 87%)
CMYK
0%, 8%, 80%, 13%
XYZ
X: 54.89, Y: 59.05, Z: 8.61
Lab
L: 81.32, a: -5.10, b: 73.66
Name

Shades of Color #DDCB2C

Shades are created by darkening the original color #DDCB2C 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 #DDCB2C

Tints are created by lightening the original color #DDCB2C 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 #DDCB2C Color Code

In the HSL color space, this color has a hue angle of 54°, a saturation of 72%, and a lightness of 52%. The HSV representation shows a hue of 54°, a saturation of 80%, and a value of 87%.

  • HEX: #DDCB2C
  • RGB: rgb(221, 203, 44)
  • HSL: hsl(54, 72%, 52%)
  • HSV: hsv(54, 80%, 87%)
  • CMYK: 0.00% cyan, 8.00% magenta, 80.00% yellow, 13.00% black
  • XYZ: 54.89, 59.05, 8.61
  • Yxy: 59.05, 0.4479, 0.4818
  • Hunter Lab: 81.32, -5.10, 73.66
  • CIE-Lab: 81.32, -5.10, 73.66

In the XYZ color space, this color is represented as X: 54.89, Y: 59.05, Z: 8.61. The Yxy representation further refines this as Y: 59.05, x: 0.4479, and y: 0.4818.

In the Hunter Lab color space, this color is represented as L: 81.32, a: -5.10, and b: 73.66. Similarly, in the CIE-Lab color space, it is represented as L: 81.32, a: -5.10, and b: 73.66.

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 #DDCB2C

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

Analogous Colors of #DDCB2C

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

Monochromatic Colors of #DDCB2C

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

Complementary Color of #DDCB2C

The complementary color of #DDCB2C 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 #DDCB2C

/* Using HEX */
body {
  background-color: #ddcb2c;
}
/* Using RGB */
body {
  background-color: rgb(221, 203, 44);
}
/* Using RGB with opacity */
body {
  background-color: rgba(221, 203, 44, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(54, 72%, 52%);
}
/* Text color */
p {
  color: #ddcb2c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ddcb2c;
}

HTML Examples of #DDCB2C

<!-- Using HEX -->
<div style="background-color: #ddcb2c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(221, 203, 44); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(221, 203, 44, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(54, 72%, 52%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ddcb2c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ddcb2c; width: 100px; height: 100px;"></div>

Related Colors of #DDCB2C

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