Color: #CFA229

#CFA229 Color Information

#CFA229 is a light color. The closest websafe version is #CFA229. A complement of this color would be #2956D1, perceived brightness is 0.63, and the grayscale version is #7C7C7C.

In the HSL color space, this color has a hue angle of 44°,a saturation of 67%, and a lightness of 49%.The HSV representation shows a hue of 44°, a saturation of 100%, and a value of 100%.

In a RGB color space, #CFA229 is composed of 81% red, 64% green and 16% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 22% magenta, 80% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 39.92, x: 0.4746, and y: 0.4572.

Color Code #CFA229

HEX
#CFA229
RGB
rgb(207, 162, 41)
HSL
hsl(44, 67%, 49%)
HSV
hsv(44, 80%, 81%)
CMYK
0%, 22%, 80%, 19%
XYZ
X: 41.44, Y: 39.92, Z: 5.96
Lab
L: 69.41, a: 9.17, b: 63.97
Name

Shades of Color #CFA229

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

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

About #CFA229 Color Code

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

  • HEX: #CFA229
  • RGB: rgb(207, 162, 41)
  • HSL: hsl(44, 67%, 49%)
  • HSV: hsv(44, 80%, 81%)
  • CMYK: 0.00% cyan, 22.00% magenta, 80.00% yellow, 19.00% black
  • XYZ: 41.44, 39.92, 5.96
  • Yxy: 39.92, 0.4746, 0.4572
  • Hunter Lab: 69.41, 9.17, 63.97
  • CIE-Lab: 69.41, 9.17, 63.97

In the XYZ color space, this color is represented as X: 41.44, Y: 39.92, Z: 5.96. The Yxy representation further refines this as Y: 39.92, x: 0.4746, and y: 0.4572.

In the Hunter Lab color space, this color is represented as L: 69.41, a: 9.17, and b: 63.97. Similarly, in the CIE-Lab color space, it is represented as L: 69.41, a: 9.17, and b: 63.97.

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

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

Analogous Colors of #CFA229

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

Monochromatic Colors of #CFA229

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

Complementary Color of #CFA229

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

/* Using HEX */
body {
  background-color: #cfa229;
}
/* Using RGB */
body {
  background-color: rgb(207, 162, 41);
}
/* Using RGB with opacity */
body {
  background-color: rgba(207, 162, 41, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(44, 67%, 49%);
}
/* Text color */
p {
  color: #cfa229;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cfa229;
}

HTML Examples of #CFA229

<!-- Using HEX -->
<div style="background-color: #cfa229; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(207, 162, 41); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(207, 162, 41, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(44, 67%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cfa229;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cfa229; width: 100px; height: 100px;"></div>

Related Colors of #CFA229

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