Shades of Terra Cotta #DC715F
Tints of Terra Cotta #DC715F
RGB
CMYK
RGB Variations
Color information
#DC715F (or 0xDC715F) is known color: Terra Cotta. HEX triplet: DC, 71 and 5F. RGB value is (220,113,95). Sum of RGB (Red+Green+Blue) = 220+113+95=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC715F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC715F is #238EA0. Grayscale: #8F8F8F. Windows color (decimal): -2330273 or 6255068. OLE color: 6255068.
HSL color Cylindrical-coordinate representation of color #DC715F: hue angle of 8.64º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC715F is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 95 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.14 |
| HSL | 8.64º | 0.64% | 0.62% | - |
| HSV(B) | 8.64º | 0.57% | 0.86% | - |
| XYZ | 37.49 | 27.85 | 14.23 | - |
| YUV | 142.94 | 100.95 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 95 | 0 | 0.49 | 0.57 | 0.14 | 8.64 | 0.64 | 0.62 |
| Hex | DC | 71 | 5F | 0 | 31 | 39 | E | 9 | 40 | 3E |
| Octal | 334 | 161 | 137 | 0 | 61 | 71 | 16 | 11 | 100 | 76 |
| Binary | 11011100 | 1110001 | 1011111 | 0 | 110001 | 111001 | 1110 | 1001 | 1000000 | 111110 |
Color Harmonies of #DC715F
Complementary color
Monochromatic Colors of #DC715F
Black with #DC715F
Text Example
Text Example
White with #DC715F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC715F; }
p { color: rgb(220,113,95); }
H1.HeaderClassName
{
color: #DC715F;
}
.AnyTagClassName
{
color: #DC715F;
}
</style>
background-color css
<style>
a { background-color: #DC715F; }
a { background-color: rgb(220,113,95); }
div.DivClassName
{
background-color: #DC715F;
}
.BgClassName
{
background-color: #DC715F;
}
</style>
border-color css
<style>
span { border-color: #DC715F; }
span { border-color: rgb(220,113,95); }
td.TdClassName
{
border-color: #DC715F;
}
.TagClassName
{
border-color: #DC715F;
}
</style>