Color: #DDCE4B

#DDCE4B Color Information

#DDCE4B is a light color. The closest websafe version is #DDCE4B. A complement of this color would be #4B5ADD, perceived brightness is 0.77, and the grayscale version is #949494.

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

In a RGB color space, #DDCE4B is composed of 87% red, 81% green and 29% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 7% magenta, 66% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 60.76, x: 0.4361, and y: 0.4707.

Color Code #DDCE4B

#DDCE4Brgb(221, 206, 75)
HEX
#DDCE4B
RGB
rgb(221, 206, 75)
HSL
hsl(54, 68%, 58%)
HSV
hsv(54, 66%, 87%)
CMYK
0%, 7%, 66%, 13%
XYZ
X: 56.30, Y: 60.76, Z: 12.03
Lab
L: 82.25, a: -5.57, b: 64.15
Name

Shades of Color #DDCE4B

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

Tints are created by lightening the original color #DDCE4B 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.

#DDCE4Brgb(221, 206, 75)

About #DDCE4B Color Code

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

  • HEX: #DDCE4B
  • RGB: rgb(221, 206, 75)
  • HSL: hsl(54, 68%, 58%)
  • HSV: hsv(54, 66%, 87%)
  • CMYK: 0.00% cyan, 7.00% magenta, 66.00% yellow, 13.00% black
  • XYZ: 56.30, 60.76, 12.03
  • Yxy: 60.76, 0.4361, 0.4707
  • Hunter Lab: 82.25, -5.57, 64.15
  • CIE-Lab: 82.25, -5.57, 64.15

In the XYZ color space, this color is represented as X: 56.30, Y: 60.76, Z: 12.03. The Yxy representation further refines this as Y: 60.76, x: 0.4361, and y: 0.4707.

In the Hunter Lab color space, this color is represented as L: 82.25, a: -5.57, and b: 64.15. Similarly, in the CIE-Lab color space, it is represented as L: 82.25, a: -5.57, and b: 64.15.

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

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

Analogous Colors of #DDCE4B

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

Split Complementary Colors of #DDCE4B

Split complementary colors are two colors adjacent to the complementary color of #DDCE4B. They create a balanced and visually appealing color scheme.

Tetradic Colors of #DDCE4B

Tetradic colors form a rectangle on the color wheel, including #DDCE4B. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #DDCE4B

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

Complementary Color of #DDCE4B

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

/* Using HEX */
body {
  background-color: #ddce4b;
}
/* Using RGB */
body {
  background-color: rgb(221, 206, 75);
}
/* Using RGB with opacity */
body {
  background-color: rgba(221, 206, 75, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(54, 68%, 58%);
}
/* Text color */
p {
  color: #ddce4b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ddce4b;
}
/* Border color */
.box {
  border: 4px solid #ddce4b;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ddce4b;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ddce4b;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DDCE4B
On Black Background
#DDCE4B
On White Background
#DDCE4B

HTML Examples of #DDCE4B

<!-- Using HEX -->
<div style="background-color: #ddce4b; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(221, 206, 75); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(221, 206, 75, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(54, 68%, 58%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ddce4b;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ddce4b; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #ddce4b; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #ddce4b;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #ddce4b; color: #fff; padding: 16px; border-radius: 8px;">
  #DDCE4B
</div>
#DDCE4B
On Black Background
#DDCE4B
On White Background
#DDCE4B

Related Colors of #DDCE4B

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