Shades of Terra Cotta #DC7C56
Tints of Terra Cotta #DC7C56
RGB
CMYK
RGB Variations
Color information
#DC7C56 (or 0xDC7C56) is known color: Terra Cotta. HEX triplet: DC, 7C and 56. RGB value is (220,124,86). Sum of RGB (Red+Green+Blue) = 220+124+86=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7C56 is #2383A9. Grayscale: #949494. Windows color (decimal): -2327466 or 5668060. OLE color: 5668060.
HSL color Cylindrical-coordinate representation of color #DC7C56: hue angle of 17.01º 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 #DC7C56 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 86 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.14 |
| HSL | 17.01º | 0.66% | 0.6% | - |
| HSV(B) | 17.01º | 0.61% | 0.86% | - |
| XYZ | 38.4 | 30.3 | 12.63 | - |
| YUV | 148.37 | 92.8 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 86 | 0 | 0.44 | 0.61 | 0.14 | 17.01 | 0.66 | 0.6 |
| Hex | DC | 7C | 56 | 0 | 2C | 3D | E | 11 | 42 | 3C |
| Octal | 334 | 174 | 126 | 0 | 54 | 75 | 16 | 21 | 102 | 74 |
| Binary | 11011100 | 1111100 | 1010110 | 0 | 101100 | 111101 | 1110 | 10001 | 1000010 | 111100 |
Color Harmonies of #DC7C56
Complementary color
Monochromatic Colors of #DC7C56
Black with #DC7C56
Text Example
Text Example
White with #DC7C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7C56; }
p { color: rgb(220,124,86); }
H1.HeaderClassName
{
color: #DC7C56;
}
.AnyTagClassName
{
color: #DC7C56;
}
</style>
background-color css
<style>
a { background-color: #DC7C56; }
a { background-color: rgb(220,124,86); }
div.DivClassName
{
background-color: #DC7C56;
}
.BgClassName
{
background-color: #DC7C56;
}
</style>
border-color css
<style>
span { border-color: #DC7C56; }
span { border-color: rgb(220,124,86); }
td.TdClassName
{
border-color: #DC7C56;
}
.TagClassName
{
border-color: #DC7C56;
}
</style>