Shades of Terra Cotta #DF7165
Tints of Terra Cotta #DF7165
RGB
CMYK
RGB Variations
Color information
#DF7165 (or 0xDF7165) is known color: Terra Cotta. HEX triplet: DF, 71 and 65. RGB value is (223,113,101). Sum of RGB (Red+Green+Blue) = 223+113+101=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7165 is #208E9A. Grayscale: #909090. Windows color (decimal): -2133659 or 6648287. OLE color: 6648287.
HSL color Cylindrical-coordinate representation of color #DF7165: hue angle of 5.9º 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 #DF7165 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 101 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.13 |
| HSL | 5.9º | 0.66% | 0.64% | - |
| HSV(B) | 5.9º | 0.55% | 0.87% | - |
| XYZ | 38.69 | 28.44 | 15.76 | - |
| YUV | 144.52 | 103.44 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 101 | 0 | 0.49 | 0.55 | 0.13 | 5.9 | 0.66 | 0.64 |
| Hex | DF | 71 | 65 | 0 | 31 | 37 | D | 6 | 42 | 40 |
| Octal | 337 | 161 | 145 | 0 | 61 | 67 | 15 | 6 | 102 | 100 |
| Binary | 11011111 | 1110001 | 1100101 | 0 | 110001 | 110111 | 1101 | 110 | 1000010 | 1000000 |
Color Harmonies of #DF7165
Complementary color
Monochromatic Colors of #DF7165
Black with #DF7165
Text Example
Text Example
White with #DF7165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7165; }
p { color: rgb(223,113,101); }
H1.HeaderClassName
{
color: #DF7165;
}
.AnyTagClassName
{
color: #DF7165;
}
</style>
background-color css
<style>
a { background-color: #DF7165; }
a { background-color: rgb(223,113,101); }
div.DivClassName
{
background-color: #DF7165;
}
.BgClassName
{
background-color: #DF7165;
}
</style>
border-color css
<style>
span { border-color: #DF7165; }
span { border-color: rgb(223,113,101); }
td.TdClassName
{
border-color: #DF7165;
}
.TagClassName
{
border-color: #DF7165;
}
</style>