Shades of Terra Cotta #DF7058
Tints of Terra Cotta #DF7058
RGB
CMYK
RGB Variations
Color information
#DF7058 (or 0xDF7058) is known color: Terra Cotta. HEX triplet: DF, 70 and 58. RGB value is (223,112,88). Sum of RGB (Red+Green+Blue) = 223+112+88=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 88 (34.77% from 255 or 20.80% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7058 is #208FA7. Grayscale: #8E8E8E. Windows color (decimal): -2133928 or 5796063. OLE color: 5796063.
HSL color Cylindrical-coordinate representation of color #DF7058: hue angle of 10.67º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF7058 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 88 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.13 |
| HSL | 10.67º | 0.68% | 0.61% | - |
| HSV(B) | 10.67º | 0.61% | 0.87% | - |
| XYZ | 37.99 | 27.98 | 12.63 | - |
| YUV | 142.45 | 97.27 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 88 | 0 | 0.50 | 0.61 | 0.13 | 10.67 | 0.68 | 0.61 |
| Hex | DF | 70 | 58 | 0 | 32 | 3D | D | B | 44 | 3D |
| Octal | 337 | 160 | 130 | 0 | 62 | 75 | 15 | 13 | 104 | 75 |
| Binary | 11011111 | 1110000 | 1011000 | 0 | 110010 | 111101 | 1101 | 1011 | 1000100 | 111101 |
Color Harmonies of #DF7058
Complementary color
Monochromatic Colors of #DF7058
Black with #DF7058
Text Example
Text Example
White with #DF7058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7058; }
p { color: rgb(223,112,88); }
H1.HeaderClassName
{
color: #DF7058;
}
.AnyTagClassName
{
color: #DF7058;
}
</style>
background-color css
<style>
a { background-color: #DF7058; }
a { background-color: rgb(223,112,88); }
div.DivClassName
{
background-color: #DF7058;
}
.BgClassName
{
background-color: #DF7058;
}
</style>
border-color css
<style>
span { border-color: #DF7058; }
span { border-color: rgb(223,112,88); }
td.TdClassName
{
border-color: #DF7058;
}
.TagClassName
{
border-color: #DF7058;
}
</style>