Shades of Terra Cotta #DC7267
Tints of Terra Cotta #DC7267
RGB
CMYK
RGB Variations
Color information
#DC7267 (or 0xDC7267) is known color: Terra Cotta. HEX triplet: DC, 72 and 67. RGB value is (220,114,103). Sum of RGB (Red+Green+Blue) = 220+114+103=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7267 is #238D98. Grayscale: #909090. Windows color (decimal): -2330009 or 6779612. OLE color: 6779612.
HSL color Cylindrical-coordinate representation of color #DC7267: hue angle of 5.64º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC7267 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 103 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.14 |
| HSL | 5.64º | 0.63% | 0.63% | - |
| HSV(B) | 5.64º | 0.53% | 0.86% | - |
| XYZ | 37.98 | 28.23 | 16.28 | - |
| YUV | 144.44 | 104.62 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 103 | 0 | 0.48 | 0.53 | 0.14 | 5.64 | 0.63 | 0.63 |
| Hex | DC | 72 | 67 | 0 | 30 | 35 | E | 6 | 3F | 3F |
| Octal | 334 | 162 | 147 | 0 | 60 | 65 | 16 | 6 | 77 | 77 |
| Binary | 11011100 | 1110010 | 1100111 | 0 | 110000 | 110101 | 1110 | 110 | 111111 | 111111 |
Color Harmonies of #DC7267
Complementary color
Monochromatic Colors of #DC7267
Black with #DC7267
Text Example
Text Example
White with #DC7267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7267; }
p { color: rgb(220,114,103); }
H1.HeaderClassName
{
color: #DC7267;
}
.AnyTagClassName
{
color: #DC7267;
}
</style>
background-color css
<style>
a { background-color: #DC7267; }
a { background-color: rgb(220,114,103); }
div.DivClassName
{
background-color: #DC7267;
}
.BgClassName
{
background-color: #DC7267;
}
</style>
border-color css
<style>
span { border-color: #DC7267; }
span { border-color: rgb(220,114,103); }
td.TdClassName
{
border-color: #DC7267;
}
.TagClassName
{
border-color: #DC7267;
}
</style>