Color: #CD9932

#CD9932 Color Information

#CD9932 is a light color. The closest websafe version is #CD9932. A complement of this color would be #3266CD, perceived brightness is 0.61, and the grayscale version is #808080.

In the HSL color space, this color has a hue angle of 40°,a saturation of 61%, and a lightness of 50%.The HSV representation shows a hue of 40°, a saturation of 100%, and a value of 100%.

In a RGB color space, #CD9932 is composed of 80% red, 60% green and 20% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 25% magenta, 76% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 36.61, x: 0.4788, and y: 0.4455.

Color Code #CD9932

HEX
#CD9932
RGB
rgb(205, 153, 50)
HSL
hsl(40, 61%, 50%)
HSV
hsv(40, 76%, 80%)
CMYK
0%, 25%, 76%, 20%
XYZ
X: 39.34, Y: 36.61, Z: 6.22
Lab
L: 66.99, a: 13.16, b: 58.59
Name

Shades of Color #CD9932

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

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

About #CD9932 Color Code

In the HSL color space, this color has a hue angle of 40°, a saturation of 61%, and a lightness of 50%. The HSV representation shows a hue of 40°, a saturation of 76%, and a value of 80%.

  • HEX: #CD9932
  • RGB: rgb(205, 153, 50)
  • HSL: hsl(40, 61%, 50%)
  • HSV: hsv(40, 76%, 80%)
  • CMYK: 0.00% cyan, 25.00% magenta, 76.00% yellow, 20.00% black
  • XYZ: 39.34, 36.61, 6.22
  • Yxy: 36.61, 0.4788, 0.4455
  • Hunter Lab: 66.99, 13.16, 58.59
  • CIE-Lab: 66.99, 13.16, 58.59

In the XYZ color space, this color is represented as X: 39.34, Y: 36.61, Z: 6.22. The Yxy representation further refines this as Y: 36.61, x: 0.4788, and y: 0.4455.

In the Hunter Lab color space, this color is represented as L: 66.99, a: 13.16, and b: 58.59. Similarly, in the CIE-Lab color space, it is represented as L: 66.99, a: 13.16, and b: 58.59.

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

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

Analogous Colors of #CD9932

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

Monochromatic Colors of #CD9932

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

Complementary Color of #CD9932

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

/* Using HEX */
body {
  background-color: #cd9932;
}
/* Using RGB */
body {
  background-color: rgb(205, 153, 50);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 153, 50, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(40, 61%, 50%);
}
/* Text color */
p {
  color: #cd9932;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cd9932;
}

HTML Examples of #CD9932

<!-- Using HEX -->
<div style="background-color: #cd9932; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(205, 153, 50); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(205, 153, 50, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(40, 61%, 50%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cd9932;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cd9932; width: 100px; height: 100px;"></div>

Related Colors of #CD9932

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