Shades of Terra Cotta #DC7357
Tints of Terra Cotta #DC7357
RGB
CMYK
RGB Variations
Color information
#DC7357 (or 0xDC7357) is known color: Terra Cotta. HEX triplet: DC, 73 and 57. RGB value is (220,115,87). Sum of RGB (Red+Green+Blue) = 220+115+87=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7357 is #238CA8. Grayscale: #8F8F8F. Windows color (decimal): -2329769 or 5731292. OLE color: 5731292.
HSL color Cylindrical-coordinate representation of color #DC7357: hue angle of 12.63º 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 #DC7357 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 87 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.14 |
| HSL | 12.63º | 0.66% | 0.6% | - |
| HSV(B) | 12.63º | 0.6% | 0.86% | - |
| XYZ | 37.37 | 28.17 | 12.48 | - |
| YUV | 143.2 | 96.29 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 87 | 0 | 0.48 | 0.60 | 0.14 | 12.63 | 0.66 | 0.6 |
| Hex | DC | 73 | 57 | 0 | 30 | 3C | E | D | 42 | 3C |
| Octal | 334 | 163 | 127 | 0 | 60 | 74 | 16 | 15 | 102 | 74 |
| Binary | 11011100 | 1110011 | 1010111 | 0 | 110000 | 111100 | 1110 | 1101 | 1000010 | 111100 |
Color Harmonies of #DC7357
Complementary color
Monochromatic Colors of #DC7357
Black with #DC7357
Text Example
Text Example
White with #DC7357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7357; }
p { color: rgb(220,115,87); }
H1.HeaderClassName
{
color: #DC7357;
}
.AnyTagClassName
{
color: #DC7357;
}
</style>
background-color css
<style>
a { background-color: #DC7357; }
a { background-color: rgb(220,115,87); }
div.DivClassName
{
background-color: #DC7357;
}
.BgClassName
{
background-color: #DC7357;
}
</style>
border-color css
<style>
span { border-color: #DC7357; }
span { border-color: rgb(220,115,87); }
td.TdClassName
{
border-color: #DC7357;
}
.TagClassName
{
border-color: #DC7357;
}
</style>