Color: #DFA196
#DFA196 Color Information
#DFA196 is a light color. The closest websafe version is #DFA196. A complement of this color would be #96D4DF, perceived brightness is 0.70, and the grayscale version is #BBBBBB.
In the HSL color space, this color has a hue angle of 9°,a saturation of 53%, and a lightness of 73%.The HSV representation shows a hue of 9°, a saturation of 33%, and a value of 87%.
In a RGB color space, #DFA196 is composed of 87% red, 63% green and 59% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 28% magenta, 33% yellow and 13% black.
In the Yxy color space, this color is represented as Y: 43.82, x: 0.4177, and y: 0.3641.
Color Code #DFA196
Shades of Color #DFA196
Shades are created by darkening the original color #DFA196 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 #DFA196
Tints are created by lightening the original color #DFA196 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 #DFA196 Color Code
In the HSL color space, this color has a hue angle of 9°, a saturation of 53%, and a lightness of 73%. The HSV representation shows a hue of 9°, a saturation of 33%, and a value of 87%.
- HEX: #DFA196
- RGB: rgb(223, 161, 150)
- HSL: hsl(9, 53%, 73%)
- HSV: hsv(9, 33%, 87%)
- CMYK: 0.00% cyan, 28.00% magenta, 33.00% yellow, 13.00% black
- XYZ: 50.27, 43.82, 26.27
- Yxy: 43.82, 0.4177, 0.3641
- Hunter Lab: 72.11, 22.64, 15.35
- CIE-Lab: 72.11, 22.64, 15.35
In the XYZ color space, this color is represented as X: 50.27, Y: 43.82, Z: 26.27. The Yxy representation further refines this as Y: 43.82, x: 0.4177, and y: 0.3641.
In the Hunter Lab color space, this color is represented as L: 72.11, a: 22.64, and b: 15.35. Similarly, in the CIE-Lab color space, it is represented as L: 72.11, a: 22.64, and b: 15.35.
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 #DFA196
Triadic colors are three colors evenly spaced around the color wheel, including #DFA196. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #DFA196
Split complementary colors are two colors adjacent to the complementary color of #DFA196. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #DFA196
Monochromatic colors are variations of #DFA196, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DFA196
The complementary color of #DFA196 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 #DFA196
/* Using HEX */ body { background-color: #dfa196; }
/* Using RGB */ body { background-color: rgb(223, 161, 150); }
/* Using RGB with opacity */ body { background-color: rgba(223, 161, 150, 0.5); }
/* Using HSL */ body { background-color: hsl(9, 53%, 73%); }
/* Text color */ p { color: #dfa196; }
/* Box shadow */ div { box-shadow: 4px 4px #dfa196; }
/* Border color */ .box { border: 4px solid #dfa196; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #dfa196; }
/* Background with text */ div { background: #dfa196; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DFA196
<!-- Using HEX --> <div style="background-color: #dfa196; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(223, 161, 150); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(223, 161, 150, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(9, 53%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dfa196;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dfa196; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #dfa196; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #dfa196;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #dfa196; color: #fff; padding: 16px; border-radius: 8px;"> #DFA196 </div>
Related Colors of #DFA196
These colors are similar to #DFA196, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.