Shades of Terra Cotta #DC7555
Tints of Terra Cotta #DC7555
RGB
CMYK
RGB Variations
Color information
#DC7555 (or 0xDC7555) is known color: Terra Cotta. HEX triplet: DC, 75 and 55. RGB value is (220,117,85). Sum of RGB (Red+Green+Blue) = 220+117+85=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 85 (33.59% from 255 or 20.14% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7555 is #238AAA. Grayscale: #909090. Windows color (decimal): -2329259 or 5600732. OLE color: 5600732.
HSL color Cylindrical-coordinate representation of color #DC7555: hue angle of 14.22º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC7555 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 85 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.14 |
| HSL | 14.22º | 0.66% | 0.6% | - |
| HSV(B) | 14.22º | 0.61% | 0.86% | - |
| XYZ | 37.52 | 28.59 | 12.14 | - |
| YUV | 144.15 | 94.62 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 85 | 0 | 0.47 | 0.61 | 0.14 | 14.22 | 0.66 | 0.6 |
| Hex | DC | 75 | 55 | 0 | 2F | 3D | E | E | 42 | 3C |
| Octal | 334 | 165 | 125 | 0 | 57 | 75 | 16 | 16 | 102 | 74 |
| Binary | 11011100 | 1110101 | 1010101 | 0 | 101111 | 111101 | 1110 | 1110 | 1000010 | 111100 |
Color Harmonies of #DC7555
Complementary color
Monochromatic Colors of #DC7555
Black with #DC7555
Text Example
Text Example
White with #DC7555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7555; }
p { color: rgb(220,117,85); }
H1.HeaderClassName
{
color: #DC7555;
}
.AnyTagClassName
{
color: #DC7555;
}
</style>
background-color css
<style>
a { background-color: #DC7555; }
a { background-color: rgb(220,117,85); }
div.DivClassName
{
background-color: #DC7555;
}
.BgClassName
{
background-color: #DC7555;
}
</style>
border-color css
<style>
span { border-color: #DC7555; }
span { border-color: rgb(220,117,85); }
td.TdClassName
{
border-color: #DC7555;
}
.TagClassName
{
border-color: #DC7555;
}
</style>