Color: #DDBB75
#DDBB75 Color Information
#DDBB75 is a light color. The closest websafe version is #DDBB75. A complement of this color would be #7497DC, perceived brightness is 0.74, and the grayscale version is #A9A9A9.
In the HSL color space, this color has a hue angle of 40°,a saturation of 60%, and a lightness of 66%.The HSV representation shows a hue of 40°, a saturation of 47%, and a value of 87%.
In a RGB color space, #DDBB75 is composed of 87% red, 73% green and 46% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 15% magenta, 47% yellow and 13% black.
In the Yxy color space, this color is represented as Y: 52.79, x: 0.4273, and y: 0.4239.
Color Code #DDBB75
Shades of Color #DDBB75
Shades are created by darkening the original color #DDBB75 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 #DDBB75
Tints are created by lightening the original color #DDBB75 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 #DDBB75 Color Code
In the HSL color space, this color has a hue angle of 40°, a saturation of 60%, and a lightness of 66%. The HSV representation shows a hue of 40°, a saturation of 47%, and a value of 87%.
- HEX: #DDBB75
- RGB: rgb(221, 187, 117)
- HSL: hsl(40, 60%, 66%)
- HSV: hsv(40, 47%, 87%)
- CMYK: 0.00% cyan, 15.00% magenta, 47.00% yellow, 13.00% black
- XYZ: 53.21, 52.79, 18.54
- Yxy: 52.79, 0.4273, 0.4239
- Hunter Lab: 77.75, 6.02, 40.06
- CIE-Lab: 77.75, 6.02, 40.06
In the XYZ color space, this color is represented as X: 53.21, Y: 52.79, Z: 18.54. The Yxy representation further refines this as Y: 52.79, x: 0.4273, and y: 0.4239.
In the Hunter Lab color space, this color is represented as L: 77.75, a: 6.02, and b: 40.06. Similarly, in the CIE-Lab color space, it is represented as L: 77.75, a: 6.02, and b: 40.06.
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 #DDBB75
Triadic colors are three colors evenly spaced around the color wheel, including #DDBB75. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DDBB75
Monochromatic colors are variations of #DDBB75, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DDBB75
The complementary color of #DDBB75 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 #DDBB75
/* Using HEX */ body { background-color: #ddbb75; }
/* Using RGB */ body { background-color: rgb(221, 187, 117); }
/* Using RGB with opacity */ body { background-color: rgba(221, 187, 117, 0.5); }
/* Using HSL */ body { background-color: hsl(40, 60%, 66%); }
/* Text color */ p { color: #ddbb75; }
/* Box shadow */ div { box-shadow: 4px 4px #ddbb75; }
/* Border color */ .box { border: 4px solid #ddbb75; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ddbb75; }
/* Background with text */ div { background: #ddbb75; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DDBB75
<!-- Using HEX --> <div style="background-color: #ddbb75; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(221, 187, 117); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(221, 187, 117, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(40, 60%, 66%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ddbb75;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ddbb75; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ddbb75; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ddbb75;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ddbb75; color: #fff; padding: 16px; border-radius: 8px;"> #DDBB75 </div>
Related Colors of #DDBB75
These colors are similar to #DDBB75, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.