#DE7464

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

Shades of Terra Cotta #DE7464

Tints of Terra Cotta #DE7464

Color information

#DE7464 (or 0xDE7464) is unknown color: approx Terra Cotta. HEX triplet: DE, 74 and 64. RGB value is (222,116,100). Sum of RGB (Red+Green+Blue) = 222+116+100=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7464 is #218B9B. Grayscale: #929292. Windows color (decimal): -2198428 or 6583518. OLE color: 6583518.

HSL color Cylindrical-coordinate representation of color #DE7464: hue angle of 7.87º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DE7464 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB222116100-
CMYK00.480.550.13
HSL7.87º64.89%63.14%-
HSV(B)7.87º54.95%87.06%-
XYZ38.6728.9415.6-
YUV145.87102.12182.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.68%
GREEN value IS 116 (45.70% from 255) = 26.48%
BLUE value IS 100 (39.45% from 255) = 22.83%
R=50.68%
G=26.48%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211610000.480.550.137.8764.8963.14
HexDE746403037D8413f
Octal33616414406067151010177
Binary11011110111010011001000110000110111110110001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7464; }

 p { color: rgb(222,116,100); }

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

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

 a { background-color: rgb(222,116,100); }

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

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

 span { border-color: rgb(222,116,100); }

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