Shades of Terra Cotta #DC7558
Tints of Terra Cotta #DC7558
RGB
CMYK
RGB Variations
Color information
#DC7558 (or 0xDC7558) is known color: Terra Cotta. HEX triplet: DC, 75 and 58. RGB value is (220,117,88). Sum of RGB (Red+Green+Blue) = 220+117+88=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7558 is #238AA7. Grayscale: #909090. Windows color (decimal): -2329256 or 5797340. OLE color: 5797340.
HSL color Cylindrical-coordinate representation of color #DC7558: hue angle of 13.18º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC7558 is Cyan = 0, Magento = 0.47, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 88 | - |
| CMYK | 0 | 0.47 | 0.6 | 0.14 |
| HSL | 13.18º | 0.65% | 0.6% | - |
| HSV(B) | 13.18º | 0.6% | 0.86% | - |
| XYZ | 37.64 | 28.64 | 12.78 | - |
| YUV | 144.49 | 96.12 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 88 | 0 | 0.47 | 0.6 | 0.14 | 13.18 | 0.65 | 0.6 |
| Hex | DC | 75 | 58 | 0 | 2F | 3C | E | D | 41 | 3C |
| Octal | 334 | 165 | 130 | 0 | 57 | 74 | 16 | 15 | 101 | 74 |
| Binary | 11011100 | 1110101 | 1011000 | 0 | 101111 | 111100 | 1110 | 1101 | 1000001 | 111100 |
Color Harmonies of #DC7558
Complementary color
Monochromatic Colors of #DC7558
Black with #DC7558
Text Example
Text Example
White with #DC7558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7558; }
p { color: rgb(220,117,88); }
H1.HeaderClassName
{
color: #DC7558;
}
.AnyTagClassName
{
color: #DC7558;
}
</style>
background-color css
<style>
a { background-color: #DC7558; }
a { background-color: rgb(220,117,88); }
div.DivClassName
{
background-color: #DC7558;
}
.BgClassName
{
background-color: #DC7558;
}
</style>
border-color css
<style>
span { border-color: #DC7558; }
span { border-color: rgb(220,117,88); }
td.TdClassName
{
border-color: #DC7558;
}
.TagClassName
{
border-color: #DC7558;
}
</style>