Shades of Terra Cotta #DC7456
Tints of Terra Cotta #DC7456
RGB
CMYK
RGB Variations
Color information
#DC7456 (or 0xDC7456) is known color: Terra Cotta. HEX triplet: DC, 74 and 56. RGB value is (220,116,86). Sum of RGB (Red+Green+Blue) = 220+116+86=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7456 is #238BA9. Grayscale: #8F8F8F. Windows color (decimal): -2329514 or 5666012. OLE color: 5666012.
HSL color Cylindrical-coordinate representation of color #DC7456: hue angle of 13.43º 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 #DC7456 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 86 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.14 |
| HSL | 13.43º | 0.66% | 0.6% | - |
| HSV(B) | 13.43º | 0.61% | 0.86% | - |
| XYZ | 37.44 | 28.38 | 12.31 | - |
| YUV | 143.68 | 95.46 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 86 | 0 | 0.47 | 0.61 | 0.14 | 13.43 | 0.66 | 0.6 |
| Hex | DC | 74 | 56 | 0 | 2F | 3D | E | D | 42 | 3C |
| Octal | 334 | 164 | 126 | 0 | 57 | 75 | 16 | 15 | 102 | 74 |
| Binary | 11011100 | 1110100 | 1010110 | 0 | 101111 | 111101 | 1110 | 1101 | 1000010 | 111100 |
Color Harmonies of #DC7456
Complementary color
Monochromatic Colors of #DC7456
Black with #DC7456
Text Example
Text Example
White with #DC7456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7456; }
p { color: rgb(220,116,86); }
H1.HeaderClassName
{
color: #DC7456;
}
.AnyTagClassName
{
color: #DC7456;
}
</style>
background-color css
<style>
a { background-color: #DC7456; }
a { background-color: rgb(220,116,86); }
div.DivClassName
{
background-color: #DC7456;
}
.BgClassName
{
background-color: #DC7456;
}
</style>
border-color css
<style>
span { border-color: #DC7456; }
span { border-color: rgb(220,116,86); }
td.TdClassName
{
border-color: #DC7456;
}
.TagClassName
{
border-color: #DC7456;
}
</style>