Shades of Terra Cotta #DF7D65
Tints of Terra Cotta #DF7D65
RGB
CMYK
RGB Variations
Color information
#DF7D65 (or 0xDF7D65) is known color: Terra Cotta. HEX triplet: DF, 7D and 65. RGB value is (223,125,101). Sum of RGB (Red+Green+Blue) = 223+125+101=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7D65 is #20829A. Grayscale: #979797. Windows color (decimal): -2130587 or 6651359. OLE color: 6651359.
HSL color Cylindrical-coordinate representation of color #DF7D65: hue angle of 11.8º 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 #DF7D65 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 101 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.13 |
| HSL | 11.8º | 0.66% | 0.64% | - |
| HSV(B) | 11.8º | 0.55% | 0.87% | - |
| XYZ | 40.11 | 31.29 | 16.24 | - |
| YUV | 151.57 | 99.47 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 101 | 0 | 0.44 | 0.55 | 0.13 | 11.8 | 0.66 | 0.64 |
| Hex | DF | 7D | 65 | 0 | 2C | 37 | D | C | 42 | 40 |
| Octal | 337 | 175 | 145 | 0 | 54 | 67 | 15 | 14 | 102 | 100 |
| Binary | 11011111 | 1111101 | 1100101 | 0 | 101100 | 110111 | 1101 | 1100 | 1000010 | 1000000 |
Color Harmonies of #DF7D65
Complementary color
Monochromatic Colors of #DF7D65
Black with #DF7D65
Text Example
Text Example
White with #DF7D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7D65; }
p { color: rgb(223,125,101); }
H1.HeaderClassName
{
color: #DF7D65;
}
.AnyTagClassName
{
color: #DF7D65;
}
</style>
background-color css
<style>
a { background-color: #DF7D65; }
a { background-color: rgb(223,125,101); }
div.DivClassName
{
background-color: #DF7D65;
}
.BgClassName
{
background-color: #DF7D65;
}
</style>
border-color css
<style>
span { border-color: #DF7D65; }
span { border-color: rgb(223,125,101); }
td.TdClassName
{
border-color: #DF7D65;
}
.TagClassName
{
border-color: #DF7D65;
}
</style>