Shades of Terra Cotta #DC7157
Tints of Terra Cotta #DC7157
RGB
CMYK
RGB Variations
Color information
#DC7157 (or 0xDC7157) is known color: Terra Cotta. HEX triplet: DC, 71 and 57. RGB value is (220,113,87). Sum of RGB (Red+Green+Blue) = 220+113+87=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 87 (34.38% from 255 or 20.71% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7157 is #238EA8. Grayscale: #8E8E8E. Windows color (decimal): -2330281 or 5730780. OLE color: 5730780.
HSL color Cylindrical-coordinate representation of color #DC7157: hue angle of 11.73º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC7157 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 87 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.14 |
| HSL | 11.73º | 0.66% | 0.6% | - |
| HSV(B) | 11.73º | 0.6% | 0.86% | - |
| XYZ | 37.14 | 27.71 | 12.41 | - |
| YUV | 142.03 | 96.95 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 87 | 0 | 0.49 | 0.60 | 0.14 | 11.73 | 0.66 | 0.6 |
| Hex | DC | 71 | 57 | 0 | 31 | 3C | E | C | 42 | 3C |
| Octal | 334 | 161 | 127 | 0 | 61 | 74 | 16 | 14 | 102 | 74 |
| Binary | 11011100 | 1110001 | 1010111 | 0 | 110001 | 111100 | 1110 | 1100 | 1000010 | 111100 |
Color Harmonies of #DC7157
Complementary color
Monochromatic Colors of #DC7157
Black with #DC7157
Text Example
Text Example
White with #DC7157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7157; }
p { color: rgb(220,113,87); }
H1.HeaderClassName
{
color: #DC7157;
}
.AnyTagClassName
{
color: #DC7157;
}
</style>
background-color css
<style>
a { background-color: #DC7157; }
a { background-color: rgb(220,113,87); }
div.DivClassName
{
background-color: #DC7157;
}
.BgClassName
{
background-color: #DC7157;
}
</style>
border-color css
<style>
span { border-color: #DC7157; }
span { border-color: rgb(220,113,87); }
td.TdClassName
{
border-color: #DC7157;
}
.TagClassName
{
border-color: #DC7157;
}
</style>