Shades of Terra Cotta #DC725E
Tints of Terra Cotta #DC725E
RGB
CMYK
RGB Variations
Color information
#DC725E (or 0xDC725E) is known color: Terra Cotta. HEX triplet: DC, 72 and 5E. RGB value is (220,114,94). Sum of RGB (Red+Green+Blue) = 220+114+94=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC725E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC725E is #238DA1. Grayscale: #8F8F8F. Windows color (decimal): -2330018 or 6189788. OLE color: 6189788.
HSL color Cylindrical-coordinate representation of color #DC725E: hue angle of 9.52º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC725E is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 94 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.14 |
| HSL | 9.52º | 0.64% | 0.62% | - |
| HSV(B) | 9.52º | 0.57% | 0.86% | - |
| XYZ | 37.55 | 28.06 | 14.03 | - |
| YUV | 143.41 | 100.12 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 94 | 0 | 0.48 | 0.57 | 0.14 | 9.52 | 0.64 | 0.62 |
| Hex | DC | 72 | 5E | 0 | 30 | 39 | E | A | 40 | 3E |
| Octal | 334 | 162 | 136 | 0 | 60 | 71 | 16 | 12 | 100 | 76 |
| Binary | 11011100 | 1110010 | 1011110 | 0 | 110000 | 111001 | 1110 | 1010 | 1000000 | 111110 |
Color Harmonies of #DC725E
Complementary color
Monochromatic Colors of #DC725E
Black with #DC725E
Text Example
Text Example
White with #DC725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC725E; }
p { color: rgb(220,114,94); }
H1.HeaderClassName
{
color: #DC725E;
}
.AnyTagClassName
{
color: #DC725E;
}
</style>
background-color css
<style>
a { background-color: #DC725E; }
a { background-color: rgb(220,114,94); }
div.DivClassName
{
background-color: #DC725E;
}
.BgClassName
{
background-color: #DC725E;
}
</style>
border-color css
<style>
span { border-color: #DC725E; }
span { border-color: rgb(220,114,94); }
td.TdClassName
{
border-color: #DC725E;
}
.TagClassName
{
border-color: #DC725E;
}
</style>