Color: #CDAA2D

#CDAA2D Color Information

#CDAA2D is a light color. The closest websafe version is #CDAA2D. A complement of this color would be #2D50CD, perceived brightness is 0.65, and the grayscale version is #7D7D7D.

In the HSL color space, this color has a hue angle of 47°,a saturation of 64%, and a lightness of 49%.The HSV representation shows a hue of 47°, a saturation of 78%, and a value of 80%.

In a RGB color space, #CDAA2D is composed of 80% red, 67% green and 18% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 17% magenta, 78% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 42.56, x: 0.4634, and y: 0.4643.

Color Code #CDAA2D

#CDAA2Drgb(205, 170, 45)
HEX
#CDAA2D
RGB
rgb(205, 170, 45)
HSL
hsl(47, 64%, 49%)
HSV
hsv(47, 78%, 80%)
CMYK
0%, 17%, 78%, 20%
XYZ
X: 42.48, Y: 42.56, Z: 6.63
Lab
L: 71.26, a: 4.35, b: 64.15
Name

Shades of Color #CDAA2D

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

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

#CDAA2Drgb(205, 170, 45)

About #CDAA2D Color Code

In the HSL color space, this color has a hue angle of 47°, a saturation of 64%, and a lightness of 49%. The HSV representation shows a hue of 47°, a saturation of 78%, and a value of 80%.

  • HEX: #CDAA2D
  • RGB: rgb(205, 170, 45)
  • HSL: hsl(47, 64%, 49%)
  • HSV: hsv(47, 78%, 80%)
  • CMYK: 0.00% cyan, 17.00% magenta, 78.00% yellow, 20.00% black
  • XYZ: 42.48, 42.56, 6.63
  • Yxy: 42.56, 0.4634, 0.4643
  • Hunter Lab: 71.26, 4.35, 64.15
  • CIE-Lab: 71.26, 4.35, 64.15

In the XYZ color space, this color is represented as X: 42.48, Y: 42.56, Z: 6.63. The Yxy representation further refines this as Y: 42.56, x: 0.4634, and y: 0.4643.

In the Hunter Lab color space, this color is represented as L: 71.26, a: 4.35, and b: 64.15. Similarly, in the CIE-Lab color space, it is represented as L: 71.26, a: 4.35, and b: 64.15.

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

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

Analogous Colors of #CDAA2D

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

Split Complementary Colors of #CDAA2D

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

Tetradic Colors of #CDAA2D

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

Monochromatic Colors of #CDAA2D

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

Complementary Color of #CDAA2D

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

/* Using HEX */
body {
  background-color: #cdaa2d;
}
/* Using RGB */
body {
  background-color: rgb(205, 170, 45);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 170, 45, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(47, 64%, 49%);
}
/* Text color */
p {
  color: #cdaa2d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cdaa2d;
}
/* Border color */
.box {
  border: 4px solid #cdaa2d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cdaa2d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cdaa2d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CDAA2D
On Black Background
#CDAA2D
On White Background
#CDAA2D

HTML Examples of #CDAA2D

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

Related Colors of #CDAA2D

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