Color: #DECAA5

#DECAA5 Color Information

#DECAA5 is a light color. The closest websafe version is #DECAA5. A complement of this color would be #A6B9DE, perceived brightness is 0.80, and the grayscale version is #C2C2C2.

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

In a RGB color space, #DECAA5 is composed of 87% red, 79% green and 65% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 9% magenta, 26% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 60.87, x: 0.3883, and y: 0.3941.

Color Code #DECAA5

#DECAA5rgb(222, 202, 165)
HEX
#DECAA5
RGB
rgb(222, 202, 165)
HSL
hsl(39, 46%, 76%)
HSV
hsv(39, 26%, 87%)
CMYK
0%, 9%, 26%, 13%
XYZ
X: 59.98, Y: 60.87, Z: 33.62
Lab
L: 82.31, a: 3.07, b: 21.23
Name

Shades of Color #DECAA5

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

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

#DECAA5rgb(222, 202, 165)

About #DECAA5 Color Code

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

  • HEX: #DECAA5
  • RGB: rgb(222, 202, 165)
  • HSL: hsl(39, 46%, 76%)
  • HSV: hsv(39, 26%, 87%)
  • CMYK: 0.00% cyan, 9.00% magenta, 26.00% yellow, 13.00% black
  • XYZ: 59.98, 60.87, 33.62
  • Yxy: 60.87, 0.3883, 0.3941
  • Hunter Lab: 82.31, 3.07, 21.23
  • CIE-Lab: 82.31, 3.07, 21.23

In the XYZ color space, this color is represented as X: 59.98, Y: 60.87, Z: 33.62. The Yxy representation further refines this as Y: 60.87, x: 0.3883, and y: 0.3941.

In the Hunter Lab color space, this color is represented as L: 82.31, a: 3.07, and b: 21.23. Similarly, in the CIE-Lab color space, it is represented as L: 82.31, a: 3.07, and b: 21.23.

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

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

Analogous Colors of #DECAA5

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

Split Complementary Colors of #DECAA5

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

Tetradic Colors of #DECAA5

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

Monochromatic Colors of #DECAA5

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

Complementary Color of #DECAA5

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

/* Using HEX */
body {
  background-color: #decaa5;
}
/* Using RGB */
body {
  background-color: rgb(222, 202, 165);
}
/* Using RGB with opacity */
body {
  background-color: rgba(222, 202, 165, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(39, 46%, 76%);
}
/* Text color */
p {
  color: #decaa5;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #decaa5;
}
/* Border color */
.box {
  border: 4px solid #decaa5;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #decaa5;
}
Text Shadow Preview
/* Background with text */
div {
  background: #decaa5;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DECAA5
On Black Background
#DECAA5
On White Background
#DECAA5

HTML Examples of #DECAA5

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

Related Colors of #DECAA5

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