Shades of Terra Cotta #DF7155
Tints of Terra Cotta #DF7155
RGB
CMYK
RGB Variations
Color information
#DF7155 (or 0xDF7155) is known color: Terra Cotta. HEX triplet: DF, 71 and 55. RGB value is (223,113,85). Sum of RGB (Red+Green+Blue) = 223+113+85=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7155 is #208EAA. Grayscale: #8E8E8E. Windows color (decimal): -2133675 or 5599711. OLE color: 5599711.
HSL color Cylindrical-coordinate representation of color #DF7155: hue angle of 12.17º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF7155 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 85 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.13 |
| HSL | 12.17º | 0.68% | 0.6% | - |
| HSV(B) | 12.17º | 0.62% | 0.87% | - |
| XYZ | 37.98 | 28.15 | 12.03 | - |
| YUV | 142.7 | 95.44 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 85 | 0 | 0.49 | 0.62 | 0.13 | 12.17 | 0.68 | 0.6 |
| Hex | DF | 71 | 55 | 0 | 31 | 3E | D | C | 44 | 3C |
| Octal | 337 | 161 | 125 | 0 | 61 | 76 | 15 | 14 | 104 | 74 |
| Binary | 11011111 | 1110001 | 1010101 | 0 | 110001 | 111110 | 1101 | 1100 | 1000100 | 111100 |
Color Harmonies of #DF7155
Complementary color
Monochromatic Colors of #DF7155
Black with #DF7155
Text Example
Text Example
White with #DF7155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7155; }
p { color: rgb(223,113,85); }
H1.HeaderClassName
{
color: #DF7155;
}
.AnyTagClassName
{
color: #DF7155;
}
</style>
background-color css
<style>
a { background-color: #DF7155; }
a { background-color: rgb(223,113,85); }
div.DivClassName
{
background-color: #DF7155;
}
.BgClassName
{
background-color: #DF7155;
}
</style>
border-color css
<style>
span { border-color: #DF7155; }
span { border-color: rgb(223,113,85); }
td.TdClassName
{
border-color: #DF7155;
}
.TagClassName
{
border-color: #DF7155;
}
</style>