Shades of Terra Cotta #DF7164
Tints of Terra Cotta #DF7164
RGB
CMYK
RGB Variations
Color information
#DF7164 (or 0xDF7164) is known color: Terra Cotta. HEX triplet: DF, 71 and 64. RGB value is (223,113,100). Sum of RGB (Red+Green+Blue) = 223+113+100=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7164 is #208E9B. Grayscale: #909090. Windows color (decimal): -2133660 or 6582751. OLE color: 6582751.
HSL color Cylindrical-coordinate representation of color #DF7164: hue angle of 6.34º 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 #DF7164 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 100 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.13 |
| HSL | 6.34º | 0.66% | 0.63% | - |
| HSV(B) | 6.34º | 0.55% | 0.87% | - |
| XYZ | 38.64 | 28.42 | 15.51 | - |
| YUV | 144.41 | 102.94 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 100 | 0 | 0.49 | 0.55 | 0.13 | 6.34 | 0.66 | 0.63 |
| Hex | DF | 71 | 64 | 0 | 31 | 37 | D | 6 | 42 | 3F |
| Octal | 337 | 161 | 144 | 0 | 61 | 67 | 15 | 6 | 102 | 77 |
| Binary | 11011111 | 1110001 | 1100100 | 0 | 110001 | 110111 | 1101 | 110 | 1000010 | 111111 |
Color Harmonies of #DF7164
Complementary color
Monochromatic Colors of #DF7164
Black with #DF7164
Text Example
Text Example
White with #DF7164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7164; }
p { color: rgb(223,113,100); }
H1.HeaderClassName
{
color: #DF7164;
}
.AnyTagClassName
{
color: #DF7164;
}
</style>
background-color css
<style>
a { background-color: #DF7164; }
a { background-color: rgb(223,113,100); }
div.DivClassName
{
background-color: #DF7164;
}
.BgClassName
{
background-color: #DF7164;
}
</style>
border-color css
<style>
span { border-color: #DF7164; }
span { border-color: rgb(223,113,100); }
td.TdClassName
{
border-color: #DF7164;
}
.TagClassName
{
border-color: #DF7164;
}
</style>