Shades of Terra Cotta #DF7666
Tints of Terra Cotta #DF7666
RGB
CMYK
RGB Variations
Color information
#DF7666 (or 0xDF7666) is known color: Terra Cotta. HEX triplet: DF, 76 and 66. RGB value is (223,118,102). Sum of RGB (Red+Green+Blue) = 223+118+102=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7666 is #208999. Grayscale: #939393. Windows color (decimal): -2132378 or 6715103. OLE color: 6715103.
HSL color Cylindrical-coordinate representation of color #DF7666: hue angle of 7.93º 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 #DF7666 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 102 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.13 |
| HSL | 7.93º | 0.65% | 0.64% | - |
| HSV(B) | 7.93º | 0.54% | 0.87% | - |
| XYZ | 39.31 | 29.6 | 16.21 | - |
| YUV | 147.57 | 102.29 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 102 | 0 | 0.47 | 0.54 | 0.13 | 7.93 | 0.65 | 0.64 |
| Hex | DF | 76 | 66 | 0 | 2F | 36 | D | 8 | 41 | 40 |
| Octal | 337 | 166 | 146 | 0 | 57 | 66 | 15 | 10 | 101 | 100 |
| Binary | 11011111 | 1110110 | 1100110 | 0 | 101111 | 110110 | 1101 | 1000 | 1000001 | 1000000 |
Color Harmonies of #DF7666
Complementary color
Monochromatic Colors of #DF7666
Black with #DF7666
Text Example
Text Example
White with #DF7666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7666; }
p { color: rgb(223,118,102); }
H1.HeaderClassName
{
color: #DF7666;
}
.AnyTagClassName
{
color: #DF7666;
}
</style>
background-color css
<style>
a { background-color: #DF7666; }
a { background-color: rgb(223,118,102); }
div.DivClassName
{
background-color: #DF7666;
}
.BgClassName
{
background-color: #DF7666;
}
</style>
border-color css
<style>
span { border-color: #DF7666; }
span { border-color: rgb(223,118,102); }
td.TdClassName
{
border-color: #DF7666;
}
.TagClassName
{
border-color: #DF7666;
}
</style>