Shades of Terra Cotta #DC7062
Tints of Terra Cotta #DC7062
RGB
CMYK
RGB Variations
Color information
#DC7062 (or 0xDC7062) is known color: Terra Cotta. HEX triplet: DC, 70 and 62. RGB value is (220,112,98). Sum of RGB (Red+Green+Blue) = 220+112+98=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 98 (38.67% from 255 or 22.79% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7062 is #238F9D. Grayscale: #8E8E8E. Windows color (decimal): -2330526 or 6451420. OLE color: 6451420.
HSL color Cylindrical-coordinate representation of color #DC7062: hue angle of 6.89º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC7062 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 98 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.14 |
| HSL | 6.89º | 0.64% | 0.62% | - |
| HSV(B) | 6.89º | 0.55% | 0.86% | - |
| XYZ | 37.51 | 27.69 | 14.92 | - |
| YUV | 142.7 | 102.78 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 98 | 0 | 0.49 | 0.55 | 0.14 | 6.89 | 0.64 | 0.62 |
| Hex | DC | 70 | 62 | 0 | 31 | 37 | E | 7 | 40 | 3E |
| Octal | 334 | 160 | 142 | 0 | 61 | 67 | 16 | 7 | 100 | 76 |
| Binary | 11011100 | 1110000 | 1100010 | 0 | 110001 | 110111 | 1110 | 111 | 1000000 | 111110 |
Color Harmonies of #DC7062
Complementary color
Monochromatic Colors of #DC7062
Black with #DC7062
Text Example
Text Example
White with #DC7062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7062; }
p { color: rgb(220,112,98); }
H1.HeaderClassName
{
color: #DC7062;
}
.AnyTagClassName
{
color: #DC7062;
}
</style>
background-color css
<style>
a { background-color: #DC7062; }
a { background-color: rgb(220,112,98); }
div.DivClassName
{
background-color: #DC7062;
}
.BgClassName
{
background-color: #DC7062;
}
</style>
border-color css
<style>
span { border-color: #DC7062; }
span { border-color: rgb(220,112,98); }
td.TdClassName
{
border-color: #DC7062;
}
.TagClassName
{
border-color: #DC7062;
}
</style>