Shades of Terra Cotta #DE7D5D
Tints of Terra Cotta #DE7D5D
RGB
CMYK
RGB Variations
Color information
#DE7D5D (or 0xDE7D5D) is known color: Terra Cotta. HEX triplet: DE, 7D and 5D. RGB value is (222,125,93). Sum of RGB (Red+Green+Blue) = 222+125+93=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7D5D is #2182A2. Grayscale: #969696. Windows color (decimal): -2196131 or 6127070. OLE color: 6127070.
HSL color Cylindrical-coordinate representation of color #DE7D5D: hue angle of 14.88º 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 #DE7D5D is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 125 | 93 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.13 |
| HSL | 14.88º | 0.66% | 0.62% | - |
| HSV(B) | 14.88º | 0.58% | 0.87% | - |
| XYZ | 39.43 | 30.99 | 14.26 | - |
| YUV | 150.36 | 95.64 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 125 | 93 | 0 | 0.44 | 0.58 | 0.13 | 14.88 | 0.66 | 0.62 |
| Hex | DE | 7D | 5D | 0 | 2C | 3A | D | F | 42 | 3E |
| Octal | 336 | 175 | 135 | 0 | 54 | 72 | 15 | 17 | 102 | 76 |
| Binary | 11011110 | 1111101 | 1011101 | 0 | 101100 | 111010 | 1101 | 1111 | 1000010 | 111110 |
Color Harmonies of #DE7D5D
Complementary color
Monochromatic Colors of #DE7D5D
Black with #DE7D5D
Text Example
Text Example
White with #DE7D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7D5D; }
p { color: rgb(222,125,93); }
H1.HeaderClassName
{
color: #DE7D5D;
}
.AnyTagClassName
{
color: #DE7D5D;
}
</style>
background-color css
<style>
a { background-color: #DE7D5D; }
a { background-color: rgb(222,125,93); }
div.DivClassName
{
background-color: #DE7D5D;
}
.BgClassName
{
background-color: #DE7D5D;
}
</style>
border-color css
<style>
span { border-color: #DE7D5D; }
span { border-color: rgb(222,125,93); }
td.TdClassName
{
border-color: #DE7D5D;
}
.TagClassName
{
border-color: #DE7D5D;
}
</style>