Shades of Terra Cotta #DF7460
Tints of Terra Cotta #DF7460
RGB
CMYK
RGB Variations
Color information
#DF7460 (or 0xDF7460) is known color: Terra Cotta. HEX triplet: DF, 74 and 60. RGB value is (223,116,96). Sum of RGB (Red+Green+Blue) = 223+116+96=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7460 is #208B9F. Grayscale: #919191. Windows color (decimal): -2132896 or 6321375. OLE color: 6321375.
HSL color Cylindrical-coordinate representation of color #DF7460: hue angle of 9.45º 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 #DF7460 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 96 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.13 |
| HSL | 9.45º | 0.66% | 0.63% | - |
| HSV(B) | 9.45º | 0.57% | 0.87% | - |
| XYZ | 38.79 | 29.02 | 14.62 | - |
| YUV | 145.71 | 99.95 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 96 | 0 | 0.48 | 0.57 | 0.13 | 9.45 | 0.66 | 0.63 |
| Hex | DF | 74 | 60 | 0 | 30 | 39 | D | 9 | 42 | 3F |
| Octal | 337 | 164 | 140 | 0 | 60 | 71 | 15 | 11 | 102 | 77 |
| Binary | 11011111 | 1110100 | 1100000 | 0 | 110000 | 111001 | 1101 | 1001 | 1000010 | 111111 |
Color Harmonies of #DF7460
Complementary color
Monochromatic Colors of #DF7460
Black with #DF7460
Text Example
Text Example
White with #DF7460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7460; }
p { color: rgb(223,116,96); }
H1.HeaderClassName
{
color: #DF7460;
}
.AnyTagClassName
{
color: #DF7460;
}
</style>
background-color css
<style>
a { background-color: #DF7460; }
a { background-color: rgb(223,116,96); }
div.DivClassName
{
background-color: #DF7460;
}
.BgClassName
{
background-color: #DF7460;
}
</style>
border-color css
<style>
span { border-color: #DF7460; }
span { border-color: rgb(223,116,96); }
td.TdClassName
{
border-color: #DF7460;
}
.TagClassName
{
border-color: #DF7460;
}
</style>