Color: #DADC7A

#DADC7A Color Information

#DADC7A is a light color. The closest websafe version is #DADC7A. A complement of this color would be #7C7ADC, perceived brightness is 0.82, and the grayscale version is #ABABAB.

In the HSL color space, this color has a hue angle of 61°,a saturation of 58%, and a lightness of 67%.The HSV representation shows a hue of 61°, a saturation of 45%, and a value of 86%.

In a RGB color space, #DADC7A is composed of 85% red, 86% green and 48% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 0% magenta, 45% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 68.09, x: 0.4039, and y: 0.4514.

Color Code #DADC7A

#DADC7Argb(218, 220, 122)
HEX
#DADC7A
RGB
rgb(218, 220, 122)
HSL
hsl(61, 58%, 67%)
HSV
hsv(61, 45%, 86%)
CMYK
1%, 0%, 45%, 14%
XYZ
X: 60.92, Y: 68.09, Z: 21.83
Lab
L: 86.05, a: -10.84, b: 47.57
Name

Shades of Color #DADC7A

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

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

#DADC7Argb(218, 220, 122)

About #DADC7A Color Code

In the HSL color space, this color has a hue angle of 61°, a saturation of 58%, and a lightness of 67%. The HSV representation shows a hue of 61°, a saturation of 45%, and a value of 86%.

  • HEX: #DADC7A
  • RGB: rgb(218, 220, 122)
  • HSL: hsl(61, 58%, 67%)
  • HSV: hsv(61, 45%, 86%)
  • CMYK: 100.00% cyan, 0.00% magenta, 45.00% yellow, 14.00% black
  • XYZ: 60.92, 68.09, 21.83
  • Yxy: 68.09, 0.4039, 0.4514
  • Hunter Lab: 86.05, -10.84, 47.57
  • CIE-Lab: 86.05, -10.84, 47.57

In the XYZ color space, this color is represented as X: 60.92, Y: 68.09, Z: 21.83. The Yxy representation further refines this as Y: 68.09, x: 0.4039, and y: 0.4514.

In the Hunter Lab color space, this color is represented as L: 86.05, a: -10.84, and b: 47.57. Similarly, in the CIE-Lab color space, it is represented as L: 86.05, a: -10.84, and b: 47.57.

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

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

Analogous Colors of #DADC7A

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

Monochromatic Colors of #DADC7A

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

Complementary Color of #DADC7A

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

/* Using HEX */
body {
  background-color: #dadc7a;
}
/* Using RGB */
body {
  background-color: rgb(218, 220, 122);
}
/* Using RGB with opacity */
body {
  background-color: rgba(218, 220, 122, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(61, 58%, 67%);
}
/* Text color */
p {
  color: #dadc7a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dadc7a;
}
/* Border color */
.box {
  border: 4px solid #dadc7a;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dadc7a;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dadc7a;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DADC7A
On Black Background
#DADC7A
On White Background
#DADC7A

HTML Examples of #DADC7A

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

Related Colors of #DADC7A

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