Shades of Terra Cotta #DF7468
Tints of Terra Cotta #DF7468
RGB
CMYK
RGB Variations
Color information
#DF7468 (or 0xDF7468) is known color: Terra Cotta. HEX triplet: DF, 74 and 68. RGB value is (223,116,104). Sum of RGB (Red+Green+Blue) = 223+116+104=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7468 is #208B97. Grayscale: #929292. Windows color (decimal): -2132888 or 6845663. OLE color: 6845663.
HSL color Cylindrical-coordinate representation of color #DF7468: hue angle of 6.05º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF7468 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 104 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.13 |
| HSL | 6.05º | 0.65% | 0.64% | - |
| HSV(B) | 6.05º | 0.53% | 0.87% | - |
| XYZ | 39.18 | 29.18 | 16.66 | - |
| YUV | 146.63 | 103.95 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 104 | 0 | 0.48 | 0.53 | 0.13 | 6.05 | 0.65 | 0.64 |
| Hex | DF | 74 | 68 | 0 | 30 | 35 | D | 6 | 41 | 40 |
| Octal | 337 | 164 | 150 | 0 | 60 | 65 | 15 | 6 | 101 | 100 |
| Binary | 11011111 | 1110100 | 1101000 | 0 | 110000 | 110101 | 1101 | 110 | 1000001 | 1000000 |
Color Harmonies of #DF7468
Complementary color
Monochromatic Colors of #DF7468
Black with #DF7468
Text Example
Text Example
White with #DF7468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7468; }
p { color: rgb(223,116,104); }
H1.HeaderClassName
{
color: #DF7468;
}
.AnyTagClassName
{
color: #DF7468;
}
</style>
background-color css
<style>
a { background-color: #DF7468; }
a { background-color: rgb(223,116,104); }
div.DivClassName
{
background-color: #DF7468;
}
.BgClassName
{
background-color: #DF7468;
}
</style>
border-color css
<style>
span { border-color: #DF7468; }
span { border-color: rgb(223,116,104); }
td.TdClassName
{
border-color: #DF7468;
}
.TagClassName
{
border-color: #DF7468;
}
</style>