#de6e64

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

Shades of Terra Cotta #DE6E64

Tints of Terra Cotta #DE6E64

Color information

#DE6E64 (or 0xDE6E64) is unknown color: approx Terra Cotta. HEX triplet: DE, 6E and 64. RGB value is (222,110,100). Sum of RGB (Red+Green+Blue) = 222+110+100=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6E64 is #21919B. Grayscale: #8E8E8E. Windows color (decimal): -2199964 or 6581982. OLE color: 6581982.

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

Color convert

RGB222110100-
CMYK00.500.550.13
HSL4.92º64.89%63.14%-
HSV(B)4.92º54.95%87.06%-
XYZ3827.615.38-
YUV142.35104.11184.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.39%
GREEN value IS 110 (43.36% from 255) = 25.46%
BLUE value IS 100 (39.45% from 255) = 23.15%
R=51.39%
G=25.46%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211010000.500.550.134.9264.8963.14
HexDE6E6403237D5413f
Octal3361561440626715510177
Binary1101111011011101100100011001011011111011011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de6e64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de6e64; }

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

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

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

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

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

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

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

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