Color: #DAA33C

#DAA33C Color Information

#DAA33C is a light color. The closest websafe version is #DAA33C. A complement of this color would be #3E75DA, perceived brightness is 0.66, and the grayscale version is #8B8B8B.

In the HSL color space, this color has a hue angle of 39°,a saturation of 68%, and a lightness of 55%.The HSV representation shows a hue of 39°, a saturation of 72%, and a value of 85%.

In a RGB color space, #DAA33C is composed of 85% red, 64% green and 24% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 25% magenta, 72% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 42.13, x: 0.4760, and y: 0.4425.

Color Code #DAA33C

#DAA33Crgb(218, 163, 60)
HEX
#DAA33C
RGB
rgb(218, 163, 60)
HSL
hsl(39, 68%, 55%)
HSV
hsv(39, 72%, 85%)
CMYK
0%, 25%, 72%, 15%
XYZ
X: 45.32, Y: 42.13, Z: 7.76
Lab
L: 70.96, a: 13.93, b: 58.98
Name

Shades of Color #DAA33C

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

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

#DAA33Crgb(218, 163, 60)

About #DAA33C Color Code

In the HSL color space, this color has a hue angle of 39°, a saturation of 68%, and a lightness of 55%. The HSV representation shows a hue of 39°, a saturation of 72%, and a value of 85%.

  • HEX: #DAA33C
  • RGB: rgb(218, 163, 60)
  • HSL: hsl(39, 68%, 55%)
  • HSV: hsv(39, 72%, 85%)
  • CMYK: 0.00% cyan, 25.00% magenta, 72.00% yellow, 15.00% black
  • XYZ: 45.32, 42.13, 7.76
  • Yxy: 42.13, 0.4760, 0.4425
  • Hunter Lab: 70.96, 13.93, 58.98
  • CIE-Lab: 70.96, 13.93, 58.98

In the XYZ color space, this color is represented as X: 45.32, Y: 42.13, Z: 7.76. The Yxy representation further refines this as Y: 42.13, x: 0.4760, and y: 0.4425.

In the Hunter Lab color space, this color is represented as L: 70.96, a: 13.93, and b: 58.98. Similarly, in the CIE-Lab color space, it is represented as L: 70.96, a: 13.93, and b: 58.98.

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

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

Analogous Colors of #DAA33C

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

Split Complementary Colors of #DAA33C

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

Tetradic Colors of #DAA33C

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

Monochromatic Colors of #DAA33C

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

Complementary Color of #DAA33C

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

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

HTML Examples of #DAA33C

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

Related Colors of #DAA33C

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