#DE6E68

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

Shades of Terra Cotta #DE6E68

Tints of Terra Cotta #DE6E68

Color information

#DE6E68 (or 0xDE6E68) is unknown color: approx Terra Cotta. HEX triplet: DE, 6E and 68. RGB value is (222,110,104). Sum of RGB (Red+Green+Blue) = 222+110+104=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6E68 is #219197. Grayscale: #8E8E8E. Windows color (decimal): -2199960 or 6844126. OLE color: 6844126.

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

Color convert

RGB222110104-
CMYK00.500.530.13
HSL3.05º64.13%63.92%-
HSV(B)3.05º53.15%87.06%-
XYZ38.227.6816.43-
YUV142.8106.11184.49-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.92%
GREEN value IS 110 (43.36% from 255) = 25.23%
BLUE value IS 104 (41.02% from 255) = 23.85%
R=50.92%
G=25.23%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211010400.500.530.133.0564.1363.92
HexDE6E6803235D34040
Octal33615615006265153100100
Binary1101111011011101101000011001011010111011110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6E68; }

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

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

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

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

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

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

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

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