Shades of Terra Cotta #DD7062
Tints of Terra Cotta #DD7062
RGB
CMYK
RGB Variations
Color information
#DD7062 (or 0xDD7062) is known color: Terra Cotta. HEX triplet: DD, 70 and 62. RGB value is (221,112,98). Sum of RGB (Red+Green+Blue) = 221+112+98=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7062 is #228F9D. Grayscale: #8F8F8F. Windows color (decimal): -2264990 or 6451421. OLE color: 6451421.
HSL color Cylindrical-coordinate representation of color #DD7062: hue angle of 6.83º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD7062 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 98 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.13 |
| HSL | 6.83º | 0.64% | 0.63% | - |
| HSV(B) | 6.83º | 0.56% | 0.87% | - |
| XYZ | 37.82 | 27.84 | 14.94 | - |
| YUV | 143 | 102.61 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 98 | 0 | 0.49 | 0.56 | 0.13 | 6.83 | 0.64 | 0.63 |
| Hex | DD | 70 | 62 | 0 | 31 | 38 | D | 7 | 40 | 3F |
| Octal | 335 | 160 | 142 | 0 | 61 | 70 | 15 | 7 | 100 | 77 |
| Binary | 11011101 | 1110000 | 1100010 | 0 | 110001 | 111000 | 1101 | 111 | 1000000 | 111111 |
Color Harmonies of #DD7062
Complementary color
Monochromatic Colors of #DD7062
Black with #DD7062
Text Example
Text Example
White with #DD7062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7062; }
p { color: rgb(221,112,98); }
H1.HeaderClassName
{
color: #DD7062;
}
.AnyTagClassName
{
color: #DD7062;
}
</style>
background-color css
<style>
a { background-color: #DD7062; }
a { background-color: rgb(221,112,98); }
div.DivClassName
{
background-color: #DD7062;
}
.BgClassName
{
background-color: #DD7062;
}
</style>
border-color css
<style>
span { border-color: #DD7062; }
span { border-color: rgb(221,112,98); }
td.TdClassName
{
border-color: #DD7062;
}
.TagClassName
{
border-color: #DD7062;
}
</style>