Shades of Terra Cotta #DF7061
Tints of Terra Cotta #DF7061
RGB
CMYK
RGB Variations
Color information
#DF7061 (or 0xDF7061) is known color: Terra Cotta. HEX triplet: DF, 70 and 61. RGB value is (223,112,97). Sum of RGB (Red+Green+Blue) = 223+112+97=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7061 is #208F9E. Grayscale: #8F8F8F. Windows color (decimal): -2133919 or 6385887. OLE color: 6385887.
HSL color Cylindrical-coordinate representation of color #DF7061: hue angle of 7.14º 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 #DF7061 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 97 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.13 |
| HSL | 7.14º | 0.66% | 0.63% | - |
| HSV(B) | 7.14º | 0.57% | 0.87% | - |
| XYZ | 38.38 | 28.14 | 14.72 | - |
| YUV | 143.48 | 101.77 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 97 | 0 | 0.50 | 0.57 | 0.13 | 7.14 | 0.66 | 0.63 |
| Hex | DF | 70 | 61 | 0 | 32 | 39 | D | 7 | 42 | 3F |
| Octal | 337 | 160 | 141 | 0 | 62 | 71 | 15 | 7 | 102 | 77 |
| Binary | 11011111 | 1110000 | 1100001 | 0 | 110010 | 111001 | 1101 | 111 | 1000010 | 111111 |
Color Harmonies of #DF7061
Complementary color
Monochromatic Colors of #DF7061
Black with #DF7061
Text Example
Text Example
White with #DF7061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7061; }
p { color: rgb(223,112,97); }
H1.HeaderClassName
{
color: #DF7061;
}
.AnyTagClassName
{
color: #DF7061;
}
</style>
background-color css
<style>
a { background-color: #DF7061; }
a { background-color: rgb(223,112,97); }
div.DivClassName
{
background-color: #DF7061;
}
.BgClassName
{
background-color: #DF7061;
}
</style>
border-color css
<style>
span { border-color: #DF7061; }
span { border-color: rgb(223,112,97); }
td.TdClassName
{
border-color: #DF7061;
}
.TagClassName
{
border-color: #DF7061;
}
</style>