Shades of Terra Cotta #DF7265
Tints of Terra Cotta #DF7265
RGB
CMYK
RGB Variations
Color information
#DF7265 (or 0xDF7265) is known color: Terra Cotta. HEX triplet: DF, 72 and 65. RGB value is (223,114,101). Sum of RGB (Red+Green+Blue) = 223+114+101=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7265 is #208D9A. Grayscale: #919191. Windows color (decimal): -2133403 or 6648543. OLE color: 6648543.
HSL color Cylindrical-coordinate representation of color #DF7265: hue angle of 6.39º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF7265 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 101 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.13 |
| HSL | 6.39º | 0.66% | 0.64% | - |
| HSV(B) | 6.39º | 0.55% | 0.87% | - |
| XYZ | 38.8 | 28.66 | 15.8 | - |
| YUV | 145.11 | 103.11 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 101 | 0 | 0.49 | 0.55 | 0.13 | 6.39 | 0.66 | 0.64 |
| Hex | DF | 72 | 65 | 0 | 31 | 37 | D | 6 | 42 | 40 |
| Octal | 337 | 162 | 145 | 0 | 61 | 67 | 15 | 6 | 102 | 100 |
| Binary | 11011111 | 1110010 | 1100101 | 0 | 110001 | 110111 | 1101 | 110 | 1000010 | 1000000 |
Color Harmonies of #DF7265
Complementary color
Monochromatic Colors of #DF7265
Black with #DF7265
Text Example
Text Example
White with #DF7265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7265; }
p { color: rgb(223,114,101); }
H1.HeaderClassName
{
color: #DF7265;
}
.AnyTagClassName
{
color: #DF7265;
}
</style>
background-color css
<style>
a { background-color: #DF7265; }
a { background-color: rgb(223,114,101); }
div.DivClassName
{
background-color: #DF7265;
}
.BgClassName
{
background-color: #DF7265;
}
</style>
border-color css
<style>
span { border-color: #DF7265; }
span { border-color: rgb(223,114,101); }
td.TdClassName
{
border-color: #DF7265;
}
.TagClassName
{
border-color: #DF7265;
}
</style>