Color: #DDA67C

#DDA67C Color Information

#DDA67C is a light color. The closest websafe version is #DDA67C. A complement of this color would be #7DB4DE, perceived brightness is 0.70, and the grayscale version is #ADADAD.

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

In a RGB color space, #DDA67C is composed of 87% red, 65% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 25% magenta, 44% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 44.65, x: 0.4351, and y: 0.3957.

Color Code #DDA67C

#DDA67Crgb(221, 166, 124)
HEX
#DDA67C
RGB
rgb(221, 166, 124)
HSL
hsl(26, 59%, 68%)
HSV
hsv(26, 44%, 87%)
CMYK
0%, 25%, 44%, 13%
XYZ
X: 49.10, Y: 44.65, Z: 19.10
Lab
L: 72.66, a: 17.12, b: 30.05
Name

Shades of Color #DDA67C

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

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

#DDA67Crgb(221, 166, 124)

About #DDA67C Color Code

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

  • HEX: #DDA67C
  • RGB: rgb(221, 166, 124)
  • HSL: hsl(26, 59%, 68%)
  • HSV: hsv(26, 44%, 87%)
  • CMYK: 0.00% cyan, 25.00% magenta, 44.00% yellow, 13.00% black
  • XYZ: 49.10, 44.65, 19.10
  • Yxy: 44.65, 0.4351, 0.3957
  • Hunter Lab: 72.66, 17.12, 30.05
  • CIE-Lab: 72.66, 17.12, 30.05

In the XYZ color space, this color is represented as X: 49.10, Y: 44.65, Z: 19.10. The Yxy representation further refines this as Y: 44.65, x: 0.4351, and y: 0.3957.

In the Hunter Lab color space, this color is represented as L: 72.66, a: 17.12, and b: 30.05. Similarly, in the CIE-Lab color space, it is represented as L: 72.66, a: 17.12, and b: 30.05.

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

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

Analogous Colors of #DDA67C

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

Monochromatic Colors of #DDA67C

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

Complementary Color of #DDA67C

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

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

HTML Examples of #DDA67C

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

Related Colors of #DDA67C

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