Shades of Terra Cotta #DF7360
Tints of Terra Cotta #DF7360
RGB
CMYK
RGB Variations
Color information
#DF7360 (or 0xDF7360) is known color: Terra Cotta. HEX triplet: DF, 73 and 60. RGB value is (223,115,96). Sum of RGB (Red+Green+Blue) = 223+115+96=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7360 is #208C9F. Grayscale: #919191. Windows color (decimal): -2133152 or 6321119. OLE color: 6321119.
HSL color Cylindrical-coordinate representation of color #DF7360: hue angle of 8.98º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF7360 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 96 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.13 |
| HSL | 8.98º | 0.66% | 0.63% | - |
| HSV(B) | 8.98º | 0.57% | 0.87% | - |
| XYZ | 38.67 | 28.79 | 14.59 | - |
| YUV | 145.13 | 100.28 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 96 | 0 | 0.48 | 0.57 | 0.13 | 8.98 | 0.66 | 0.63 |
| Hex | DF | 73 | 60 | 0 | 30 | 39 | D | 9 | 42 | 3F |
| Octal | 337 | 163 | 140 | 0 | 60 | 71 | 15 | 11 | 102 | 77 |
| Binary | 11011111 | 1110011 | 1100000 | 0 | 110000 | 111001 | 1101 | 1001 | 1000010 | 111111 |
Color Harmonies of #DF7360
Complementary color
Monochromatic Colors of #DF7360
Black with #DF7360
Text Example
Text Example
White with #DF7360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7360; }
p { color: rgb(223,115,96); }
H1.HeaderClassName
{
color: #DF7360;
}
.AnyTagClassName
{
color: #DF7360;
}
</style>
background-color css
<style>
a { background-color: #DF7360; }
a { background-color: rgb(223,115,96); }
div.DivClassName
{
background-color: #DF7360;
}
.BgClassName
{
background-color: #DF7360;
}
</style>
border-color css
<style>
span { border-color: #DF7360; }
span { border-color: rgb(223,115,96); }
td.TdClassName
{
border-color: #DF7360;
}
.TagClassName
{
border-color: #DF7360;
}
</style>