Shades of Terra Cotta #DC725F
Tints of Terra Cotta #DC725F
RGB
CMYK
RGB Variations
Color information
#DC725F (or 0xDC725F) is known color: Terra Cotta. HEX triplet: DC, 72 and 5F. RGB value is (220,114,95). Sum of RGB (Red+Green+Blue) = 220+114+95=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC725F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC725F is #238DA0. Grayscale: #8F8F8F. Windows color (decimal): -2330017 or 6255324. OLE color: 6255324.
HSL color Cylindrical-coordinate representation of color #DC725F: hue angle of 9.12º 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 #DC725F is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 95 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.14 |
| HSL | 9.12º | 0.64% | 0.62% | - |
| HSV(B) | 9.12º | 0.57% | 0.86% | - |
| XYZ | 37.6 | 28.08 | 14.26 | - |
| YUV | 143.53 | 100.62 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 95 | 0 | 0.48 | 0.57 | 0.14 | 9.12 | 0.64 | 0.62 |
| Hex | DC | 72 | 5F | 0 | 30 | 39 | E | 9 | 40 | 3E |
| Octal | 334 | 162 | 137 | 0 | 60 | 71 | 16 | 11 | 100 | 76 |
| Binary | 11011100 | 1110010 | 1011111 | 0 | 110000 | 111001 | 1110 | 1001 | 1000000 | 111110 |
Color Harmonies of #DC725F
Complementary color
Monochromatic Colors of #DC725F
Black with #DC725F
Text Example
Text Example
White with #DC725F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC725F; }
p { color: rgb(220,114,95); }
H1.HeaderClassName
{
color: #DC725F;
}
.AnyTagClassName
{
color: #DC725F;
}
</style>
background-color css
<style>
a { background-color: #DC725F; }
a { background-color: rgb(220,114,95); }
div.DivClassName
{
background-color: #DC725F;
}
.BgClassName
{
background-color: #DC725F;
}
</style>
border-color css
<style>
span { border-color: #DC725F; }
span { border-color: rgb(220,114,95); }
td.TdClassName
{
border-color: #DC725F;
}
.TagClassName
{
border-color: #DC725F;
}
</style>