Shades of Terra Cotta #DD7064
Tints of Terra Cotta #DD7064
RGB
CMYK
RGB Variations
Color information
#DD7064 (or 0xDD7064) is known color: Terra Cotta. HEX triplet: DD, 70 and 64. RGB value is (221,112,100). Sum of RGB (Red+Green+Blue) = 221+112+100=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7064 is #228F9B. Grayscale: #8F8F8F. Windows color (decimal): -2264988 or 6582493. OLE color: 6582493.
HSL color Cylindrical-coordinate representation of color #DD7064: hue angle of 5.95º 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 #DD7064 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 100 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.13 |
| HSL | 5.95º | 0.64% | 0.63% | - |
| HSV(B) | 5.95º | 0.55% | 0.87% | - |
| XYZ | 37.91 | 27.88 | 15.44 | - |
| YUV | 143.22 | 103.61 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 100 | 0 | 0.49 | 0.55 | 0.13 | 5.95 | 0.64 | 0.63 |
| Hex | DD | 70 | 64 | 0 | 31 | 37 | D | 6 | 40 | 3F |
| Octal | 335 | 160 | 144 | 0 | 61 | 67 | 15 | 6 | 100 | 77 |
| Binary | 11011101 | 1110000 | 1100100 | 0 | 110001 | 110111 | 1101 | 110 | 1000000 | 111111 |
Color Harmonies of #DD7064
Complementary color
Monochromatic Colors of #DD7064
Black with #DD7064
Text Example
Text Example
White with #DD7064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7064; }
p { color: rgb(221,112,100); }
H1.HeaderClassName
{
color: #DD7064;
}
.AnyTagClassName
{
color: #DD7064;
}
</style>
background-color css
<style>
a { background-color: #DD7064; }
a { background-color: rgb(221,112,100); }
div.DivClassName
{
background-color: #DD7064;
}
.BgClassName
{
background-color: #DD7064;
}
</style>
border-color css
<style>
span { border-color: #DD7064; }
span { border-color: rgb(221,112,100); }
td.TdClassName
{
border-color: #DD7064;
}
.TagClassName
{
border-color: #DD7064;
}
</style>