Color: #DDA095
#DDA095 Color Information
#DDA095 is a light color. The closest websafe version is #DDA095. A complement of this color would be #97D3DD, perceived brightness is 0.69, and the grayscale version is #B9B9B9.
In the HSL color space, this color has a hue angle of 9°,a saturation of 51%, 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, #DDA095 is composed of 87% red, 63% green and 58% 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.11, x: 0.4171, and y: 0.3642.
Color Code #DDA095
Shades of Color #DDA095
Shades are created by darkening the original color #DDA095 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 #DDA095
Tints are created by lightening the original color #DDA095 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 #DDA095 Color Code
In the HSL color space, this color has a hue angle of 9°, a saturation of 51%, and a lightness of 73%. The HSV representation shows a hue of 9°, a saturation of 33%, and a value of 87%.
- HEX: #DDA095
- RGB: rgb(221, 160, 149)
- HSL: hsl(9, 51%, 73%)
- HSV: hsv(9, 33%, 87%)
- CMYK: 0.00% cyan, 28.00% magenta, 33.00% yellow, 13.00% black
- XYZ: 49.37, 43.11, 25.88
- Yxy: 43.11, 0.4171, 0.3642
- Hunter Lab: 71.63, 22.28, 15.20
- CIE-Lab: 71.63, 22.28, 15.20
In the XYZ color space, this color is represented as X: 49.37, Y: 43.11, Z: 25.88. The Yxy representation further refines this as Y: 43.11, x: 0.4171, and y: 0.3642.
In the Hunter Lab color space, this color is represented as L: 71.63, a: 22.28, and b: 15.20. Similarly, in the CIE-Lab color space, it is represented as L: 71.63, a: 22.28, and b: 15.20.
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 #DDA095
Triadic colors are three colors evenly spaced around the color wheel, including #DDA095. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DDA095
Monochromatic colors are variations of #DDA095, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DDA095
The complementary color of #DDA095 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 #DDA095
/* Using HEX */ body { background-color: #dda095; }
/* Using RGB */ body { background-color: rgb(221, 160, 149); }
/* Using RGB with opacity */ body { background-color: rgba(221, 160, 149, 0.5); }
/* Using HSL */ body { background-color: hsl(9, 51%, 73%); }
/* Text color */ p { color: #dda095; }
/* Box shadow */ div { box-shadow: 4px 4px #dda095; }
/* Border color */ .box { border: 4px solid #dda095; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #dda095; }
/* Background with text */ div { background: #dda095; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DDA095
<!-- Using HEX --> <div style="background-color: #dda095; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(221, 160, 149); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(221, 160, 149, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(9, 51%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dda095;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dda095; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #dda095; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #dda095;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #dda095; color: #fff; padding: 16px; border-radius: 8px;"> #DDA095 </div>
Related Colors of #DDA095
These colors are similar to #DDA095, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.