Shades of Terra Cotta #DF7065
Tints of Terra Cotta #DF7065
RGB
CMYK
RGB Variations
Color information
#DF7065 (or 0xDF7065) is known color: Terra Cotta. HEX triplet: DF, 70 and 65. RGB value is (223,112,101). Sum of RGB (Red+Green+Blue) = 223+112+101=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7065 is #208F9A. Grayscale: #909090. Windows color (decimal): -2133915 or 6648031. OLE color: 6648031.
HSL color Cylindrical-coordinate representation of color #DF7065: hue angle of 5.41º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF7065 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 101 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.13 |
| HSL | 5.41º | 0.66% | 0.64% | - |
| HSV(B) | 5.41º | 0.55% | 0.87% | - |
| XYZ | 38.57 | 28.22 | 15.73 | - |
| YUV | 143.94 | 103.77 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 101 | 0 | 0.50 | 0.55 | 0.13 | 5.41 | 0.66 | 0.64 |
| Hex | DF | 70 | 65 | 0 | 32 | 37 | D | 5 | 42 | 40 |
| Octal | 337 | 160 | 145 | 0 | 62 | 67 | 15 | 5 | 102 | 100 |
| Binary | 11011111 | 1110000 | 1100101 | 0 | 110010 | 110111 | 1101 | 101 | 1000010 | 1000000 |
Color Harmonies of #DF7065
Complementary color
Monochromatic Colors of #DF7065
Black with #DF7065
Text Example
Text Example
White with #DF7065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7065; }
p { color: rgb(223,112,101); }
H1.HeaderClassName
{
color: #DF7065;
}
.AnyTagClassName
{
color: #DF7065;
}
</style>
background-color css
<style>
a { background-color: #DF7065; }
a { background-color: rgb(223,112,101); }
div.DivClassName
{
background-color: #DF7065;
}
.BgClassName
{
background-color: #DF7065;
}
</style>
border-color css
<style>
span { border-color: #DF7065; }
span { border-color: rgb(223,112,101); }
td.TdClassName
{
border-color: #DF7065;
}
.TagClassName
{
border-color: #DF7065;
}
</style>