Shades of Terra Cotta #DC7553
Tints of Terra Cotta #DC7553
RGB
CMYK
RGB Variations
Color information
#DC7553 (or 0xDC7553) is known color: Terra Cotta. HEX triplet: DC, 75 and 53. RGB value is (220,117,83). Sum of RGB (Red+Green+Blue) = 220+117+83=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7553 is #238AAC. Grayscale: #909090. Windows color (decimal): -2329261 or 5469660. OLE color: 5469660.
HSL color Cylindrical-coordinate representation of color #DC7553: hue angle of 14.89º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC7553 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 83 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.14 |
| HSL | 14.89º | 0.66% | 0.59% | - |
| HSV(B) | 14.89º | 0.62% | 0.86% | - |
| XYZ | 37.44 | 28.56 | 11.72 | - |
| YUV | 143.92 | 93.62 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 83 | 0 | 0.47 | 0.62 | 0.14 | 14.89 | 0.66 | 0.59 |
| Hex | DC | 75 | 53 | 0 | 2F | 3E | E | F | 42 | 3B |
| Octal | 334 | 165 | 123 | 0 | 57 | 76 | 16 | 17 | 102 | 73 |
| Binary | 11011100 | 1110101 | 1010011 | 0 | 101111 | 111110 | 1110 | 1111 | 1000010 | 111011 |
Color Harmonies of #DC7553
Complementary color
Monochromatic Colors of #DC7553
Black with #DC7553
Text Example
Text Example
White with #DC7553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7553; }
p { color: rgb(220,117,83); }
H1.HeaderClassName
{
color: #DC7553;
}
.AnyTagClassName
{
color: #DC7553;
}
</style>
background-color css
<style>
a { background-color: #DC7553; }
a { background-color: rgb(220,117,83); }
div.DivClassName
{
background-color: #DC7553;
}
.BgClassName
{
background-color: #DC7553;
}
</style>
border-color css
<style>
span { border-color: #DC7553; }
span { border-color: rgb(220,117,83); }
td.TdClassName
{
border-color: #DC7553;
}
.TagClassName
{
border-color: #DC7553;
}
</style>