Shades of Terra Cotta #DD7053
Tints of Terra Cotta #DD7053
RGB
CMYK
RGB Variations
Color information
#DD7053 (or 0xDD7053) is known color: Terra Cotta. HEX triplet: DD, 70 and 53. RGB value is (221,112,83). Sum of RGB (Red+Green+Blue) = 221+112+83=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 83 (32.81% from 255 or 19.95% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7053 is #228FAC. Grayscale: #8D8D8D. Windows color (decimal): -2265005 or 5468381. OLE color: 5468381.
HSL color Cylindrical-coordinate representation of color #DD7053: hue angle of 12.61º 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 #DD7053 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 83 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.13 |
| HSL | 12.61º | 0.67% | 0.6% | - |
| HSV(B) | 12.61º | 0.62% | 0.87% | - |
| XYZ | 37.17 | 27.59 | 11.55 | - |
| YUV | 141.29 | 95.11 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 83 | 0 | 0.49 | 0.62 | 0.13 | 12.61 | 0.67 | 0.6 |
| Hex | DD | 70 | 53 | 0 | 31 | 3E | D | D | 43 | 3C |
| Octal | 335 | 160 | 123 | 0 | 61 | 76 | 15 | 15 | 103 | 74 |
| Binary | 11011101 | 1110000 | 1010011 | 0 | 110001 | 111110 | 1101 | 1101 | 1000011 | 111100 |
Color Harmonies of #DD7053
Complementary color
Monochromatic Colors of #DD7053
Black with #DD7053
Text Example
Text Example
White with #DD7053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7053; }
p { color: rgb(221,112,83); }
H1.HeaderClassName
{
color: #DD7053;
}
.AnyTagClassName
{
color: #DD7053;
}
</style>
background-color css
<style>
a { background-color: #DD7053; }
a { background-color: rgb(221,112,83); }
div.DivClassName
{
background-color: #DD7053;
}
.BgClassName
{
background-color: #DD7053;
}
</style>
border-color css
<style>
span { border-color: #DD7053; }
span { border-color: rgb(221,112,83); }
td.TdClassName
{
border-color: #DD7053;
}
.TagClassName
{
border-color: #DD7053;
}
</style>