Shades of Terra Cotta #DF7C63
Tints of Terra Cotta #DF7C63
RGB
CMYK
RGB Variations
Color information
#DF7C63 (or 0xDF7C63) is known color: Terra Cotta. HEX triplet: DF, 7C and 63. RGB value is (223,124,99). Sum of RGB (Red+Green+Blue) = 223+124+99=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 99 (39.06% from 255 or 22.20% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7C63 is #20839C. Grayscale: #969696. Windows color (decimal): -2130845 or 6520031. OLE color: 6520031.
HSL color Cylindrical-coordinate representation of color #DF7C63: hue angle of 12.1º 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 #DF7C63 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 99 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.13 |
| HSL | 12.1º | 0.66% | 0.63% | - |
| HSV(B) | 12.1º | 0.56% | 0.87% | - |
| XYZ | 39.89 | 31 | 15.69 | - |
| YUV | 150.75 | 98.8 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 99 | 0 | 0.44 | 0.56 | 0.13 | 12.1 | 0.66 | 0.63 |
| Hex | DF | 7C | 63 | 0 | 2C | 38 | D | C | 42 | 3F |
| Octal | 337 | 174 | 143 | 0 | 54 | 70 | 15 | 14 | 102 | 77 |
| Binary | 11011111 | 1111100 | 1100011 | 0 | 101100 | 111000 | 1101 | 1100 | 1000010 | 111111 |
Color Harmonies of #DF7C63
Complementary color
Monochromatic Colors of #DF7C63
Black with #DF7C63
Text Example
Text Example
White with #DF7C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7C63; }
p { color: rgb(223,124,99); }
H1.HeaderClassName
{
color: #DF7C63;
}
.AnyTagClassName
{
color: #DF7C63;
}
</style>
background-color css
<style>
a { background-color: #DF7C63; }
a { background-color: rgb(223,124,99); }
div.DivClassName
{
background-color: #DF7C63;
}
.BgClassName
{
background-color: #DF7C63;
}
</style>
border-color css
<style>
span { border-color: #DF7C63; }
span { border-color: rgb(223,124,99); }
td.TdClassName
{
border-color: #DF7C63;
}
.TagClassName
{
border-color: #DF7C63;
}
</style>