Shades of Terra Cotta #DC7557
Tints of Terra Cotta #DC7557
RGB
CMYK
RGB Variations
Color information
#DC7557 (or 0xDC7557) is known color: Terra Cotta. HEX triplet: DC, 75 and 57. RGB value is (220,117,87). Sum of RGB (Red+Green+Blue) = 220+117+87=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 87 (34.38% from 255 or 20.52% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7557 is #238AA8. Grayscale: #909090. Windows color (decimal): -2329257 or 5731804. OLE color: 5731804.
HSL color Cylindrical-coordinate representation of color #DC7557: hue angle of 13.53º degrees, saturation: 0.66, 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 #DC7557 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 87 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.14 |
| HSL | 13.53º | 0.66% | 0.6% | - |
| HSV(B) | 13.53º | 0.6% | 0.86% | - |
| XYZ | 37.6 | 28.63 | 12.56 | - |
| YUV | 144.38 | 95.62 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 87 | 0 | 0.47 | 0.60 | 0.14 | 13.53 | 0.66 | 0.6 |
| Hex | DC | 75 | 57 | 0 | 2F | 3C | E | E | 42 | 3C |
| Octal | 334 | 165 | 127 | 0 | 57 | 74 | 16 | 16 | 102 | 74 |
| Binary | 11011100 | 1110101 | 1010111 | 0 | 101111 | 111100 | 1110 | 1110 | 1000010 | 111100 |
Color Harmonies of #DC7557
Complementary color
Monochromatic Colors of #DC7557
Black with #DC7557
Text Example
Text Example
White with #DC7557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7557; }
p { color: rgb(220,117,87); }
H1.HeaderClassName
{
color: #DC7557;
}
.AnyTagClassName
{
color: #DC7557;
}
</style>
background-color css
<style>
a { background-color: #DC7557; }
a { background-color: rgb(220,117,87); }
div.DivClassName
{
background-color: #DC7557;
}
.BgClassName
{
background-color: #DC7557;
}
</style>
border-color css
<style>
span { border-color: #DC7557; }
span { border-color: rgb(220,117,87); }
td.TdClassName
{
border-color: #DC7557;
}
.TagClassName
{
border-color: #DC7557;
}
</style>