Shades of Terra Cotta #DF7362
Tints of Terra Cotta #DF7362
RGB
CMYK
RGB Variations
Color information
#DF7362 (or 0xDF7362) is known color: Terra Cotta. HEX triplet: DF, 73 and 62. RGB value is (223,115,98). Sum of RGB (Red+Green+Blue) = 223+115+98=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 98 (38.67% from 255 or 22.48% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7362 is #208C9D. Grayscale: #919191. Windows color (decimal): -2133150 or 6452191. OLE color: 6452191.
HSL color Cylindrical-coordinate representation of color #DF7362: hue angle of 8.16º 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 #DF7362 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 98 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.13 |
| HSL | 8.16º | 0.66% | 0.63% | - |
| HSV(B) | 8.16º | 0.56% | 0.87% | - |
| XYZ | 38.77 | 28.83 | 15.08 | - |
| YUV | 145.35 | 101.28 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 98 | 0 | 0.48 | 0.56 | 0.13 | 8.16 | 0.66 | 0.63 |
| Hex | DF | 73 | 62 | 0 | 30 | 38 | D | 8 | 42 | 3F |
| Octal | 337 | 163 | 142 | 0 | 60 | 70 | 15 | 10 | 102 | 77 |
| Binary | 11011111 | 1110011 | 1100010 | 0 | 110000 | 111000 | 1101 | 1000 | 1000010 | 111111 |
Color Harmonies of #DF7362
Complementary color
Monochromatic Colors of #DF7362
Black with #DF7362
Text Example
Text Example
White with #DF7362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7362; }
p { color: rgb(223,115,98); }
H1.HeaderClassName
{
color: #DF7362;
}
.AnyTagClassName
{
color: #DF7362;
}
</style>
background-color css
<style>
a { background-color: #DF7362; }
a { background-color: rgb(223,115,98); }
div.DivClassName
{
background-color: #DF7362;
}
.BgClassName
{
background-color: #DF7362;
}
</style>
border-color css
<style>
span { border-color: #DF7362; }
span { border-color: rgb(223,115,98); }
td.TdClassName
{
border-color: #DF7362;
}
.TagClassName
{
border-color: #DF7362;
}
</style>