Shades of Terra Cotta #DF7366
Tints of Terra Cotta #DF7366
RGB
CMYK
RGB Variations
Color information
#DF7366 (or 0xDF7366) is known color: Terra Cotta. HEX triplet: DF, 73 and 66. RGB value is (223,115,102). Sum of RGB (Red+Green+Blue) = 223+115+102=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7366 is #208C99. Grayscale: #919191. Windows color (decimal): -2133146 or 6714335. OLE color: 6714335.
HSL color Cylindrical-coordinate representation of color #DF7366: hue angle of 6.45º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF7366 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 102 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.13 |
| HSL | 6.45º | 0.65% | 0.64% | - |
| HSV(B) | 6.45º | 0.54% | 0.87% | - |
| XYZ | 38.96 | 28.91 | 16.1 | - |
| YUV | 145.81 | 103.28 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 102 | 0 | 0.48 | 0.54 | 0.13 | 6.45 | 0.65 | 0.64 |
| Hex | DF | 73 | 66 | 0 | 30 | 36 | D | 6 | 41 | 40 |
| Octal | 337 | 163 | 146 | 0 | 60 | 66 | 15 | 6 | 101 | 100 |
| Binary | 11011111 | 1110011 | 1100110 | 0 | 110000 | 110110 | 1101 | 110 | 1000001 | 1000000 |
Color Harmonies of #DF7366
Complementary color
Monochromatic Colors of #DF7366
Black with #DF7366
Text Example
Text Example
White with #DF7366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7366; }
p { color: rgb(223,115,102); }
H1.HeaderClassName
{
color: #DF7366;
}
.AnyTagClassName
{
color: #DF7366;
}
</style>
background-color css
<style>
a { background-color: #DF7366; }
a { background-color: rgb(223,115,102); }
div.DivClassName
{
background-color: #DF7366;
}
.BgClassName
{
background-color: #DF7366;
}
</style>
border-color css
<style>
span { border-color: #DF7366; }
span { border-color: rgb(223,115,102); }
td.TdClassName
{
border-color: #DF7366;
}
.TagClassName
{
border-color: #DF7366;
}
</style>