Shades of Terra Cotta #DF7957
Tints of Terra Cotta #DF7957
RGB
CMYK
RGB Variations
Color information
#DF7957 (or 0xDF7957) is known color: Terra Cotta. HEX triplet: DF, 79 and 57. RGB value is (223,121,87). Sum of RGB (Red+Green+Blue) = 223+121+87=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 87 (34.38% from 255 or 20.19% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7957 is #2086A8. Grayscale: #939393. Windows color (decimal): -2131625 or 5732831. OLE color: 5732831.
HSL color Cylindrical-coordinate representation of color #DF7957: hue angle of 15º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF7957 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 87 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.13 |
| HSL | 15º | 0.68% | 0.61% | - |
| HSV(B) | 15º | 0.61% | 0.87% | - |
| XYZ | 38.99 | 30.05 | 12.76 | - |
| YUV | 147.62 | 93.79 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 87 | 0 | 0.46 | 0.61 | 0.13 | 15 | 0.68 | 0.61 |
| Hex | DF | 79 | 57 | 0 | 2E | 3D | D | F | 44 | 3D |
| Octal | 337 | 171 | 127 | 0 | 56 | 75 | 15 | 17 | 104 | 75 |
| Binary | 11011111 | 1111001 | 1010111 | 0 | 101110 | 111101 | 1101 | 1111 | 1000100 | 111101 |
Color Harmonies of #DF7957
Complementary color
Monochromatic Colors of #DF7957
Black with #DF7957
Text Example
Text Example
White with #DF7957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7957; }
p { color: rgb(223,121,87); }
H1.HeaderClassName
{
color: #DF7957;
}
.AnyTagClassName
{
color: #DF7957;
}
</style>
background-color css
<style>
a { background-color: #DF7957; }
a { background-color: rgb(223,121,87); }
div.DivClassName
{
background-color: #DF7957;
}
.BgClassName
{
background-color: #DF7957;
}
</style>
border-color css
<style>
span { border-color: #DF7957; }
span { border-color: rgb(223,121,87); }
td.TdClassName
{
border-color: #DF7957;
}
.TagClassName
{
border-color: #DF7957;
}
</style>