Shades of Terra Cotta #DF7C65
Tints of Terra Cotta #DF7C65
RGB
CMYK
RGB Variations
Color information
#DF7C65 (or 0xDF7C65) is known color: Terra Cotta. HEX triplet: DF, 7C and 65. RGB value is (223,124,101). Sum of RGB (Red+Green+Blue) = 223+124+101=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7C65 is #20839A. Grayscale: #979797. Windows color (decimal): -2130843 or 6651103. OLE color: 6651103.
HSL color Cylindrical-coordinate representation of color #DF7C65: hue angle of 11.31º 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 #DF7C65 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 101 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.13 |
| HSL | 11.31º | 0.66% | 0.64% | - |
| HSV(B) | 11.31º | 0.55% | 0.87% | - |
| XYZ | 39.99 | 31.04 | 16.2 | - |
| YUV | 150.98 | 99.8 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 101 | 0 | 0.44 | 0.55 | 0.13 | 11.31 | 0.66 | 0.64 |
| Hex | DF | 7C | 65 | 0 | 2C | 37 | D | B | 42 | 40 |
| Octal | 337 | 174 | 145 | 0 | 54 | 67 | 15 | 13 | 102 | 100 |
| Binary | 11011111 | 1111100 | 1100101 | 0 | 101100 | 110111 | 1101 | 1011 | 1000010 | 1000000 |
Color Harmonies of #DF7C65
Complementary color
Monochromatic Colors of #DF7C65
Black with #DF7C65
Text Example
Text Example
White with #DF7C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7C65; }
p { color: rgb(223,124,101); }
H1.HeaderClassName
{
color: #DF7C65;
}
.AnyTagClassName
{
color: #DF7C65;
}
</style>
background-color css
<style>
a { background-color: #DF7C65; }
a { background-color: rgb(223,124,101); }
div.DivClassName
{
background-color: #DF7C65;
}
.BgClassName
{
background-color: #DF7C65;
}
</style>
border-color css
<style>
span { border-color: #DF7C65; }
span { border-color: rgb(223,124,101); }
td.TdClassName
{
border-color: #DF7C65;
}
.TagClassName
{
border-color: #DF7C65;
}
</style>