Shades of Terra Cotta #DF705C
Tints of Terra Cotta #DF705C
RGB
CMYK
RGB Variations
Color information
#DF705C (or 0xDF705C) is known color: Terra Cotta. HEX triplet: DF, 70 and 5C. RGB value is (223,112,92). Sum of RGB (Red+Green+Blue) = 223+112+92=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF705C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF705C is #208FA3. Grayscale: #8F8F8F. Windows color (decimal): -2133924 or 6058207. OLE color: 6058207.
HSL color Cylindrical-coordinate representation of color #DF705C: hue angle of 9.16º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF705C is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 92 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.13 |
| HSL | 9.16º | 0.67% | 0.62% | - |
| HSV(B) | 9.16º | 0.59% | 0.87% | - |
| XYZ | 38.16 | 28.05 | 13.53 | - |
| YUV | 142.91 | 99.27 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 92 | 0 | 0.50 | 0.59 | 0.13 | 9.16 | 0.67 | 0.62 |
| Hex | DF | 70 | 5C | 0 | 32 | 3B | D | 9 | 43 | 3E |
| Octal | 337 | 160 | 134 | 0 | 62 | 73 | 15 | 11 | 103 | 76 |
| Binary | 11011111 | 1110000 | 1011100 | 0 | 110010 | 111011 | 1101 | 1001 | 1000011 | 111110 |
Color Harmonies of #DF705C
Complementary color
Monochromatic Colors of #DF705C
Black with #DF705C
Text Example
Text Example
White with #DF705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF705C; }
p { color: rgb(223,112,92); }
H1.HeaderClassName
{
color: #DF705C;
}
.AnyTagClassName
{
color: #DF705C;
}
</style>
background-color css
<style>
a { background-color: #DF705C; }
a { background-color: rgb(223,112,92); }
div.DivClassName
{
background-color: #DF705C;
}
.BgClassName
{
background-color: #DF705C;
}
</style>
border-color css
<style>
span { border-color: #DF705C; }
span { border-color: rgb(223,112,92); }
td.TdClassName
{
border-color: #DF705C;
}
.TagClassName
{
border-color: #DF705C;
}
</style>