Shades of Terra Cotta #DE7268
Tints of Terra Cotta #DE7268
RGB
CMYK
RGB Variations
Color information
#DE7268 (or 0xDE7268) is known color: Terra Cotta. HEX triplet: DE, 72 and 68. RGB value is (222,114,104). Sum of RGB (Red+Green+Blue) = 222+114+104=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7268 is #218D97. Grayscale: #919191. Windows color (decimal): -2198936 or 6845150. OLE color: 6845150.
HSL color Cylindrical-coordinate representation of color #DE7268: hue angle of 5.08º degrees, saturation: 0.64, 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 #DE7268 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 114 | 104 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.13 |
| HSL | 5.08º | 0.64% | 0.64% | - |
| HSV(B) | 5.08º | 0.53% | 0.87% | - |
| XYZ | 38.64 | 28.56 | 16.57 | - |
| YUV | 145.15 | 104.78 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 114 | 104 | 0 | 0.49 | 0.53 | 0.13 | 5.08 | 0.64 | 0.64 |
| Hex | DE | 72 | 68 | 0 | 31 | 35 | D | 5 | 40 | 40 |
| Octal | 336 | 162 | 150 | 0 | 61 | 65 | 15 | 5 | 100 | 100 |
| Binary | 11011110 | 1110010 | 1101000 | 0 | 110001 | 110101 | 1101 | 101 | 1000000 | 1000000 |
Color Harmonies of #DE7268
Complementary color
Monochromatic Colors of #DE7268
Black with #DE7268
Text Example
Text Example
White with #DE7268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7268; }
p { color: rgb(222,114,104); }
H1.HeaderClassName
{
color: #DE7268;
}
.AnyTagClassName
{
color: #DE7268;
}
</style>
background-color css
<style>
a { background-color: #DE7268; }
a { background-color: rgb(222,114,104); }
div.DivClassName
{
background-color: #DE7268;
}
.BgClassName
{
background-color: #DE7268;
}
</style>
border-color css
<style>
span { border-color: #DE7268; }
span { border-color: rgb(222,114,104); }
td.TdClassName
{
border-color: #DE7268;
}
.TagClassName
{
border-color: #DE7268;
}
</style>