Shades of Terra Cotta #DF765F
Tints of Terra Cotta #DF765F
RGB
CMYK
RGB Variations
Color information
#DF765F (or 0xDF765F) is known color: Terra Cotta. HEX triplet: DF, 76 and 5F. RGB value is (223,118,95). Sum of RGB (Red+Green+Blue) = 223+118+95=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF765F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF765F is #2089A0. Grayscale: #929292. Windows color (decimal): -2132385 or 6256351. OLE color: 6256351.
HSL color Cylindrical-coordinate representation of color #DF765F: hue angle of 10.78º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF765F is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 95 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.13 |
| HSL | 10.78º | 0.67% | 0.62% | - |
| HSV(B) | 10.78º | 0.57% | 0.87% | - |
| XYZ | 38.98 | 29.47 | 14.46 | - |
| YUV | 146.77 | 98.79 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 95 | 0 | 0.47 | 0.57 | 0.13 | 10.78 | 0.67 | 0.62 |
| Hex | DF | 76 | 5F | 0 | 2F | 39 | D | B | 43 | 3E |
| Octal | 337 | 166 | 137 | 0 | 57 | 71 | 15 | 13 | 103 | 76 |
| Binary | 11011111 | 1110110 | 1011111 | 0 | 101111 | 111001 | 1101 | 1011 | 1000011 | 111110 |
Color Harmonies of #DF765F
Complementary color
Monochromatic Colors of #DF765F
Black with #DF765F
Text Example
Text Example
White with #DF765F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF765F; }
p { color: rgb(223,118,95); }
H1.HeaderClassName
{
color: #DF765F;
}
.AnyTagClassName
{
color: #DF765F;
}
</style>
background-color css
<style>
a { background-color: #DF765F; }
a { background-color: rgb(223,118,95); }
div.DivClassName
{
background-color: #DF765F;
}
.BgClassName
{
background-color: #DF765F;
}
</style>
border-color css
<style>
span { border-color: #DF765F; }
span { border-color: rgb(223,118,95); }
td.TdClassName
{
border-color: #DF765F;
}
.TagClassName
{
border-color: #DF765F;
}
</style>