Shades of Terra Cotta #DF725B
Tints of Terra Cotta #DF725B
RGB
CMYK
RGB Variations
Color information
#DF725B (or 0xDF725B) is known color: Terra Cotta. HEX triplet: DF, 72 and 5B. RGB value is (223,114,91). Sum of RGB (Red+Green+Blue) = 223+114+91=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF725B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF725B is #208DA4. Grayscale: #909090. Windows color (decimal): -2133413 or 5993183. OLE color: 5993183.
HSL color Cylindrical-coordinate representation of color #DF725B: hue angle of 10.45º 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 #DF725B is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 91 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.13 |
| HSL | 10.45º | 0.67% | 0.62% | - |
| HSV(B) | 10.45º | 0.59% | 0.87% | - |
| XYZ | 38.34 | 28.48 | 13.37 | - |
| YUV | 143.97 | 98.11 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 91 | 0 | 0.49 | 0.59 | 0.13 | 10.45 | 0.67 | 0.62 |
| Hex | DF | 72 | 5B | 0 | 31 | 3B | D | A | 43 | 3E |
| Octal | 337 | 162 | 133 | 0 | 61 | 73 | 15 | 12 | 103 | 76 |
| Binary | 11011111 | 1110010 | 1011011 | 0 | 110001 | 111011 | 1101 | 1010 | 1000011 | 111110 |
Color Harmonies of #DF725B
Complementary color
Monochromatic Colors of #DF725B
Black with #DF725B
Text Example
Text Example
White with #DF725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF725B; }
p { color: rgb(223,114,91); }
H1.HeaderClassName
{
color: #DF725B;
}
.AnyTagClassName
{
color: #DF725B;
}
</style>
background-color css
<style>
a { background-color: #DF725B; }
a { background-color: rgb(223,114,91); }
div.DivClassName
{
background-color: #DF725B;
}
.BgClassName
{
background-color: #DF725B;
}
</style>
border-color css
<style>
span { border-color: #DF725B; }
span { border-color: rgb(223,114,91); }
td.TdClassName
{
border-color: #DF725B;
}
.TagClassName
{
border-color: #DF725B;
}
</style>