Color: #C67A0D
#C67A0D Color Information
#C67A0D is a light color. The closest websafe version is #C67A0D. A complement of this color would be #0D59C5, perceived brightness is 0.52, and the grayscale version is #6A6A6A.
In the HSL color space, this color has a hue angle of 35°,a saturation of 88%, and a lightness of 41%.The HSV representation shows a hue of 35°, a saturation of 93%, and a value of 78%.
In a RGB color space, #C67A0D is composed of 78% red, 48% green and 5% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 38% magenta, 93% yellow and 22% black.
In the Yxy color space, this color is represented as Y: 26.54, x: 0.5217, and y: 0.4303.
Color Code #C67A0D
Shades of Color #C67A0D
Shades are created by darkening the original color #C67A0D 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 #C67A0D
Tints are created by lightening the original color #C67A0D 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 #C67A0D Color Code
In the HSL color space, this color has a hue angle of 35°, a saturation of 88%, and a lightness of 41%. The HSV representation shows a hue of 35°, a saturation of 93%, and a value of 78%.
- HEX: #C67A0D
- RGB: rgb(198, 122, 13)
- HSL: hsl(35, 88%, 41%)
- HSV: hsv(35, 93%, 78%)
- CMYK: 0.00% cyan, 38.00% magenta, 93.00% yellow, 22.00% black
- XYZ: 32.18, 26.54, 2.96
- Yxy: 26.54, 0.5217, 0.4303
- Hunter Lab: 58.55, 25.49, 62.54
- CIE-Lab: 58.55, 25.49, 62.54
In the XYZ color space, this color is represented as X: 32.18, Y: 26.54, Z: 2.96. The Yxy representation further refines this as Y: 26.54, x: 0.5217, and y: 0.4303.
In the Hunter Lab color space, this color is represented as L: 58.55, a: 25.49, and b: 62.54. Similarly, in the CIE-Lab color space, it is represented as L: 58.55, a: 25.49, and b: 62.54.
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 #C67A0D
Triadic colors are three colors evenly spaced around the color wheel, including #C67A0D. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #C67A0D
Split complementary colors are two colors adjacent to the complementary color of #C67A0D. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #C67A0D
Monochromatic colors are variations of #C67A0D, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C67A0D
The complementary color of #C67A0D 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 #C67A0D
/* Using HEX */ body { background-color: #c67a0d; }
/* Using RGB */ body { background-color: rgb(198, 122, 13); }
/* Using RGB with opacity */ body { background-color: rgba(198, 122, 13, 0.5); }
/* Using HSL */ body { background-color: hsl(35, 88%, 41%); }
/* Text color */ p { color: #c67a0d; }
/* Box shadow */ div { box-shadow: 4px 4px #c67a0d; }
/* Border color */ .box { border: 4px solid #c67a0d; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #c67a0d; }
/* Background with text */ div { background: #c67a0d; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #C67A0D
<!-- Using HEX --> <div style="background-color: #c67a0d; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(198, 122, 13); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(198, 122, 13, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(35, 88%, 41%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c67a0d;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c67a0d; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #c67a0d; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #c67a0d;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #c67a0d; color: #fff; padding: 16px; border-radius: 8px;"> #C67A0D </div>
Related Colors of #C67A0D
These colors are similar to #C67A0D, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.