Shades of Terra Cotta #DF7060
Tints of Terra Cotta #DF7060
RGB
CMYK
RGB Variations
Color information
#DF7060 (or 0xDF7060) is known color: Terra Cotta. HEX triplet: DF, 70 and 60. RGB value is (223,112,96). Sum of RGB (Red+Green+Blue) = 223+112+96=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7060 is #208F9F. Grayscale: #8F8F8F. Windows color (decimal): -2133920 or 6320351. OLE color: 6320351.
HSL color Cylindrical-coordinate representation of color #DF7060: hue angle of 7.56º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF7060 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 96 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.13 |
| HSL | 7.56º | 0.66% | 0.63% | - |
| HSV(B) | 7.56º | 0.57% | 0.87% | - |
| XYZ | 38.34 | 28.12 | 14.47 | - |
| YUV | 143.37 | 101.27 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 96 | 0 | 0.50 | 0.57 | 0.13 | 7.56 | 0.66 | 0.63 |
| Hex | DF | 70 | 60 | 0 | 32 | 39 | D | 8 | 42 | 3F |
| Octal | 337 | 160 | 140 | 0 | 62 | 71 | 15 | 10 | 102 | 77 |
| Binary | 11011111 | 1110000 | 1100000 | 0 | 110010 | 111001 | 1101 | 1000 | 1000010 | 111111 |
Color Harmonies of #DF7060
Complementary color
Monochromatic Colors of #DF7060
Black with #DF7060
Text Example
Text Example
White with #DF7060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7060; }
p { color: rgb(223,112,96); }
H1.HeaderClassName
{
color: #DF7060;
}
.AnyTagClassName
{
color: #DF7060;
}
</style>
background-color css
<style>
a { background-color: #DF7060; }
a { background-color: rgb(223,112,96); }
div.DivClassName
{
background-color: #DF7060;
}
.BgClassName
{
background-color: #DF7060;
}
</style>
border-color css
<style>
span { border-color: #DF7060; }
span { border-color: rgb(223,112,96); }
td.TdClassName
{
border-color: #DF7060;
}
.TagClassName
{
border-color: #DF7060;
}
</style>