Shades of Terra Cotta #DE6E5D
Tints of Terra Cotta #DE6E5D
RGB
CMYK
RGB Variations
Color information
#DE6E5D (or 0xDE6E5D) is known color: Terra Cotta. HEX triplet: DE, 6E and 5D. RGB value is (222,110,93). Sum of RGB (Red+Green+Blue) = 222+110+93=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6E5D is #2191A2. Grayscale: #8D8D8D. Windows color (decimal): -2199971 or 6123230. OLE color: 6123230.
HSL color Cylindrical-coordinate representation of color #DE6E5D: hue angle of 7.91º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE6E5D is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 110 | 93 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.13 |
| HSL | 7.91º | 0.66% | 0.62% | - |
| HSV(B) | 7.91º | 0.58% | 0.87% | - |
| XYZ | 37.68 | 27.47 | 13.67 | - |
| YUV | 141.55 | 100.61 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 110 | 93 | 0 | 0.50 | 0.58 | 0.13 | 7.91 | 0.66 | 0.62 |
| Hex | DE | 6E | 5D | 0 | 32 | 3A | D | 8 | 42 | 3E |
| Octal | 336 | 156 | 135 | 0 | 62 | 72 | 15 | 10 | 102 | 76 |
| Binary | 11011110 | 1101110 | 1011101 | 0 | 110010 | 111010 | 1101 | 1000 | 1000010 | 111110 |
Color Harmonies of #DE6E5D
Complementary color
Monochromatic Colors of #DE6E5D
Black with #DE6E5D
Text Example
Text Example
White with #DE6E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6E5D; }
p { color: rgb(222,110,93); }
H1.HeaderClassName
{
color: #DE6E5D;
}
.AnyTagClassName
{
color: #DE6E5D;
}
</style>
background-color css
<style>
a { background-color: #DE6E5D; }
a { background-color: rgb(222,110,93); }
div.DivClassName
{
background-color: #DE6E5D;
}
.BgClassName
{
background-color: #DE6E5D;
}
</style>
border-color css
<style>
span { border-color: #DE6E5D; }
span { border-color: rgb(222,110,93); }
td.TdClassName
{
border-color: #DE6E5D;
}
.TagClassName
{
border-color: #DE6E5D;
}
</style>