Shades of Terra Cotta #DF705D
Tints of Terra Cotta #DF705D
RGB
CMYK
RGB Variations
Color information
#DF705D (or 0xDF705D) is known color: Terra Cotta. HEX triplet: DF, 70 and 5D. RGB value is (223,112,93). Sum of RGB (Red+Green+Blue) = 223+112+93=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF705D is #208FA2. Grayscale: #8F8F8F. Windows color (decimal): -2133923 or 6123743. OLE color: 6123743.
HSL color Cylindrical-coordinate representation of color #DF705D: hue angle of 8.77º 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 #DF705D is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 93 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.13 |
| HSL | 8.77º | 0.67% | 0.62% | - |
| HSV(B) | 8.77º | 0.58% | 0.87% | - |
| XYZ | 38.2 | 28.07 | 13.76 | - |
| YUV | 143.02 | 99.77 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 93 | 0 | 0.50 | 0.58 | 0.13 | 8.77 | 0.67 | 0.62 |
| Hex | DF | 70 | 5D | 0 | 32 | 3A | D | 9 | 43 | 3E |
| Octal | 337 | 160 | 135 | 0 | 62 | 72 | 15 | 11 | 103 | 76 |
| Binary | 11011111 | 1110000 | 1011101 | 0 | 110010 | 111010 | 1101 | 1001 | 1000011 | 111110 |
Color Harmonies of #DF705D
Complementary color
Monochromatic Colors of #DF705D
Black with #DF705D
Text Example
Text Example
White with #DF705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF705D; }
p { color: rgb(223,112,93); }
H1.HeaderClassName
{
color: #DF705D;
}
.AnyTagClassName
{
color: #DF705D;
}
</style>
background-color css
<style>
a { background-color: #DF705D; }
a { background-color: rgb(223,112,93); }
div.DivClassName
{
background-color: #DF705D;
}
.BgClassName
{
background-color: #DF705D;
}
</style>
border-color css
<style>
span { border-color: #DF705D; }
span { border-color: rgb(223,112,93); }
td.TdClassName
{
border-color: #DF705D;
}
.TagClassName
{
border-color: #DF705D;
}
</style>