Shades of Terra Cotta #DE7E5E
Tints of Terra Cotta #DE7E5E
RGB
CMYK
RGB Variations
Color information
#DE7E5E (or 0xDE7E5E) is known color: Terra Cotta. HEX triplet: DE, 7E and 5E. RGB value is (222,126,94). Sum of RGB (Red+Green+Blue) = 222+126+94=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7E5E is #2181A1. Grayscale: #979797. Windows color (decimal): -2195874 or 6192862. OLE color: 6192862.
HSL color Cylindrical-coordinate representation of color #DE7E5E: hue angle of 15º 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 #DE7E5E is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 126 | 94 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.13 |
| HSL | 15º | 0.66% | 0.62% | - |
| HSV(B) | 15º | 0.58% | 0.87% | - |
| XYZ | 39.61 | 31.26 | 14.54 | - |
| YUV | 151.06 | 95.8 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 126 | 94 | 0 | 0.43 | 0.58 | 0.13 | 15 | 0.66 | 0.62 |
| Hex | DE | 7E | 5E | 0 | 2B | 3A | D | F | 42 | 3E |
| Octal | 336 | 176 | 136 | 0 | 53 | 72 | 15 | 17 | 102 | 76 |
| Binary | 11011110 | 1111110 | 1011110 | 0 | 101011 | 111010 | 1101 | 1111 | 1000010 | 111110 |
Color Harmonies of #DE7E5E
Complementary color
Monochromatic Colors of #DE7E5E
Black with #DE7E5E
Text Example
Text Example
White with #DE7E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7E5E; }
p { color: rgb(222,126,94); }
H1.HeaderClassName
{
color: #DE7E5E;
}
.AnyTagClassName
{
color: #DE7E5E;
}
</style>
background-color css
<style>
a { background-color: #DE7E5E; }
a { background-color: rgb(222,126,94); }
div.DivClassName
{
background-color: #DE7E5E;
}
.BgClassName
{
background-color: #DE7E5E;
}
</style>
border-color css
<style>
span { border-color: #DE7E5E; }
span { border-color: rgb(222,126,94); }
td.TdClassName
{
border-color: #DE7E5E;
}
.TagClassName
{
border-color: #DE7E5E;
}
</style>