#DE7265

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

Shades of Terra Cotta #DE7265

Tints of Terra Cotta #DE7265

Color information

#DE7265 (or 0xDE7265) is unknown color: approx Terra Cotta. HEX triplet: DE, 72 and 65. RGB value is (222,114,101). Sum of RGB (Red+Green+Blue) = 222+114+101=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7265 is #218D9A. Grayscale: #909090. Windows color (decimal): -2198939 or 6648542. OLE color: 6648542.

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

Color convert

RGB222114101-
CMYK00.490.550.13
HSL6.45º64.71%63.33%-
HSV(B)6.45º54.5%87.06%-
XYZ38.4928.515.79-
YUV144.81103.28183.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.80%
GREEN value IS 114 (44.92% from 255) = 26.09%
BLUE value IS 101 (39.84% from 255) = 23.11%
R=50.80%
G=26.09%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211410100.490.550.136.4564.7163.33
HexDE726503137D6413f
Octal3361621450616715610177
Binary1101111011100101100101011000111011111011101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7265; }

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

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

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

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

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

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

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

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