Color: #DAD38E

#DAD38E Color Information

#DAD38E is a light color. The closest websafe version is #DAD38E. A complement of this color would be #8F97DB, perceived brightness is 0.80, and the grayscale version is #B4B4B4.

In the HSL color space, this color has a hue angle of 54°,a saturation of 51%, and a lightness of 71%.The HSV representation shows a hue of 54°, a saturation of 35%, and a value of 85%.

In a RGB color space, #DAD38E is composed of 85% red, 83% green and 56% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 3% magenta, 35% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 63.94, x: 0.3966, and y: 0.4260.

Color Code #DAD38E

#DAD38Ergb(218, 211, 142)
HEX
#DAD38E
RGB
rgb(218, 211, 142)
HSL
hsl(54, 51%, 71%)
HSV
hsv(54, 35%, 85%)
CMYK
0%, 3%, 35%, 15%
XYZ
X: 59.53, Y: 63.94, Z: 26.62
Lab
L: 83.93, a: -5.00, b: 35.13
Name

Shades of Color #DAD38E

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

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

#DAD38Ergb(218, 211, 142)

About #DAD38E Color Code

In the HSL color space, this color has a hue angle of 54°, a saturation of 51%, and a lightness of 71%. The HSV representation shows a hue of 54°, a saturation of 35%, and a value of 85%.

  • HEX: #DAD38E
  • RGB: rgb(218, 211, 142)
  • HSL: hsl(54, 51%, 71%)
  • HSV: hsv(54, 35%, 85%)
  • CMYK: 0.00% cyan, 3.00% magenta, 35.00% yellow, 15.00% black
  • XYZ: 59.53, 63.94, 26.62
  • Yxy: 63.94, 0.3966, 0.4260
  • Hunter Lab: 83.93, -5.00, 35.13
  • CIE-Lab: 83.93, -5.00, 35.13

In the XYZ color space, this color is represented as X: 59.53, Y: 63.94, Z: 26.62. The Yxy representation further refines this as Y: 63.94, x: 0.3966, and y: 0.4260.

In the Hunter Lab color space, this color is represented as L: 83.93, a: -5.00, and b: 35.13. Similarly, in the CIE-Lab color space, it is represented as L: 83.93, a: -5.00, and b: 35.13.

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

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

Analogous Colors of #DAD38E

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

Split Complementary Colors of #DAD38E

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

Tetradic Colors of #DAD38E

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

Monochromatic Colors of #DAD38E

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

Complementary Color of #DAD38E

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

/* Using HEX */
body {
  background-color: #dad38e;
}
/* Using RGB */
body {
  background-color: rgb(218, 211, 142);
}
/* Using RGB with opacity */
body {
  background-color: rgba(218, 211, 142, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(54, 51%, 71%);
}
/* Text color */
p {
  color: #dad38e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dad38e;
}
/* Border color */
.box {
  border: 4px solid #dad38e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dad38e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dad38e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DAD38E
On Black Background
#DAD38E
On White Background
#DAD38E

HTML Examples of #DAD38E

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

Related Colors of #DAD38E

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