Shades of Terra Cotta #DF7066
Tints of Terra Cotta #DF7066
RGB
CMYK
RGB Variations
Color information
#DF7066 (or 0xDF7066) is known color: Terra Cotta. HEX triplet: DF, 70 and 66. RGB value is (223,112,102). Sum of RGB (Red+Green+Blue) = 223+112+102=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7066 is #208F99. Grayscale: #909090. Windows color (decimal): -2133914 or 6713567. OLE color: 6713567.
HSL color Cylindrical-coordinate representation of color #DF7066: hue angle of 4.96º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF7066 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 102 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.13 |
| HSL | 4.96º | 0.65% | 0.64% | - |
| HSV(B) | 4.96º | 0.54% | 0.87% | - |
| XYZ | 38.62 | 28.24 | 15.98 | - |
| YUV | 144.05 | 104.27 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 102 | 0 | 0.50 | 0.54 | 0.13 | 4.96 | 0.65 | 0.64 |
| Hex | DF | 70 | 66 | 0 | 32 | 36 | D | 5 | 41 | 40 |
| Octal | 337 | 160 | 146 | 0 | 62 | 66 | 15 | 5 | 101 | 100 |
| Binary | 11011111 | 1110000 | 1100110 | 0 | 110010 | 110110 | 1101 | 101 | 1000001 | 1000000 |
Color Harmonies of #DF7066
Complementary color
Monochromatic Colors of #DF7066
Black with #DF7066
Text Example
Text Example
White with #DF7066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7066; }
p { color: rgb(223,112,102); }
H1.HeaderClassName
{
color: #DF7066;
}
.AnyTagClassName
{
color: #DF7066;
}
</style>
background-color css
<style>
a { background-color: #DF7066; }
a { background-color: rgb(223,112,102); }
div.DivClassName
{
background-color: #DF7066;
}
.BgClassName
{
background-color: #DF7066;
}
</style>
border-color css
<style>
span { border-color: #DF7066; }
span { border-color: rgb(223,112,102); }
td.TdClassName
{
border-color: #DF7066;
}
.TagClassName
{
border-color: #DF7066;
}
</style>