Shades of Terra Cotta #DD7060
Tints of Terra Cotta #DD7060
RGB
CMYK
RGB Variations
Color information
#DD7060 (or 0xDD7060) is known color: Terra Cotta. HEX triplet: DD, 70 and 60. RGB value is (221,112,96). Sum of RGB (Red+Green+Blue) = 221+112+96=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7060 is #228F9F. Grayscale: #8E8E8E. Windows color (decimal): -2264992 or 6320349. OLE color: 6320349.
HSL color Cylindrical-coordinate representation of color #DD7060: hue angle of 7.68º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD7060 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 96 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.13 |
| HSL | 7.68º | 0.65% | 0.62% | - |
| HSV(B) | 7.68º | 0.57% | 0.87% | - |
| XYZ | 37.72 | 27.81 | 14.44 | - |
| YUV | 142.77 | 101.61 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 96 | 0 | 0.49 | 0.57 | 0.13 | 7.68 | 0.65 | 0.62 |
| Hex | DD | 70 | 60 | 0 | 31 | 39 | D | 8 | 41 | 3E |
| Octal | 335 | 160 | 140 | 0 | 61 | 71 | 15 | 10 | 101 | 76 |
| Binary | 11011101 | 1110000 | 1100000 | 0 | 110001 | 111001 | 1101 | 1000 | 1000001 | 111110 |
Color Harmonies of #DD7060
Complementary color
Monochromatic Colors of #DD7060
Black with #DD7060
Text Example
Text Example
White with #DD7060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7060; }
p { color: rgb(221,112,96); }
H1.HeaderClassName
{
color: #DD7060;
}
.AnyTagClassName
{
color: #DD7060;
}
</style>
background-color css
<style>
a { background-color: #DD7060; }
a { background-color: rgb(221,112,96); }
div.DivClassName
{
background-color: #DD7060;
}
.BgClassName
{
background-color: #DD7060;
}
</style>
border-color css
<style>
span { border-color: #DD7060; }
span { border-color: rgb(221,112,96); }
td.TdClassName
{
border-color: #DD7060;
}
.TagClassName
{
border-color: #DD7060;
}
</style>