Shades of Terra Cotta #DC7050
Tints of Terra Cotta #DC7050
RGB
CMYK
RGB Variations
Color information
#DC7050 (or 0xDC7050) is known color: Terra Cotta. HEX triplet: DC, 70 and 50. RGB value is (220,112,80). Sum of RGB (Red+Green+Blue) = 220+112+80=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 80 (31.64% from 255 or 19.42% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7050 is #238FAF. Grayscale: #8C8C8C. Windows color (decimal): -2330544 or 5271772. OLE color: 5271772.
HSL color Cylindrical-coordinate representation of color #DC7050: hue angle of 13.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC7050 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 80 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.14 |
| HSL | 13.71º | 0.67% | 0.59% | - |
| HSV(B) | 13.71º | 0.64% | 0.86% | - |
| XYZ | 36.76 | 27.38 | 10.94 | - |
| YUV | 140.64 | 93.78 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 80 | 0 | 0.49 | 0.64 | 0.14 | 13.71 | 0.67 | 0.59 |
| Hex | DC | 70 | 50 | 0 | 31 | 40 | E | E | 43 | 3B |
| Octal | 334 | 160 | 120 | 0 | 61 | 100 | 16 | 16 | 103 | 73 |
| Binary | 11011100 | 1110000 | 1010000 | 0 | 110001 | 1000000 | 1110 | 1110 | 1000011 | 111011 |
Color Harmonies of #DC7050
Complementary color
Monochromatic Colors of #DC7050
Black with #DC7050
Text Example
Text Example
White with #DC7050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7050; }
p { color: rgb(220,112,80); }
H1.HeaderClassName
{
color: #DC7050;
}
.AnyTagClassName
{
color: #DC7050;
}
</style>
background-color css
<style>
a { background-color: #DC7050; }
a { background-color: rgb(220,112,80); }
div.DivClassName
{
background-color: #DC7050;
}
.BgClassName
{
background-color: #DC7050;
}
</style>
border-color css
<style>
span { border-color: #DC7050; }
span { border-color: rgb(220,112,80); }
td.TdClassName
{
border-color: #DC7050;
}
.TagClassName
{
border-color: #DC7050;
}
</style>