Shades of Terra Cotta #DF745C
Tints of Terra Cotta #DF745C
RGB
CMYK
RGB Variations
Color information
#DF745C (or 0xDF745C) is known color: Terra Cotta. HEX triplet: DF, 74 and 5C. RGB value is (223,116,92). Sum of RGB (Red+Green+Blue) = 223+116+92=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF745C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF745C is #208BA3. Grayscale: #919191. Windows color (decimal): -2132900 or 6059231. OLE color: 6059231.
HSL color Cylindrical-coordinate representation of color #DF745C: hue angle of 10.99º 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 #DF745C is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 92 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.13 |
| HSL | 10.99º | 0.67% | 0.62% | - |
| HSV(B) | 10.99º | 0.59% | 0.87% | - |
| XYZ | 38.61 | 28.95 | 13.68 | - |
| YUV | 145.26 | 97.95 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 92 | 0 | 0.48 | 0.59 | 0.13 | 10.99 | 0.67 | 0.62 |
| Hex | DF | 74 | 5C | 0 | 30 | 3B | D | B | 43 | 3E |
| Octal | 337 | 164 | 134 | 0 | 60 | 73 | 15 | 13 | 103 | 76 |
| Binary | 11011111 | 1110100 | 1011100 | 0 | 110000 | 111011 | 1101 | 1011 | 1000011 | 111110 |
Color Harmonies of #DF745C
Complementary color
Monochromatic Colors of #DF745C
Black with #DF745C
Text Example
Text Example
White with #DF745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF745C; }
p { color: rgb(223,116,92); }
H1.HeaderClassName
{
color: #DF745C;
}
.AnyTagClassName
{
color: #DF745C;
}
</style>
background-color css
<style>
a { background-color: #DF745C; }
a { background-color: rgb(223,116,92); }
div.DivClassName
{
background-color: #DF745C;
}
.BgClassName
{
background-color: #DF745C;
}
</style>
border-color css
<style>
span { border-color: #DF745C; }
span { border-color: rgb(223,116,92); }
td.TdClassName
{
border-color: #DF745C;
}
.TagClassName
{
border-color: #DF745C;
}
</style>