#DE7768

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

Shades of Terra Cotta #DE7768

Tints of Terra Cotta #DE7768

Color information

#DE7768 (or 0xDE7768) is unknown color: approx Terra Cotta. HEX triplet: DE, 77 and 68. RGB value is (222,119,104). Sum of RGB (Red+Green+Blue) = 222+119+104=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7768 is #218897. Grayscale: #949494. Windows color (decimal): -2197656 or 6846430. OLE color: 6846430.

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

Color convert

RGB222119104-
CMYK00.460.530.13
HSL7.63º64.13%63.92%-
HSV(B)7.63º53.15%87.06%-
XYZ39.2229.7216.77-
YUV148.09103.12180.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.89%
GREEN value IS 119 (46.88% from 255) = 26.74%
BLUE value IS 104 (41.02% from 255) = 23.37%
R=49.89%
G=26.74%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211910400.460.530.137.6364.1363.92
HexDE776802E35D84040
Octal336167150056651510100100
Binary110111101110111110100001011101101011101100010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7768; }

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

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

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

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

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

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

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

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