Shades of Terra Cotta #DE6D5D
Tints of Terra Cotta #DE6D5D
RGB
CMYK
RGB Variations
Color information
#DE6D5D (or 0xDE6D5D) is known color: Terra Cotta. HEX triplet: DE, 6D and 5D. RGB value is (222,109,93). Sum of RGB (Red+Green+Blue) = 222+109+93=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6D5D is #2192A2. Grayscale: #8D8D8D. Windows color (decimal): -2200227 or 6122974. OLE color: 6122974.
HSL color Cylindrical-coordinate representation of color #DE6D5D: hue angle of 7.44º 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 #DE6D5D is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 109 | 93 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.13 |
| HSL | 7.44º | 0.66% | 0.62% | - |
| HSV(B) | 7.44º | 0.58% | 0.87% | - |
| XYZ | 37.57 | 27.26 | 13.64 | - |
| YUV | 140.96 | 100.94 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 109 | 93 | 0 | 0.51 | 0.58 | 0.13 | 7.44 | 0.66 | 0.62 |
| Hex | DE | 6D | 5D | 0 | 33 | 3A | D | 7 | 42 | 3E |
| Octal | 336 | 155 | 135 | 0 | 63 | 72 | 15 | 7 | 102 | 76 |
| Binary | 11011110 | 1101101 | 1011101 | 0 | 110011 | 111010 | 1101 | 111 | 1000010 | 111110 |
Color Harmonies of #DE6D5D
Complementary color
Monochromatic Colors of #DE6D5D
Black with #DE6D5D
Text Example
Text Example
White with #DE6D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6D5D; }
p { color: rgb(222,109,93); }
H1.HeaderClassName
{
color: #DE6D5D;
}
.AnyTagClassName
{
color: #DE6D5D;
}
</style>
background-color css
<style>
a { background-color: #DE6D5D; }
a { background-color: rgb(222,109,93); }
div.DivClassName
{
background-color: #DE6D5D;
}
.BgClassName
{
background-color: #DE6D5D;
}
</style>
border-color css
<style>
span { border-color: #DE6D5D; }
span { border-color: rgb(222,109,93); }
td.TdClassName
{
border-color: #DE6D5D;
}
.TagClassName
{
border-color: #DE6D5D;
}
</style>