Color: #CBC33C

#CBC33C Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 52.68, x: 0.4347, and y: 0.4800.

Color Code #CBC33C

#CBC33Crgb(203, 195, 60)
HEX
#CBC33C
RGB
rgb(203, 195, 60)
HSL
hsl(57, 58%, 52%)
HSV
hsv(57, 70%, 80%)
CMYK
0%, 4%, 70%, 20%
XYZ
X: 47.70, Y: 52.68, Z: 9.36
Lab
L: 77.69, a: -8.38, b: 64.72
Name

Shades of Color #CBC33C

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

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

#CBC33Crgb(203, 195, 60)

About #CBC33C Color Code

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

  • HEX: #CBC33C
  • RGB: rgb(203, 195, 60)
  • HSL: hsl(57, 58%, 52%)
  • HSV: hsv(57, 70%, 80%)
  • CMYK: 0.00% cyan, 4.00% magenta, 70.00% yellow, 20.00% black
  • XYZ: 47.70, 52.68, 9.36
  • Yxy: 52.68, 0.4347, 0.4800
  • Hunter Lab: 77.69, -8.38, 64.72
  • CIE-Lab: 77.69, -8.38, 64.72

In the XYZ color space, this color is represented as X: 47.70, Y: 52.68, Z: 9.36. The Yxy representation further refines this as Y: 52.68, x: 0.4347, and y: 0.4800.

In the Hunter Lab color space, this color is represented as L: 77.69, a: -8.38, and b: 64.72. Similarly, in the CIE-Lab color space, it is represented as L: 77.69, a: -8.38, and b: 64.72.

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

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

Analogous Colors of #CBC33C

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

Monochromatic Colors of #CBC33C

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

Complementary Color of #CBC33C

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

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

HTML Examples of #CBC33C

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

Related Colors of #CBC33C

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