Color: #DDBE6C

#DDBE6C Color Information

#DDBE6C is a light color. The closest websafe version is #DDBE6C. A complement of this color would be #6E8CDD, perceived brightness is 0.74, and the grayscale version is #A5A5A5.

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

In a RGB color space, #DDBE6C is composed of 87% red, 75% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 14% magenta, 51% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 53.91, x: 0.4310, and y: 0.4343.

Color Code #DDBE6C

#DDBE6Crgb(221, 190, 108)
HEX
#DDBE6C
RGB
rgb(221, 190, 108)
HSL
hsl(44, 62%, 65%)
HSV
hsv(44, 51%, 87%)
CMYK
0%, 14%, 51%, 13%
XYZ
X: 53.50, Y: 53.91, Z: 16.72
Lab
L: 78.41, a: 3.93, b: 45.31
Name

Shades of Color #DDBE6C

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

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

#DDBE6Crgb(221, 190, 108)

About #DDBE6C Color Code

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

  • HEX: #DDBE6C
  • RGB: rgb(221, 190, 108)
  • HSL: hsl(44, 62%, 65%)
  • HSV: hsv(44, 51%, 87%)
  • CMYK: 0.00% cyan, 14.00% magenta, 51.00% yellow, 13.00% black
  • XYZ: 53.50, 53.91, 16.72
  • Yxy: 53.91, 0.4310, 0.4343
  • Hunter Lab: 78.41, 3.93, 45.31
  • CIE-Lab: 78.41, 3.93, 45.31

In the XYZ color space, this color is represented as X: 53.50, Y: 53.91, Z: 16.72. The Yxy representation further refines this as Y: 53.91, x: 0.4310, and y: 0.4343.

In the Hunter Lab color space, this color is represented as L: 78.41, a: 3.93, and b: 45.31. Similarly, in the CIE-Lab color space, it is represented as L: 78.41, a: 3.93, and b: 45.31.

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

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

Analogous Colors of #DDBE6C

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

Monochromatic Colors of #DDBE6C

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

Complementary Color of #DDBE6C

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

/* Using HEX */
body {
  background-color: #ddbe6c;
}
/* Using RGB */
body {
  background-color: rgb(221, 190, 108);
}
/* Using RGB with opacity */
body {
  background-color: rgba(221, 190, 108, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(44, 62%, 65%);
}
/* Text color */
p {
  color: #ddbe6c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ddbe6c;
}
/* Border color */
.box {
  border: 4px solid #ddbe6c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ddbe6c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ddbe6c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DDBE6C
On Black Background
#DDBE6C
On White Background
#DDBE6C

HTML Examples of #DDBE6C

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

Related Colors of #DDBE6C

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