Shades of Terra Cotta #DC7051
Tints of Terra Cotta #DC7051
RGB
CMYK
RGB Variations
Color information
#DC7051 (or 0xDC7051) is known color: Terra Cotta. HEX triplet: DC, 70 and 51. RGB value is (220,112,81). Sum of RGB (Red+Green+Blue) = 220+112+81=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 81 (32.03% from 255 or 19.61% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7051 is #238FAE. Grayscale: #8C8C8C. Windows color (decimal): -2330543 or 5337308. OLE color: 5337308.
HSL color Cylindrical-coordinate representation of color #DC7051: hue angle of 13.38º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC7051 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 81 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.14 |
| HSL | 13.38º | 0.67% | 0.59% | - |
| HSV(B) | 13.38º | 0.63% | 0.86% | - |
| XYZ | 36.79 | 27.4 | 11.13 | - |
| YUV | 140.76 | 94.28 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 81 | 0 | 0.49 | 0.63 | 0.14 | 13.38 | 0.67 | 0.59 |
| Hex | DC | 70 | 51 | 0 | 31 | 3F | E | D | 43 | 3B |
| Octal | 334 | 160 | 121 | 0 | 61 | 77 | 16 | 15 | 103 | 73 |
| Binary | 11011100 | 1110000 | 1010001 | 0 | 110001 | 111111 | 1110 | 1101 | 1000011 | 111011 |
Color Harmonies of #DC7051
Complementary color
Monochromatic Colors of #DC7051
Black with #DC7051
Text Example
Text Example
White with #DC7051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7051; }
p { color: rgb(220,112,81); }
H1.HeaderClassName
{
color: #DC7051;
}
.AnyTagClassName
{
color: #DC7051;
}
</style>
background-color css
<style>
a { background-color: #DC7051; }
a { background-color: rgb(220,112,81); }
div.DivClassName
{
background-color: #DC7051;
}
.BgClassName
{
background-color: #DC7051;
}
</style>
border-color css
<style>
span { border-color: #DC7051; }
span { border-color: rgb(220,112,81); }
td.TdClassName
{
border-color: #DC7051;
}
.TagClassName
{
border-color: #DC7051;
}
</style>