Shades of Terra Cotta #DD7163
Tints of Terra Cotta #DD7163
RGB
CMYK
RGB Variations
Color information
#DD7163 (or 0xDD7163) is known color: Terra Cotta. HEX triplet: DD, 71 and 63. RGB value is (221,113,99). Sum of RGB (Red+Green+Blue) = 221+113+99=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7163 is #228E9C. Grayscale: #8F8F8F. Windows color (decimal): -2264733 or 6517213. OLE color: 6517213.
HSL color Cylindrical-coordinate representation of color #DD7163: hue angle of 6.89º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD7163 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 99 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.13 |
| HSL | 6.89º | 0.64% | 0.63% | - |
| HSV(B) | 6.89º | 0.55% | 0.87% | - |
| XYZ | 37.98 | 28.08 | 15.22 | - |
| YUV | 143.7 | 102.78 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 99 | 0 | 0.49 | 0.55 | 0.13 | 6.89 | 0.64 | 0.63 |
| Hex | DD | 71 | 63 | 0 | 31 | 37 | D | 7 | 40 | 3F |
| Octal | 335 | 161 | 143 | 0 | 61 | 67 | 15 | 7 | 100 | 77 |
| Binary | 11011101 | 1110001 | 1100011 | 0 | 110001 | 110111 | 1101 | 111 | 1000000 | 111111 |
Color Harmonies of #DD7163
Complementary color
Monochromatic Colors of #DD7163
Black with #DD7163
Text Example
Text Example
White with #DD7163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7163; }
p { color: rgb(221,113,99); }
H1.HeaderClassName
{
color: #DD7163;
}
.AnyTagClassName
{
color: #DD7163;
}
</style>
background-color css
<style>
a { background-color: #DD7163; }
a { background-color: rgb(221,113,99); }
div.DivClassName
{
background-color: #DD7163;
}
.BgClassName
{
background-color: #DD7163;
}
</style>
border-color css
<style>
span { border-color: #DD7163; }
span { border-color: rgb(221,113,99); }
td.TdClassName
{
border-color: #DD7163;
}
.TagClassName
{
border-color: #DD7163;
}
</style>