Color: #CFB10B

#CFB10B Color Information

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

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

In a RGB color space, #CFB10B is composed of 81% red, 69% green and 4% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 14% magenta, 95% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 45.42, x: 0.4652, and y: 0.4782.

Color Code #CFB10B

#CFB10Brgb(207, 177, 11)
HEX
#CFB10B
RGB
rgb(207, 177, 11)
HSL
hsl(51, 90%, 43%)
HSV
hsv(51, 95%, 81%)
CMYK
0%, 14%, 95%, 19%
XYZ
X: 44.19, Y: 45.42, Z: 5.38
Lab
L: 73.17, a: 1.14, b: 73.26
Name

Shades of Color #CFB10B

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

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

#CFB10Brgb(207, 177, 11)

About #CFB10B Color Code

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

  • HEX: #CFB10B
  • RGB: rgb(207, 177, 11)
  • HSL: hsl(51, 90%, 43%)
  • HSV: hsv(51, 95%, 81%)
  • CMYK: 0.00% cyan, 14.00% magenta, 95.00% yellow, 19.00% black
  • XYZ: 44.19, 45.42, 5.38
  • Yxy: 45.42, 0.4652, 0.4782
  • Hunter Lab: 73.17, 1.14, 73.26
  • CIE-Lab: 73.17, 1.14, 73.26

In the XYZ color space, this color is represented as X: 44.19, Y: 45.42, Z: 5.38. The Yxy representation further refines this as Y: 45.42, x: 0.4652, and y: 0.4782.

In the Hunter Lab color space, this color is represented as L: 73.17, a: 1.14, and b: 73.26. Similarly, in the CIE-Lab color space, it is represented as L: 73.17, a: 1.14, and b: 73.26.

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

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

Analogous Colors of #CFB10B

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

Split Complementary Colors of #CFB10B

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

Tetradic Colors of #CFB10B

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

Monochromatic Colors of #CFB10B

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

Complementary Color of #CFB10B

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

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

HTML Examples of #CFB10B

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

Related Colors of #CFB10B

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