Shades of Terra Cotta #DF7465
Tints of Terra Cotta #DF7465
RGB
CMYK
RGB Variations
Color information
#DF7465 (or 0xDF7465) is known color: Terra Cotta. HEX triplet: DF, 74 and 65. RGB value is (223,116,101). Sum of RGB (Red+Green+Blue) = 223+116+101=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 101 (39.84% from 255 or 22.95% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7465 is #208B9A. Grayscale: #929292. Windows color (decimal): -2132891 or 6649055. OLE color: 6649055.
HSL color Cylindrical-coordinate representation of color #DF7465: hue angle of 7.38º 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 #DF7465 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 101 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.13 |
| HSL | 7.38º | 0.66% | 0.64% | - |
| HSV(B) | 7.38º | 0.55% | 0.87% | - |
| XYZ | 39.03 | 29.12 | 15.88 | - |
| YUV | 146.28 | 102.45 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 101 | 0 | 0.48 | 0.55 | 0.13 | 7.38 | 0.66 | 0.64 |
| Hex | DF | 74 | 65 | 0 | 30 | 37 | D | 7 | 42 | 40 |
| Octal | 337 | 164 | 145 | 0 | 60 | 67 | 15 | 7 | 102 | 100 |
| Binary | 11011111 | 1110100 | 1100101 | 0 | 110000 | 110111 | 1101 | 111 | 1000010 | 1000000 |
Color Harmonies of #DF7465
Complementary color
Monochromatic Colors of #DF7465
Black with #DF7465
Text Example
Text Example
White with #DF7465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7465; }
p { color: rgb(223,116,101); }
H1.HeaderClassName
{
color: #DF7465;
}
.AnyTagClassName
{
color: #DF7465;
}
</style>
background-color css
<style>
a { background-color: #DF7465; }
a { background-color: rgb(223,116,101); }
div.DivClassName
{
background-color: #DF7465;
}
.BgClassName
{
background-color: #DF7465;
}
</style>
border-color css
<style>
span { border-color: #DF7465; }
span { border-color: rgb(223,116,101); }
td.TdClassName
{
border-color: #DF7465;
}
.TagClassName
{
border-color: #DF7465;
}
</style>