Shades of Terra Cotta #DE6E5E
Tints of Terra Cotta #DE6E5E
RGB
CMYK
RGB Variations
Color information
#DE6E5E (or 0xDE6E5E) is known color: Terra Cotta. HEX triplet: DE, 6E and 5E. RGB value is (222,110,94). Sum of RGB (Red+Green+Blue) = 222+110+94=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6E5E is #2191A1. Grayscale: #8D8D8D. Windows color (decimal): -2199970 or 6188766. OLE color: 6188766.
HSL color Cylindrical-coordinate representation of color #DE6E5E: hue angle of 7.5º 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 #DE6E5E is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 110 | 94 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.13 |
| HSL | 7.5º | 0.66% | 0.62% | - |
| HSV(B) | 7.5º | 0.58% | 0.87% | - |
| XYZ | 37.72 | 27.49 | 13.91 | - |
| YUV | 141.66 | 101.11 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 110 | 94 | 0 | 0.50 | 0.58 | 0.13 | 7.5 | 0.66 | 0.62 |
| Hex | DE | 6E | 5E | 0 | 32 | 3A | D | 8 | 42 | 3E |
| Octal | 336 | 156 | 136 | 0 | 62 | 72 | 15 | 10 | 102 | 76 |
| Binary | 11011110 | 1101110 | 1011110 | 0 | 110010 | 111010 | 1101 | 1000 | 1000010 | 111110 |
Color Harmonies of #DE6E5E
Complementary color
Monochromatic Colors of #DE6E5E
Black with #DE6E5E
Text Example
Text Example
White with #DE6E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6E5E; }
p { color: rgb(222,110,94); }
H1.HeaderClassName
{
color: #DE6E5E;
}
.AnyTagClassName
{
color: #DE6E5E;
}
</style>
background-color css
<style>
a { background-color: #DE6E5E; }
a { background-color: rgb(222,110,94); }
div.DivClassName
{
background-color: #DE6E5E;
}
.BgClassName
{
background-color: #DE6E5E;
}
</style>
border-color css
<style>
span { border-color: #DE6E5E; }
span { border-color: rgb(222,110,94); }
td.TdClassName
{
border-color: #DE6E5E;
}
.TagClassName
{
border-color: #DE6E5E;
}
</style>