Shades of Terra Cotta #DC7261
Tints of Terra Cotta #DC7261
RGB
CMYK
RGB Variations
Color information
#DC7261 (or 0xDC7261) is known color: Terra Cotta. HEX triplet: DC, 72 and 61. RGB value is (220,114,97). Sum of RGB (Red+Green+Blue) = 220+114+97=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7261 is #238D9E. Grayscale: #8F8F8F. Windows color (decimal): -2330015 or 6386396. OLE color: 6386396.
HSL color Cylindrical-coordinate representation of color #DC7261: hue angle of 8.29º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC7261 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 97 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.14 |
| HSL | 8.29º | 0.64% | 0.62% | - |
| HSV(B) | 8.29º | 0.56% | 0.86% | - |
| XYZ | 37.69 | 28.11 | 14.75 | - |
| YUV | 143.76 | 101.62 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 97 | 0 | 0.48 | 0.56 | 0.14 | 8.29 | 0.64 | 0.62 |
| Hex | DC | 72 | 61 | 0 | 30 | 38 | E | 8 | 40 | 3E |
| Octal | 334 | 162 | 141 | 0 | 60 | 70 | 16 | 10 | 100 | 76 |
| Binary | 11011100 | 1110010 | 1100001 | 0 | 110000 | 111000 | 1110 | 1000 | 1000000 | 111110 |
Color Harmonies of #DC7261
Complementary color
Monochromatic Colors of #DC7261
Black with #DC7261
Text Example
Text Example
White with #DC7261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7261; }
p { color: rgb(220,114,97); }
H1.HeaderClassName
{
color: #DC7261;
}
.AnyTagClassName
{
color: #DC7261;
}
</style>
background-color css
<style>
a { background-color: #DC7261; }
a { background-color: rgb(220,114,97); }
div.DivClassName
{
background-color: #DC7261;
}
.BgClassName
{
background-color: #DC7261;
}
</style>
border-color css
<style>
span { border-color: #DC7261; }
span { border-color: rgb(220,114,97); }
td.TdClassName
{
border-color: #DC7261;
}
.TagClassName
{
border-color: #DC7261;
}
</style>