Shades of Terra Cotta #DF7864
Tints of Terra Cotta #DF7864
RGB
CMYK
RGB Variations
Color information
#DF7864 (or 0xDF7864) is known color: Terra Cotta. HEX triplet: DF, 78 and 64. RGB value is (223,120,100). Sum of RGB (Red+Green+Blue) = 223+120+100=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7864 is #20879B. Grayscale: #949494. Windows color (decimal): -2131868 or 6584543. OLE color: 6584543.
HSL color Cylindrical-coordinate representation of color #DF7864: hue angle of 9.76º 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 #DF7864 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 100 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.13 |
| HSL | 9.76º | 0.66% | 0.63% | - |
| HSV(B) | 9.76º | 0.55% | 0.87% | - |
| XYZ | 39.45 | 30.04 | 15.78 | - |
| YUV | 148.52 | 100.62 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 100 | 0 | 0.46 | 0.55 | 0.13 | 9.76 | 0.66 | 0.63 |
| Hex | DF | 78 | 64 | 0 | 2E | 37 | D | A | 42 | 3F |
| Octal | 337 | 170 | 144 | 0 | 56 | 67 | 15 | 12 | 102 | 77 |
| Binary | 11011111 | 1111000 | 1100100 | 0 | 101110 | 110111 | 1101 | 1010 | 1000010 | 111111 |
Color Harmonies of #DF7864
Complementary color
Monochromatic Colors of #DF7864
Black with #DF7864
Text Example
Text Example
White with #DF7864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7864; }
p { color: rgb(223,120,100); }
H1.HeaderClassName
{
color: #DF7864;
}
.AnyTagClassName
{
color: #DF7864;
}
</style>
background-color css
<style>
a { background-color: #DF7864; }
a { background-color: rgb(223,120,100); }
div.DivClassName
{
background-color: #DF7864;
}
.BgClassName
{
background-color: #DF7864;
}
</style>
border-color css
<style>
span { border-color: #DF7864; }
span { border-color: rgb(223,120,100); }
td.TdClassName
{
border-color: #DF7864;
}
.TagClassName
{
border-color: #DF7864;
}
</style>