Color: #CAB70C

#CAB70C Color Information

#CAB70C is a light color. The closest websafe version is #CAB70C. A complement of this color would be #0C1FCA, perceived brightness is 0.66, and the grayscale version is #6B6B6B.

In the HSL color space, this color has a hue angle of 54°,a saturation of 89%, and a lightness of 42%.The HSV representation shows a hue of 54°, a saturation of 94%, and a value of 79%.

In a RGB color space, #CAB70C is composed of 79% red, 72% green and 5% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 9% magenta, 94% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 47.11, x: 0.4548, and y: 0.4865.

Color Code #CAB70C

#CAB70Crgb(202, 183, 12)
HEX
#CAB70C
RGB
rgb(202, 183, 12)
HSL
hsl(54, 89%, 42%)
HSV
hsv(54, 94%, 79%)
CMYK
0%, 9%, 94%, 21%
XYZ
X: 44.04, Y: 47.11, Z: 5.68
Lab
L: 74.26, a: -3.99, b: 73.64
Name

Shades of Color #CAB70C

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

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

#CAB70Crgb(202, 183, 12)

About #CAB70C Color Code

In the HSL color space, this color has a hue angle of 54°, a saturation of 89%, and a lightness of 42%. The HSV representation shows a hue of 54°, a saturation of 94%, and a value of 79%.

  • HEX: #CAB70C
  • RGB: rgb(202, 183, 12)
  • HSL: hsl(54, 89%, 42%)
  • HSV: hsv(54, 94%, 79%)
  • CMYK: 0.00% cyan, 9.00% magenta, 94.00% yellow, 21.00% black
  • XYZ: 44.04, 47.11, 5.68
  • Yxy: 47.11, 0.4548, 0.4865
  • Hunter Lab: 74.26, -3.99, 73.64
  • CIE-Lab: 74.26, -3.99, 73.64

In the XYZ color space, this color is represented as X: 44.04, Y: 47.11, Z: 5.68. The Yxy representation further refines this as Y: 47.11, x: 0.4548, and y: 0.4865.

In the Hunter Lab color space, this color is represented as L: 74.26, a: -3.99, and b: 73.64. Similarly, in the CIE-Lab color space, it is represented as L: 74.26, a: -3.99, and b: 73.64.

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

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

Analogous Colors of #CAB70C

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

Monochromatic Colors of #CAB70C

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

Complementary Color of #CAB70C

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

/* Using HEX */
body {
  background-color: #cab70c;
}
/* Using RGB */
body {
  background-color: rgb(202, 183, 12);
}
/* Using RGB with opacity */
body {
  background-color: rgba(202, 183, 12, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(54, 89%, 42%);
}
/* Text color */
p {
  color: #cab70c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cab70c;
}
/* Border color */
.box {
  border: 4px solid #cab70c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cab70c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cab70c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CAB70C
On Black Background
#CAB70C
On White Background
#CAB70C

HTML Examples of #CAB70C

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

Related Colors of #CAB70C

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