#DE7061

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

Shades of Terra Cotta #DE7061

Tints of Terra Cotta #DE7061

Color information

#DE7061 (or 0xDE7061) is unknown color: approx Terra Cotta. HEX triplet: DE, 70 and 61. RGB value is (222,112,97). Sum of RGB (Red+Green+Blue) = 222+112+97=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7061 is #218F9E. Grayscale: #8F8F8F. Windows color (decimal): -2199455 or 6385886. OLE color: 6385886.

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

Color convert

RGB22211297-
CMYK00.500.560.13
HSL7.2º65.45%62.55%-
HSV(B)7.2º56.31%87.06%-
XYZ38.0827.9814.7-
YUV143.18101.94184.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.51%
GREEN value IS 112 (44.14% from 255) = 25.99%
BLUE value IS 97 (38.28% from 255) = 22.51%
R=51.51%
G=25.99%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221129700.500.560.137.265.4562.55
HexDE706103238D7413f
Octal3361601410627015710177
Binary1101111011100001100001011001011100011011111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7061; }

 p { color: rgb(222,112,97); }

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

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

 a { background-color: rgb(222,112,97); }

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

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

 span { border-color: rgb(222,112,97); }

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