Shades of Terra Cotta #DD7558
Tints of Terra Cotta #DD7558
RGB
CMYK
RGB Variations
Color information
#DD7558 (or 0xDD7558) is known color: Terra Cotta. HEX triplet: DD, 75 and 58. RGB value is (221,117,88). Sum of RGB (Red+Green+Blue) = 221+117+88=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 88 (34.77% from 255 or 20.66% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7558 is #228AA7. Grayscale: #919191. Windows color (decimal): -2263720 or 5797341. OLE color: 5797341.
HSL color Cylindrical-coordinate representation of color #DD7558: hue angle of 13.08º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD7558 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 88 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.13 |
| HSL | 13.08º | 0.66% | 0.61% | - |
| HSV(B) | 13.08º | 0.6% | 0.87% | - |
| XYZ | 37.94 | 28.8 | 12.79 | - |
| YUV | 144.79 | 95.96 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 88 | 0 | 0.47 | 0.60 | 0.13 | 13.08 | 0.66 | 0.61 |
| Hex | DD | 75 | 58 | 0 | 2F | 3C | D | D | 42 | 3D |
| Octal | 335 | 165 | 130 | 0 | 57 | 74 | 15 | 15 | 102 | 75 |
| Binary | 11011101 | 1110101 | 1011000 | 0 | 101111 | 111100 | 1101 | 1101 | 1000010 | 111101 |
Color Harmonies of #DD7558
Complementary color
Monochromatic Colors of #DD7558
Black with #DD7558
Text Example
Text Example
White with #DD7558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7558; }
p { color: rgb(221,117,88); }
H1.HeaderClassName
{
color: #DD7558;
}
.AnyTagClassName
{
color: #DD7558;
}
</style>
background-color css
<style>
a { background-color: #DD7558; }
a { background-color: rgb(221,117,88); }
div.DivClassName
{
background-color: #DD7558;
}
.BgClassName
{
background-color: #DD7558;
}
</style>
border-color css
<style>
span { border-color: #DD7558; }
span { border-color: rgb(221,117,88); }
td.TdClassName
{
border-color: #DD7558;
}
.TagClassName
{
border-color: #DD7558;
}
</style>