Color: #CFB72C

#CFB72C Color Information

#CFB72C is a light color. The closest websafe version is #CFB72C. A complement of this color would be #2C44CE, perceived brightness is 0.68, and the grayscale version is #7E7E7E.

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

In a RGB color space, #CFB72C is composed of 81% red, 72% green and 17% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 12% magenta, 79% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 47.98, x: 0.4532, and y: 0.4748.

Color Code #CFB72C

#CFB72Crgb(207, 183, 44)
HEX
#CFB72C
RGB
rgb(207, 183, 44)
HSL
hsl(51, 65%, 49%)
HSV
hsv(51, 79%, 81%)
CMYK
0%, 12%, 79%, 19%
XYZ
X: 45.80, Y: 47.98, Z: 7.27
Lab
L: 74.81, a: -1.31, b: 67.60
Name

Shades of Color #CFB72C

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

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

#CFB72Crgb(207, 183, 44)

About #CFB72C Color Code

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

  • HEX: #CFB72C
  • RGB: rgb(207, 183, 44)
  • HSL: hsl(51, 65%, 49%)
  • HSV: hsv(51, 79%, 81%)
  • CMYK: 0.00% cyan, 12.00% magenta, 79.00% yellow, 19.00% black
  • XYZ: 45.80, 47.98, 7.27
  • Yxy: 47.98, 0.4532, 0.4748
  • Hunter Lab: 74.81, -1.31, 67.60
  • CIE-Lab: 74.81, -1.31, 67.60

In the XYZ color space, this color is represented as X: 45.80, Y: 47.98, Z: 7.27. The Yxy representation further refines this as Y: 47.98, x: 0.4532, and y: 0.4748.

In the Hunter Lab color space, this color is represented as L: 74.81, a: -1.31, and b: 67.60. Similarly, in the CIE-Lab color space, it is represented as L: 74.81, a: -1.31, and b: 67.60.

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

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

Analogous Colors of #CFB72C

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

Split Complementary Colors of #CFB72C

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

Tetradic Colors of #CFB72C

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

Monochromatic Colors of #CFB72C

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

Complementary Color of #CFB72C

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

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

HTML Examples of #CFB72C

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

Related Colors of #CFB72C

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