Shades of Terra Cotta #DF7C62
Tints of Terra Cotta #DF7C62
RGB
CMYK
RGB Variations
Color information
#DF7C62 (or 0xDF7C62) is known color: Terra Cotta. HEX triplet: DF, 7C and 62. RGB value is (223,124,98). Sum of RGB (Red+Green+Blue) = 223+124+98=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 98 (38.67% from 255 or 22.02% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7C62 is #20839D. Grayscale: #969696. Windows color (decimal): -2130846 or 6454495. OLE color: 6454495.
HSL color Cylindrical-coordinate representation of color #DF7C62: hue angle of 12.48º 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 #DF7C62 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 98 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.13 |
| HSL | 12.48º | 0.66% | 0.63% | - |
| HSV(B) | 12.48º | 0.56% | 0.87% | - |
| XYZ | 39.84 | 30.99 | 15.44 | - |
| YUV | 150.64 | 98.3 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 98 | 0 | 0.44 | 0.56 | 0.13 | 12.48 | 0.66 | 0.63 |
| Hex | DF | 7C | 62 | 0 | 2C | 38 | D | C | 42 | 3F |
| Octal | 337 | 174 | 142 | 0 | 54 | 70 | 15 | 14 | 102 | 77 |
| Binary | 11011111 | 1111100 | 1100010 | 0 | 101100 | 111000 | 1101 | 1100 | 1000010 | 111111 |
Color Harmonies of #DF7C62
Complementary color
Monochromatic Colors of #DF7C62
Black with #DF7C62
Text Example
Text Example
White with #DF7C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7C62; }
p { color: rgb(223,124,98); }
H1.HeaderClassName
{
color: #DF7C62;
}
.AnyTagClassName
{
color: #DF7C62;
}
</style>
background-color css
<style>
a { background-color: #DF7C62; }
a { background-color: rgb(223,124,98); }
div.DivClassName
{
background-color: #DF7C62;
}
.BgClassName
{
background-color: #DF7C62;
}
</style>
border-color css
<style>
span { border-color: #DF7C62; }
span { border-color: rgb(223,124,98); }
td.TdClassName
{
border-color: #DF7C62;
}
.TagClassName
{
border-color: #DF7C62;
}
</style>