Color: #CCC53C

#CCC53C Color Information

#CCC53C is a light color. The closest websafe version is #CCC53C. A complement of this color would be #3C44CD, perceived brightness is 0.72, and the grayscale version is #848484.

In the HSL color space, this color has a hue angle of 57°,a saturation of 59%, and a lightness of 52%.The HSV representation shows a hue of 57°, a saturation of 71%, and a value of 80%.

In a RGB color space, #CCC53C is composed of 80% red, 77% green and 24% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 3% magenta, 71% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 53.74, x: 0.4340, and y: 0.4811.

Color Code #CCC53C

#CCC53Crgb(204, 197, 60)
HEX
#CCC53C
RGB
rgb(204, 197, 60)
HSL
hsl(57, 59%, 52%)
HSV
hsv(57, 71%, 80%)
CMYK
0%, 3%, 71%, 20%
XYZ
X: 48.48, Y: 53.74, Z: 9.49
Lab
L: 78.31, a: -8.92, b: 65.34
Name

Shades of Color #CCC53C

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

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

#CCC53Crgb(204, 197, 60)

About #CCC53C Color Code

In the HSL color space, this color has a hue angle of 57°, a saturation of 59%, and a lightness of 52%. The HSV representation shows a hue of 57°, a saturation of 71%, and a value of 80%.

  • HEX: #CCC53C
  • RGB: rgb(204, 197, 60)
  • HSL: hsl(57, 59%, 52%)
  • HSV: hsv(57, 71%, 80%)
  • CMYK: 0.00% cyan, 3.00% magenta, 71.00% yellow, 20.00% black
  • XYZ: 48.48, 53.74, 9.49
  • Yxy: 53.74, 0.4340, 0.4811
  • Hunter Lab: 78.31, -8.92, 65.34
  • CIE-Lab: 78.31, -8.92, 65.34

In the XYZ color space, this color is represented as X: 48.48, Y: 53.74, Z: 9.49. The Yxy representation further refines this as Y: 53.74, x: 0.4340, and y: 0.4811.

In the Hunter Lab color space, this color is represented as L: 78.31, a: -8.92, and b: 65.34. Similarly, in the CIE-Lab color space, it is represented as L: 78.31, a: -8.92, and b: 65.34.

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

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

Analogous Colors of #CCC53C

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

Split Complementary Colors of #CCC53C

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

Tetradic Colors of #CCC53C

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

Monochromatic Colors of #CCC53C

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

Complementary Color of #CCC53C

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

/* Using HEX */
body {
  background-color: #ccc53c;
}
/* Using RGB */
body {
  background-color: rgb(204, 197, 60);
}
/* Using RGB with opacity */
body {
  background-color: rgba(204, 197, 60, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(57, 59%, 52%);
}
/* Text color */
p {
  color: #ccc53c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ccc53c;
}
/* Border color */
.box {
  border: 4px solid #ccc53c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ccc53c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ccc53c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CCC53C
On Black Background
#CCC53C
On White Background
#CCC53C

HTML Examples of #CCC53C

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

Related Colors of #CCC53C

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