Shades of Terra Cotta #DF7355
Tints of Terra Cotta #DF7355
RGB
CMYK
RGB Variations
Color information
#DF7355 (or 0xDF7355) is known color: Terra Cotta. HEX triplet: DF, 73 and 55. RGB value is (223,115,85). Sum of RGB (Red+Green+Blue) = 223+115+85=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7355 is #208CAA. Grayscale: #909090. Windows color (decimal): -2133163 or 5600223. OLE color: 5600223.
HSL color Cylindrical-coordinate representation of color #DF7355: hue angle of 13.04º 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 #DF7355 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 85 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.13 |
| HSL | 13.04º | 0.68% | 0.6% | - |
| HSV(B) | 13.04º | 0.62% | 0.87% | - |
| XYZ | 38.2 | 28.61 | 12.1 | - |
| YUV | 143.87 | 94.78 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 85 | 0 | 0.48 | 0.62 | 0.13 | 13.04 | 0.68 | 0.6 |
| Hex | DF | 73 | 55 | 0 | 30 | 3E | D | D | 44 | 3C |
| Octal | 337 | 163 | 125 | 0 | 60 | 76 | 15 | 15 | 104 | 74 |
| Binary | 11011111 | 1110011 | 1010101 | 0 | 110000 | 111110 | 1101 | 1101 | 1000100 | 111100 |
Color Harmonies of #DF7355
Complementary color
Monochromatic Colors of #DF7355
Black with #DF7355
Text Example
Text Example
White with #DF7355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7355; }
p { color: rgb(223,115,85); }
H1.HeaderClassName
{
color: #DF7355;
}
.AnyTagClassName
{
color: #DF7355;
}
</style>
background-color css
<style>
a { background-color: #DF7355; }
a { background-color: rgb(223,115,85); }
div.DivClassName
{
background-color: #DF7355;
}
.BgClassName
{
background-color: #DF7355;
}
</style>
border-color css
<style>
span { border-color: #DF7355; }
span { border-color: rgb(223,115,85); }
td.TdClassName
{
border-color: #DF7355;
}
.TagClassName
{
border-color: #DF7355;
}
</style>