#DE7666

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

Shades of Terra Cotta #DE7666

Tints of Terra Cotta #DE7666

Color information

#DE7666 (or 0xDE7666) is unknown color: approx Terra Cotta. HEX triplet: DE, 76 and 66. RGB value is (222,118,102). Sum of RGB (Red+Green+Blue) = 222+118+102=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7666 is #218999. Grayscale: #939393. Windows color (decimal): -2197914 or 6715102. OLE color: 6715102.

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

Color convert

RGB222118102-
CMYK00.470.540.13
HSL64.52%63.53%-
HSV(B)54.05%87.06%-
XYZ3929.4516.2-
YUV147.27102.46181.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.23%
GREEN value IS 118 (46.48% from 255) = 26.70%
BLUE value IS 102 (40.23% from 255) = 23.08%
R=50.23%
G=26.70%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211810200.470.540.13864.5263.53
HexDE766602F36D84140
Octal336166146057661510101100
Binary110111101110110110011001011111101101101100010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7666; }

 p { color: rgb(222,118,102); }

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

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

 a { background-color: rgb(222,118,102); }

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

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

 span { border-color: rgb(222,118,102); }

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