Shades of Terra Cotta #DF715D
Tints of Terra Cotta #DF715D
RGB
CMYK
RGB Variations
Color information
#DF715D (or 0xDF715D) is known color: Terra Cotta. HEX triplet: DF, 71 and 5D. RGB value is (223,113,93). Sum of RGB (Red+Green+Blue) = 223+113+93=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF715D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF715D is #208EA2. Grayscale: #8F8F8F. Windows color (decimal): -2133667 or 6123999. OLE color: 6123999.
HSL color Cylindrical-coordinate representation of color #DF715D: hue angle of 9.23º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF715D is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 93 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.13 |
| HSL | 9.23º | 0.67% | 0.62% | - |
| HSV(B) | 9.23º | 0.58% | 0.87% | - |
| XYZ | 38.31 | 28.29 | 13.8 | - |
| YUV | 143.61 | 99.44 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 93 | 0 | 0.49 | 0.58 | 0.13 | 9.23 | 0.67 | 0.62 |
| Hex | DF | 71 | 5D | 0 | 31 | 3A | D | 9 | 43 | 3E |
| Octal | 337 | 161 | 135 | 0 | 61 | 72 | 15 | 11 | 103 | 76 |
| Binary | 11011111 | 1110001 | 1011101 | 0 | 110001 | 111010 | 1101 | 1001 | 1000011 | 111110 |
Color Harmonies of #DF715D
Complementary color
Monochromatic Colors of #DF715D
Black with #DF715D
Text Example
Text Example
White with #DF715D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF715D; }
p { color: rgb(223,113,93); }
H1.HeaderClassName
{
color: #DF715D;
}
.AnyTagClassName
{
color: #DF715D;
}
</style>
background-color css
<style>
a { background-color: #DF715D; }
a { background-color: rgb(223,113,93); }
div.DivClassName
{
background-color: #DF715D;
}
.BgClassName
{
background-color: #DF715D;
}
</style>
border-color css
<style>
span { border-color: #DF715D; }
span { border-color: rgb(223,113,93); }
td.TdClassName
{
border-color: #DF715D;
}
.TagClassName
{
border-color: #DF715D;
}
</style>