Color: #CCA621

#CCA621 Color Information

#CCA621 is a light color. The closest websafe version is #CCA621. A complement of this color would be #2145CA, perceived brightness is 0.64, and the grayscale version is #767676.

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

In a RGB color space, #CCA621 is composed of 80% red, 65% green and 13% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 19% magenta, 84% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 40.86, x: 0.4700, and y: 0.4658.

Color Code #CCA621

#CCA621rgb(204, 166, 33)
HEX
#CCA621
RGB
rgb(204, 166, 33)
HSL
hsl(47, 72%, 46%)
HSV
hsv(47, 84%, 80%)
CMYK
0%, 19%, 84%, 20%
XYZ
X: 41.23, Y: 40.86, Z: 5.63
Lab
L: 70.08, a: 5.66, b: 66.69
Name

Shades of Color #CCA621

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

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

#CCA621rgb(204, 166, 33)

About #CCA621 Color Code

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

  • HEX: #CCA621
  • RGB: rgb(204, 166, 33)
  • HSL: hsl(47, 72%, 46%)
  • HSV: hsv(47, 84%, 80%)
  • CMYK: 0.00% cyan, 19.00% magenta, 84.00% yellow, 20.00% black
  • XYZ: 41.23, 40.86, 5.63
  • Yxy: 40.86, 0.4700, 0.4658
  • Hunter Lab: 70.08, 5.66, 66.69
  • CIE-Lab: 70.08, 5.66, 66.69

In the XYZ color space, this color is represented as X: 41.23, Y: 40.86, Z: 5.63. The Yxy representation further refines this as Y: 40.86, x: 0.4700, and y: 0.4658.

In the Hunter Lab color space, this color is represented as L: 70.08, a: 5.66, and b: 66.69. Similarly, in the CIE-Lab color space, it is represented as L: 70.08, a: 5.66, and b: 66.69.

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

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

Analogous Colors of #CCA621

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

Split Complementary Colors of #CCA621

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

Tetradic Colors of #CCA621

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

Monochromatic Colors of #CCA621

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

Complementary Color of #CCA621

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

/* Using HEX */
body {
  background-color: #cca621;
}
/* Using RGB */
body {
  background-color: rgb(204, 166, 33);
}
/* Using RGB with opacity */
body {
  background-color: rgba(204, 166, 33, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(47, 72%, 46%);
}
/* Text color */
p {
  color: #cca621;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cca621;
}
/* Border color */
.box {
  border: 4px solid #cca621;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cca621;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cca621;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CCA621
On Black Background
#CCA621
On White Background
#CCA621

HTML Examples of #CCA621

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

Related Colors of #CCA621

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