Color: #CCB55C

#CCB55C Color Information

#CCB55C is a light color. The closest websafe version is #CCB55C. A complement of this color would be #5C72CC, perceived brightness is 0.70, and the grayscale version is #949494.

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

In a RGB color space, #CCB55C is composed of 80% red, 71% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 11% magenta, 55% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 47.21, x: 0.4314, and y: 0.4461.

Color Code #CCB55C

#CCB55Crgb(204, 181, 92)
HEX
#CCB55C
RGB
rgb(204, 181, 92)
HSL
hsl(48, 52%, 58%)
HSV
hsv(48, 55%, 80%)
CMYK
0%, 11%, 55%, 20%
XYZ
X: 45.66, Y: 47.21, Z: 12.97
Lab
L: 74.32, a: 0.39, b: 47.79
Name

Shades of Color #CCB55C

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

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

#CCB55Crgb(204, 181, 92)

About #CCB55C Color Code

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

  • HEX: #CCB55C
  • RGB: rgb(204, 181, 92)
  • HSL: hsl(48, 52%, 58%)
  • HSV: hsv(48, 55%, 80%)
  • CMYK: 0.00% cyan, 11.00% magenta, 55.00% yellow, 20.00% black
  • XYZ: 45.66, 47.21, 12.97
  • Yxy: 47.21, 0.4314, 0.4461
  • Hunter Lab: 74.32, 0.39, 47.79
  • CIE-Lab: 74.32, 0.39, 47.79

In the XYZ color space, this color is represented as X: 45.66, Y: 47.21, Z: 12.97. The Yxy representation further refines this as Y: 47.21, x: 0.4314, and y: 0.4461.

In the Hunter Lab color space, this color is represented as L: 74.32, a: 0.39, and b: 47.79. Similarly, in the CIE-Lab color space, it is represented as L: 74.32, a: 0.39, and b: 47.79.

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

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

Analogous Colors of #CCB55C

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

Monochromatic Colors of #CCB55C

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

Complementary Color of #CCB55C

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

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

HTML Examples of #CCB55C

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

Related Colors of #CCB55C

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