Shades of Terra Cotta #DF7464
Tints of Terra Cotta #DF7464
RGB
CMYK
RGB Variations
Color information
#DF7464 (or 0xDF7464) is known color: Terra Cotta. HEX triplet: DF, 74 and 64. RGB value is (223,116,100). Sum of RGB (Red+Green+Blue) = 223+116+100=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 100 (39.45% from 255 or 22.78% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7464 is #208B9B. Grayscale: #929292. Windows color (decimal): -2132892 or 6583519. OLE color: 6583519.
HSL color Cylindrical-coordinate representation of color #DF7464: hue angle of 7.8º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF7464 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 100 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.13 |
| HSL | 7.8º | 0.66% | 0.63% | - |
| HSV(B) | 7.8º | 0.55% | 0.87% | - |
| XYZ | 38.98 | 29.1 | 15.62 | - |
| YUV | 146.17 | 101.95 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 100 | 0 | 0.48 | 0.55 | 0.13 | 7.8 | 0.66 | 0.63 |
| Hex | DF | 74 | 64 | 0 | 30 | 37 | D | 8 | 42 | 3F |
| Octal | 337 | 164 | 144 | 0 | 60 | 67 | 15 | 10 | 102 | 77 |
| Binary | 11011111 | 1110100 | 1100100 | 0 | 110000 | 110111 | 1101 | 1000 | 1000010 | 111111 |
Color Harmonies of #DF7464
Complementary color
Monochromatic Colors of #DF7464
Black with #DF7464
Text Example
Text Example
White with #DF7464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7464; }
p { color: rgb(223,116,100); }
H1.HeaderClassName
{
color: #DF7464;
}
.AnyTagClassName
{
color: #DF7464;
}
</style>
background-color css
<style>
a { background-color: #DF7464; }
a { background-color: rgb(223,116,100); }
div.DivClassName
{
background-color: #DF7464;
}
.BgClassName
{
background-color: #DF7464;
}
</style>
border-color css
<style>
span { border-color: #DF7464; }
span { border-color: rgb(223,116,100); }
td.TdClassName
{
border-color: #DF7464;
}
.TagClassName
{
border-color: #DF7464;
}
</style>