Color: #CFB41C

#CFB41C Color Information

#CFB41C is a light color. The closest websafe version is #CFB41C. A complement of this color would be #1C37CE, perceived brightness is 0.67, and the grayscale version is #767676.

In the HSL color space, this color has a hue angle of 51°,a saturation of 76%, and a lightness of 46%.The HSV representation shows a hue of 51°, a saturation of 86%, and a value of 81%.

In a RGB color space, #CFB41C is composed of 81% red, 71% green and 11% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 13% magenta, 86% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 46.67, x: 0.4598, and y: 0.4774.

Color Code #CFB41C

#CFB41Crgb(207, 180, 28)
HEX
#CFB41C
RGB
rgb(207, 180, 28)
HSL
hsl(51, 76%, 46%)
HSV
hsv(51, 86%, 81%)
CMYK
0%, 13%, 86%, 19%
XYZ
X: 44.95, Y: 46.67, Z: 6.13
Lab
L: 73.98, a: -0.15, b: 71.06
Name

Shades of Color #CFB41C

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

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

#CFB41Crgb(207, 180, 28)

About #CFB41C Color Code

In the HSL color space, this color has a hue angle of 51°, a saturation of 76%, and a lightness of 46%. The HSV representation shows a hue of 51°, a saturation of 86%, and a value of 81%.

  • HEX: #CFB41C
  • RGB: rgb(207, 180, 28)
  • HSL: hsl(51, 76%, 46%)
  • HSV: hsv(51, 86%, 81%)
  • CMYK: 0.00% cyan, 13.00% magenta, 86.00% yellow, 19.00% black
  • XYZ: 44.95, 46.67, 6.13
  • Yxy: 46.67, 0.4598, 0.4774
  • Hunter Lab: 73.98, -0.15, 71.06
  • CIE-Lab: 73.98, -0.15, 71.06

In the XYZ color space, this color is represented as X: 44.95, Y: 46.67, Z: 6.13. The Yxy representation further refines this as Y: 46.67, x: 0.4598, and y: 0.4774.

In the Hunter Lab color space, this color is represented as L: 73.98, a: -0.15, and b: 71.06. Similarly, in the CIE-Lab color space, it is represented as L: 73.98, a: -0.15, and b: 71.06.

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

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

Analogous Colors of #CFB41C

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

Split Complementary Colors of #CFB41C

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

Tetradic Colors of #CFB41C

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

Monochromatic Colors of #CFB41C

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

Complementary Color of #CFB41C

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

/* Using HEX */
body {
  background-color: #cfb41c;
}
/* Using RGB */
body {
  background-color: rgb(207, 180, 28);
}
/* Using RGB with opacity */
body {
  background-color: rgba(207, 180, 28, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(51, 76%, 46%);
}
/* Text color */
p {
  color: #cfb41c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cfb41c;
}
/* Border color */
.box {
  border: 4px solid #cfb41c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cfb41c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cfb41c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CFB41C
On Black Background
#CFB41C
On White Background
#CFB41C

HTML Examples of #CFB41C

<!-- Using HEX -->
<div style="background-color: #cfb41c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(207, 180, 28); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(207, 180, 28, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(51, 76%, 46%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cfb41c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cfb41c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #cfb41c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #cfb41c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #cfb41c; color: #fff; padding: 16px; border-radius: 8px;">
  #CFB41C
</div>
#CFB41C
On Black Background
#CFB41C
On White Background
#CFB41C

Related Colors of #CFB41C

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