Shades of Terra Cotta #DC715D
Tints of Terra Cotta #DC715D
RGB
CMYK
RGB Variations
Color information
#DC715D (or 0xDC715D) is known color: Terra Cotta. HEX triplet: DC, 71 and 5D. RGB value is (220,113,93). Sum of RGB (Red+Green+Blue) = 220+113+93=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC715D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC715D is #238EA2. Grayscale: #8E8E8E. Windows color (decimal): -2330275 or 6123996. OLE color: 6123996.
HSL color Cylindrical-coordinate representation of color #DC715D: hue angle of 9.45º 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 #DC715D is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 93 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.14 |
| HSL | 9.45º | 0.64% | 0.61% | - |
| HSV(B) | 9.45º | 0.58% | 0.86% | - |
| XYZ | 37.4 | 27.82 | 13.75 | - |
| YUV | 142.71 | 99.95 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 93 | 0 | 0.49 | 0.58 | 0.14 | 9.45 | 0.64 | 0.61 |
| Hex | DC | 71 | 5D | 0 | 31 | 3A | E | 9 | 40 | 3D |
| Octal | 334 | 161 | 135 | 0 | 61 | 72 | 16 | 11 | 100 | 75 |
| Binary | 11011100 | 1110001 | 1011101 | 0 | 110001 | 111010 | 1110 | 1001 | 1000000 | 111101 |
Color Harmonies of #DC715D
Complementary color
Monochromatic Colors of #DC715D
Black with #DC715D
Text Example
Text Example
White with #DC715D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC715D; }
p { color: rgb(220,113,93); }
H1.HeaderClassName
{
color: #DC715D;
}
.AnyTagClassName
{
color: #DC715D;
}
</style>
background-color css
<style>
a { background-color: #DC715D; }
a { background-color: rgb(220,113,93); }
div.DivClassName
{
background-color: #DC715D;
}
.BgClassName
{
background-color: #DC715D;
}
</style>
border-color css
<style>
span { border-color: #DC715D; }
span { border-color: rgb(220,113,93); }
td.TdClassName
{
border-color: #DC715D;
}
.TagClassName
{
border-color: #DC715D;
}
</style>