Shades of Terra Cotta #DF725C
Tints of Terra Cotta #DF725C
RGB
CMYK
RGB Variations
Color information
#DF725C (or 0xDF725C) is known color: Terra Cotta. HEX triplet: DF, 72 and 5C. RGB value is (223,114,92). Sum of RGB (Red+Green+Blue) = 223+114+92=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF725C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF725C is #208DA3. Grayscale: #909090. Windows color (decimal): -2133412 or 6058719. OLE color: 6058719.
HSL color Cylindrical-coordinate representation of color #DF725C: hue angle of 10.08º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF725C is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 92 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.13 |
| HSL | 10.08º | 0.67% | 0.62% | - |
| HSV(B) | 10.08º | 0.59% | 0.87% | - |
| XYZ | 38.38 | 28.5 | 13.6 | - |
| YUV | 144.08 | 98.61 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 92 | 0 | 0.49 | 0.59 | 0.13 | 10.08 | 0.67 | 0.62 |
| Hex | DF | 72 | 5C | 0 | 31 | 3B | D | A | 43 | 3E |
| Octal | 337 | 162 | 134 | 0 | 61 | 73 | 15 | 12 | 103 | 76 |
| Binary | 11011111 | 1110010 | 1011100 | 0 | 110001 | 111011 | 1101 | 1010 | 1000011 | 111110 |
Color Harmonies of #DF725C
Complementary color
Monochromatic Colors of #DF725C
Black with #DF725C
Text Example
Text Example
White with #DF725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF725C; }
p { color: rgb(223,114,92); }
H1.HeaderClassName
{
color: #DF725C;
}
.AnyTagClassName
{
color: #DF725C;
}
</style>
background-color css
<style>
a { background-color: #DF725C; }
a { background-color: rgb(223,114,92); }
div.DivClassName
{
background-color: #DF725C;
}
.BgClassName
{
background-color: #DF725C;
}
</style>
border-color css
<style>
span { border-color: #DF725C; }
span { border-color: rgb(223,114,92); }
td.TdClassName
{
border-color: #DF725C;
}
.TagClassName
{
border-color: #DF725C;
}
</style>