Shades of Terra Cotta #DF7A64
Tints of Terra Cotta #DF7A64
RGB
CMYK
RGB Variations
Color information
#DF7A64 (or 0xDF7A64) is known color: Terra Cotta. HEX triplet: DF, 7A and 64. RGB value is (223,122,100). Sum of RGB (Red+Green+Blue) = 223+122+100=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7A64 is #20859B. Grayscale: #959595. Windows color (decimal): -2131356 or 6585055. OLE color: 6585055.
HSL color Cylindrical-coordinate representation of color #DF7A64: hue angle of 10.73º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF7A64 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 100 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.13 |
| HSL | 10.73º | 0.66% | 0.63% | - |
| HSV(B) | 10.73º | 0.55% | 0.87% | - |
| XYZ | 39.69 | 30.53 | 15.86 | - |
| YUV | 149.69 | 99.96 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 100 | 0 | 0.45 | 0.55 | 0.13 | 10.73 | 0.66 | 0.63 |
| Hex | DF | 7A | 64 | 0 | 2D | 37 | D | B | 42 | 3F |
| Octal | 337 | 172 | 144 | 0 | 55 | 67 | 15 | 13 | 102 | 77 |
| Binary | 11011111 | 1111010 | 1100100 | 0 | 101101 | 110111 | 1101 | 1011 | 1000010 | 111111 |
Color Harmonies of #DF7A64
Complementary color
Monochromatic Colors of #DF7A64
Black with #DF7A64
Text Example
Text Example
White with #DF7A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7A64; }
p { color: rgb(223,122,100); }
H1.HeaderClassName
{
color: #DF7A64;
}
.AnyTagClassName
{
color: #DF7A64;
}
</style>
background-color css
<style>
a { background-color: #DF7A64; }
a { background-color: rgb(223,122,100); }
div.DivClassName
{
background-color: #DF7A64;
}
.BgClassName
{
background-color: #DF7A64;
}
</style>
border-color css
<style>
span { border-color: #DF7A64; }
span { border-color: rgb(223,122,100); }
td.TdClassName
{
border-color: #DF7A64;
}
.TagClassName
{
border-color: #DF7A64;
}
</style>