Color: #CAC13F

#CAC13F Color Information

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

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

In a RGB color space, #CAC13F is composed of 79% red, 76% green and 25% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 4% magenta, 69% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 51.67, x: 0.4343, and y: 0.4775.

Color Code #CAC13F

#CAC13Frgb(202, 193, 63)
HEX
#CAC13F
RGB
rgb(202, 193, 63)
HSL
hsl(56, 57%, 52%)
HSV
hsv(56, 69%, 79%)
CMYK
0%, 4%, 69%, 21%
XYZ
X: 47.00, Y: 51.67, Z: 9.55
Lab
L: 77.08, a: -7.72, b: 63.02
Name

Shades of Color #CAC13F

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

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

#CAC13Frgb(202, 193, 63)

About #CAC13F Color Code

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

  • HEX: #CAC13F
  • RGB: rgb(202, 193, 63)
  • HSL: hsl(56, 57%, 52%)
  • HSV: hsv(56, 69%, 79%)
  • CMYK: 0.00% cyan, 4.00% magenta, 69.00% yellow, 21.00% black
  • XYZ: 47.00, 51.67, 9.55
  • Yxy: 51.67, 0.4343, 0.4775
  • Hunter Lab: 77.08, -7.72, 63.02
  • CIE-Lab: 77.08, -7.72, 63.02

In the XYZ color space, this color is represented as X: 47.00, Y: 51.67, Z: 9.55. The Yxy representation further refines this as Y: 51.67, x: 0.4343, and y: 0.4775.

In the Hunter Lab color space, this color is represented as L: 77.08, a: -7.72, and b: 63.02. Similarly, in the CIE-Lab color space, it is represented as L: 77.08, a: -7.72, and b: 63.02.

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

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

Analogous Colors of #CAC13F

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

Split Complementary Colors of #CAC13F

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

Tetradic Colors of #CAC13F

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

Monochromatic Colors of #CAC13F

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

Complementary Color of #CAC13F

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

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

HTML Examples of #CAC13F

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

Related Colors of #CAC13F

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