#DE7669

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

Shades of Terra Cotta #DE7669

Tints of Terra Cotta #DE7669

Color information

#DE7669 (or 0xDE7669) is unknown color: approx Terra Cotta. HEX triplet: DE, 76 and 69. RGB value is (222,118,105). Sum of RGB (Red+Green+Blue) = 222+118+105=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 105 (41.41% from 255 or 23.60% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7669 is #218996. Grayscale: #939393. Windows color (decimal): -2197911 or 6911710. OLE color: 6911710.

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

Color convert

RGB222118105-
CMYK00.470.530.13
HSL6.67º63.93%64.12%-
HSV(B)6.67º52.7%87.06%-
XYZ39.1529.5117-
YUV147.61103.96181.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.89%
GREEN value IS 118 (46.48% from 255) = 26.52%
BLUE value IS 105 (41.41% from 255) = 23.60%
R=49.89%
G=26.52%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211810500.470.530.136.6763.9364.12
HexDE766902F35D74040
Octal33616615105765157100100
Binary11011110111011011010010101111110101110111110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7669; }

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

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

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

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

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

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

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

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