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