Shades of Terra Cotta #DC705D
Tints of Terra Cotta #DC705D
RGB
CMYK
RGB Variations
Color information
#DC705D (or 0xDC705D) is known color: Terra Cotta. HEX triplet: DC, 70 and 5D. RGB value is (220,112,93). Sum of RGB (Red+Green+Blue) = 220+112+93=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC705D is #238FA2. Grayscale: #8E8E8E. Windows color (decimal): -2330531 or 6123740. OLE color: 6123740.
HSL color Cylindrical-coordinate representation of color #DC705D: hue angle of 8.98º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC705D is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 93 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.14 |
| HSL | 8.98º | 0.64% | 0.61% | - |
| HSV(B) | 8.98º | 0.58% | 0.86% | - |
| XYZ | 37.29 | 27.59 | 13.72 | - |
| YUV | 142.13 | 100.28 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 93 | 0 | 0.49 | 0.58 | 0.14 | 8.98 | 0.64 | 0.61 |
| Hex | DC | 70 | 5D | 0 | 31 | 3A | E | 9 | 40 | 3D |
| Octal | 334 | 160 | 135 | 0 | 61 | 72 | 16 | 11 | 100 | 75 |
| Binary | 11011100 | 1110000 | 1011101 | 0 | 110001 | 111010 | 1110 | 1001 | 1000000 | 111101 |
Color Harmonies of #DC705D
Complementary color
Monochromatic Colors of #DC705D
Black with #DC705D
Text Example
Text Example
White with #DC705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC705D; }
p { color: rgb(220,112,93); }
H1.HeaderClassName
{
color: #DC705D;
}
.AnyTagClassName
{
color: #DC705D;
}
</style>
background-color css
<style>
a { background-color: #DC705D; }
a { background-color: rgb(220,112,93); }
div.DivClassName
{
background-color: #DC705D;
}
.BgClassName
{
background-color: #DC705D;
}
</style>
border-color css
<style>
span { border-color: #DC705D; }
span { border-color: rgb(220,112,93); }
td.TdClassName
{
border-color: #DC705D;
}
.TagClassName
{
border-color: #DC705D;
}
</style>