Shades of Terra Cotta #DF715F
Tints of Terra Cotta #DF715F
RGB
CMYK
RGB Variations
Color information
#DF715F (or 0xDF715F) is known color: Terra Cotta. HEX triplet: DF, 71 and 5F. RGB value is (223,113,95). Sum of RGB (Red+Green+Blue) = 223+113+95=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF715F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF715F is #208EA0. Grayscale: #909090. Windows color (decimal): -2133665 or 6255071. OLE color: 6255071.
HSL color Cylindrical-coordinate representation of color #DF715F: hue angle of 8.44º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF715F is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 95 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.13 |
| HSL | 8.44º | 0.67% | 0.62% | - |
| HSV(B) | 8.44º | 0.57% | 0.87% | - |
| XYZ | 38.4 | 28.32 | 14.27 | - |
| YUV | 143.84 | 100.44 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 95 | 0 | 0.49 | 0.57 | 0.13 | 8.44 | 0.67 | 0.62 |
| Hex | DF | 71 | 5F | 0 | 31 | 39 | D | 8 | 43 | 3E |
| Octal | 337 | 161 | 137 | 0 | 61 | 71 | 15 | 10 | 103 | 76 |
| Binary | 11011111 | 1110001 | 1011111 | 0 | 110001 | 111001 | 1101 | 1000 | 1000011 | 111110 |
Color Harmonies of #DF715F
Complementary color
Monochromatic Colors of #DF715F
Black with #DF715F
Text Example
Text Example
White with #DF715F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF715F; }
p { color: rgb(223,113,95); }
H1.HeaderClassName
{
color: #DF715F;
}
.AnyTagClassName
{
color: #DF715F;
}
</style>
background-color css
<style>
a { background-color: #DF715F; }
a { background-color: rgb(223,113,95); }
div.DivClassName
{
background-color: #DF715F;
}
.BgClassName
{
background-color: #DF715F;
}
</style>
border-color css
<style>
span { border-color: #DF715F; }
span { border-color: rgb(223,113,95); }
td.TdClassName
{
border-color: #DF715F;
}
.TagClassName
{
border-color: #DF715F;
}
</style>