#DE7160

Color #DE7160 Terra Cotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Terra Cotta #DE7160

Tints of Terra Cotta #DE7160

Color information

#DE7160 (or 0xDE7160) is unknown color: approx Terra Cotta. HEX triplet: DE, 71 and 60. RGB value is (222,113,96). Sum of RGB (Red+Green+Blue) = 222+113+96=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7160 is #218E9F. Grayscale: #8F8F8F. Windows color (decimal): -2199200 or 6320606. OLE color: 6320606.

HSL color Cylindrical-coordinate representation of color #DE7160: hue angle of 8.1º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DE7160 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB22211396-
CMYK00.490.570.13
HSL8.1º65.62%62.35%-
HSV(B)8.1º56.76%87.06%-
XYZ38.1428.1814.5-
YUV143.65101.11183.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 51.51%
GREEN value IS 113 (44.53% from 255) = 26.22%
BLUE value IS 96 (37.89% from 255) = 22.27%
R=51.51%
G=26.22%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221139600.490.570.138.165.6262.35
HexDE716003139D8423e
Octal33616114006171151010276
Binary11011110111000111000000110001111001110110001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7160; }

 p { color: rgb(222,113,96); }

 H1.HeaderClassName
 {
   color: #DE7160;
 }
 .AnyTagClassName
 {
   color: #DE7160;
 }
</style>
background-color css

<style>
 a { background-color: #DE7160; }

 a { background-color: rgb(222,113,96); }

 div.DivClassName
 {
   background-color: #DE7160;
 }
 .BgClassName
 {
   background-color: #DE7160;
 }
</style>
border-color css

<style>
 span { border-color: #DE7160; }

 span { border-color: rgb(222,113,96); }

 td.TdClassName
 {
   border-color: #DE7160;
 }
 .TagClassName
 {
   border-color: #DE7160;
 }
</style>