#DE7565

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

Shades of Terra Cotta #DE7565

Tints of Terra Cotta #DE7565

Color information

#DE7565 (or 0xDE7565) is unknown color: approx Terra Cotta. HEX triplet: DE, 75 and 65. RGB value is (222,117,101). Sum of RGB (Red+Green+Blue) = 222+117+101=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 101 (39.84% from 255 or 22.95% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7565 is #218A9A. Grayscale: #929292. Windows color (decimal): -2198171 or 6649310. OLE color: 6649310.

HSL color Cylindrical-coordinate representation of color #DE7565: hue angle of 7.93º 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 #DE7565 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB222117101-
CMYK00.470.550.13
HSL7.93º64.71%63.33%-
HSV(B)7.93º54.5%87.06%-
XYZ38.8329.1915.9-
YUV146.57102.29181.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.45%
GREEN value IS 117 (46.09% from 255) = 26.59%
BLUE value IS 101 (39.84% from 255) = 22.95%
R=50.45%
G=26.59%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211710100.470.550.137.9364.7163.33
HexDE756502F37D8413f
Octal33616514505767151010177
Binary11011110111010111001010101111110111110110001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7565; }

 p { color: rgb(222,117,101); }

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

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

 a { background-color: rgb(222,117,101); }

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

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

 span { border-color: rgb(222,117,101); }

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