#DE7661

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

Shades of Terra Cotta #DE7661

Tints of Terra Cotta #DE7661

Color information

#DE7661 (or 0xDE7661) is unknown color: approx Terra Cotta. HEX triplet: DE, 76 and 61. RGB value is (222,118,97). Sum of RGB (Red+Green+Blue) = 222+118+97=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7661 is #21899E. Grayscale: #929292. Windows color (decimal): -2197919 or 6387422. OLE color: 6387422.

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

Color convert

RGB22211897-
CMYK00.470.560.13
HSL10.08º65.45%62.55%-
HSV(B)10.08º56.31%87.06%-
XYZ38.7629.3514.93-
YUV146.799.96181.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.80%
GREEN value IS 118 (46.48% from 255) = 27.00%
BLUE value IS 97 (38.28% from 255) = 22.20%
R=50.80%
G=27.00%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221189700.470.560.1310.0865.4562.55
HexDE766102F38Da413f
Octal33616614105770151210177
Binary11011110111011011000010101111111000110110101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7661; }

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

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

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

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

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

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

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

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