Shades of Terra Cotta #DF7062
Tints of Terra Cotta #DF7062
RGB
CMYK
RGB Variations
Color information
#DF7062 (or 0xDF7062) is known color: Terra Cotta. HEX triplet: DF, 70 and 62. RGB value is (223,112,98). Sum of RGB (Red+Green+Blue) = 223+112+98=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7062 is #208F9D. Grayscale: #8F8F8F. Windows color (decimal): -2133918 or 6451423. OLE color: 6451423.
HSL color Cylindrical-coordinate representation of color #DF7062: hue angle of 6.72º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF7062 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 98 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.13 |
| HSL | 6.72º | 0.66% | 0.63% | - |
| HSV(B) | 6.72º | 0.56% | 0.87% | - |
| XYZ | 38.43 | 28.16 | 14.96 | - |
| YUV | 143.59 | 102.27 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 98 | 0 | 0.50 | 0.56 | 0.13 | 6.72 | 0.66 | 0.63 |
| Hex | DF | 70 | 62 | 0 | 32 | 38 | D | 7 | 42 | 3F |
| Octal | 337 | 160 | 142 | 0 | 62 | 70 | 15 | 7 | 102 | 77 |
| Binary | 11011111 | 1110000 | 1100010 | 0 | 110010 | 111000 | 1101 | 111 | 1000010 | 111111 |
Color Harmonies of #DF7062
Complementary color
Monochromatic Colors of #DF7062
Black with #DF7062
Text Example
Text Example
White with #DF7062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7062; }
p { color: rgb(223,112,98); }
H1.HeaderClassName
{
color: #DF7062;
}
.AnyTagClassName
{
color: #DF7062;
}
</style>
background-color css
<style>
a { background-color: #DF7062; }
a { background-color: rgb(223,112,98); }
div.DivClassName
{
background-color: #DF7062;
}
.BgClassName
{
background-color: #DF7062;
}
</style>
border-color css
<style>
span { border-color: #DF7062; }
span { border-color: rgb(223,112,98); }
td.TdClassName
{
border-color: #DF7062;
}
.TagClassName
{
border-color: #DF7062;
}
</style>