Shades of Terra Cotta #DF745F
Tints of Terra Cotta #DF745F
RGB
CMYK
RGB Variations
Color information
#DF745F (or 0xDF745F) is known color: Terra Cotta. HEX triplet: DF, 74 and 5F. RGB value is (223,116,95). Sum of RGB (Red+Green+Blue) = 223+116+95=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF745F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF745F is #208BA0. Grayscale: #919191. Windows color (decimal): -2132897 or 6255839. OLE color: 6255839.
HSL color Cylindrical-coordinate representation of color #DF745F: hue angle of 9.84º 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 #DF745F is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 95 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.13 |
| HSL | 9.84º | 0.67% | 0.62% | - |
| HSV(B) | 9.84º | 0.57% | 0.87% | - |
| XYZ | 38.74 | 29 | 14.38 | - |
| YUV | 145.6 | 99.45 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 95 | 0 | 0.48 | 0.57 | 0.13 | 9.84 | 0.67 | 0.62 |
| Hex | DF | 74 | 5F | 0 | 30 | 39 | D | A | 43 | 3E |
| Octal | 337 | 164 | 137 | 0 | 60 | 71 | 15 | 12 | 103 | 76 |
| Binary | 11011111 | 1110100 | 1011111 | 0 | 110000 | 111001 | 1101 | 1010 | 1000011 | 111110 |
Color Harmonies of #DF745F
Complementary color
Monochromatic Colors of #DF745F
Black with #DF745F
Text Example
Text Example
White with #DF745F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF745F; }
p { color: rgb(223,116,95); }
H1.HeaderClassName
{
color: #DF745F;
}
.AnyTagClassName
{
color: #DF745F;
}
</style>
background-color css
<style>
a { background-color: #DF745F; }
a { background-color: rgb(223,116,95); }
div.DivClassName
{
background-color: #DF745F;
}
.BgClassName
{
background-color: #DF745F;
}
</style>
border-color css
<style>
span { border-color: #DF745F; }
span { border-color: rgb(223,116,95); }
td.TdClassName
{
border-color: #DF745F;
}
.TagClassName
{
border-color: #DF745F;
}
</style>