Shades of Terra Cotta #DF7C61
Tints of Terra Cotta #DF7C61
RGB
CMYK
RGB Variations
Color information
#DF7C61 (or 0xDF7C61) is known color: Terra Cotta. HEX triplet: DF, 7C and 61. RGB value is (223,124,97). Sum of RGB (Red+Green+Blue) = 223+124+97=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 97 (38.28% from 255 or 21.85% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7C61 is #20839E. Grayscale: #969696. Windows color (decimal): -2130847 or 6388959. OLE color: 6388959.
HSL color Cylindrical-coordinate representation of color #DF7C61: hue angle of 12.86º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF7C61 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 97 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.13 |
| HSL | 12.86º | 0.66% | 0.63% | - |
| HSV(B) | 12.86º | 0.57% | 0.87% | - |
| XYZ | 39.8 | 30.97 | 15.19 | - |
| YUV | 150.52 | 97.8 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 97 | 0 | 0.44 | 0.57 | 0.13 | 12.86 | 0.66 | 0.63 |
| Hex | DF | 7C | 61 | 0 | 2C | 39 | D | D | 42 | 3F |
| Octal | 337 | 174 | 141 | 0 | 54 | 71 | 15 | 15 | 102 | 77 |
| Binary | 11011111 | 1111100 | 1100001 | 0 | 101100 | 111001 | 1101 | 1101 | 1000010 | 111111 |
Color Harmonies of #DF7C61
Complementary color
Monochromatic Colors of #DF7C61
Black with #DF7C61
Text Example
Text Example
White with #DF7C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7C61; }
p { color: rgb(223,124,97); }
H1.HeaderClassName
{
color: #DF7C61;
}
.AnyTagClassName
{
color: #DF7C61;
}
</style>
background-color css
<style>
a { background-color: #DF7C61; }
a { background-color: rgb(223,124,97); }
div.DivClassName
{
background-color: #DF7C61;
}
.BgClassName
{
background-color: #DF7C61;
}
</style>
border-color css
<style>
span { border-color: #DF7C61; }
span { border-color: rgb(223,124,97); }
td.TdClassName
{
border-color: #DF7C61;
}
.TagClassName
{
border-color: #DF7C61;
}
</style>