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