Shades of Terra Cotta #DF725F
Tints of Terra Cotta #DF725F
RGB
CMYK
RGB Variations
Color information
#DF725F (or 0xDF725F) is known color: Terra Cotta. HEX triplet: DF, 72 and 5F. RGB value is (223,114,95). Sum of RGB (Red+Green+Blue) = 223+114+95=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF725F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF725F is #208DA0. Grayscale: #909090. Windows color (decimal): -2133409 or 6255327. OLE color: 6255327.
HSL color Cylindrical-coordinate representation of color #DF725F: hue angle of 8.91º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF725F is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 95 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.13 |
| HSL | 8.91º | 0.67% | 0.62% | - |
| HSV(B) | 8.91º | 0.57% | 0.87% | - |
| XYZ | 38.51 | 28.55 | 14.31 | - |
| YUV | 144.43 | 100.11 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 95 | 0 | 0.49 | 0.57 | 0.13 | 8.91 | 0.67 | 0.62 |
| Hex | DF | 72 | 5F | 0 | 31 | 39 | D | 9 | 43 | 3E |
| Octal | 337 | 162 | 137 | 0 | 61 | 71 | 15 | 11 | 103 | 76 |
| Binary | 11011111 | 1110010 | 1011111 | 0 | 110001 | 111001 | 1101 | 1001 | 1000011 | 111110 |
Color Harmonies of #DF725F
Complementary color
Monochromatic Colors of #DF725F
Black with #DF725F
Text Example
Text Example
White with #DF725F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF725F; }
p { color: rgb(223,114,95); }
H1.HeaderClassName
{
color: #DF725F;
}
.AnyTagClassName
{
color: #DF725F;
}
</style>
background-color css
<style>
a { background-color: #DF725F; }
a { background-color: rgb(223,114,95); }
div.DivClassName
{
background-color: #DF725F;
}
.BgClassName
{
background-color: #DF725F;
}
</style>
border-color css
<style>
span { border-color: #DF725F; }
span { border-color: rgb(223,114,95); }
td.TdClassName
{
border-color: #DF725F;
}
.TagClassName
{
border-color: #DF725F;
}
</style>