Shades of Terra Cotta #DD7155
Tints of Terra Cotta #DD7155
RGB
CMYK
RGB Variations
Color information
#DD7155 (or 0xDD7155) is known color: Terra Cotta. HEX triplet: DD, 71 and 55. RGB value is (221,113,85). Sum of RGB (Red+Green+Blue) = 221+113+85=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7155 is #228EAA. Grayscale: #8E8E8E. Windows color (decimal): -2264747 or 5599709. OLE color: 5599709.
HSL color Cylindrical-coordinate representation of color #DD7155: hue angle of 12.35º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD7155 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 85 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.13 |
| HSL | 12.35º | 0.67% | 0.6% | - |
| HSV(B) | 12.35º | 0.62% | 0.87% | - |
| XYZ | 37.36 | 27.84 | 12 | - |
| YUV | 142.1 | 95.78 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 85 | 0 | 0.49 | 0.62 | 0.13 | 12.35 | 0.67 | 0.6 |
| Hex | DD | 71 | 55 | 0 | 31 | 3E | D | C | 43 | 3C |
| Octal | 335 | 161 | 125 | 0 | 61 | 76 | 15 | 14 | 103 | 74 |
| Binary | 11011101 | 1110001 | 1010101 | 0 | 110001 | 111110 | 1101 | 1100 | 1000011 | 111100 |
Color Harmonies of #DD7155
Complementary color
Monochromatic Colors of #DD7155
Black with #DD7155
Text Example
Text Example
White with #DD7155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7155; }
p { color: rgb(221,113,85); }
H1.HeaderClassName
{
color: #DD7155;
}
.AnyTagClassName
{
color: #DD7155;
}
</style>
background-color css
<style>
a { background-color: #DD7155; }
a { background-color: rgb(221,113,85); }
div.DivClassName
{
background-color: #DD7155;
}
.BgClassName
{
background-color: #DD7155;
}
</style>
border-color css
<style>
span { border-color: #DD7155; }
span { border-color: rgb(221,113,85); }
td.TdClassName
{
border-color: #DD7155;
}
.TagClassName
{
border-color: #DD7155;
}
</style>