#DE785D

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

Shades of Terra Cotta #DE785D

Tints of Terra Cotta #DE785D

Color information

#DE785D (or 0xDE785D) is unknown color: approx Terra Cotta. HEX triplet: DE, 78 and 5D. RGB value is (222,120,93). Sum of RGB (Red+Green+Blue) = 222+120+93=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DE785D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE785D is #2187A2. Grayscale: #939393. Windows color (decimal): -2197411 or 6125790. OLE color: 6125790.

HSL color Cylindrical-coordinate representation of color #DE785D: hue angle of 12.56º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE785D is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB22212093-
CMYK00.460.580.13
HSL12.56º66.15%61.76%-
HSV(B)12.56º58.11%87.06%-
XYZ38.8229.7514.05-
YUV147.4297.29181.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.03%
GREEN value IS 120 (47.27% from 255) = 27.59%
BLUE value IS 93 (36.72% from 255) = 21.38%
R=51.03%
G=27.59%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221209300.460.580.1312.5666.1561.76
HexDE785D02E3ADd423e
Octal33617013505672151510276
Binary11011110111100010111010101110111010110111011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE785D; }

 p { color: rgb(222,120,93); }

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

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

 a { background-color: rgb(222,120,93); }

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

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

 span { border-color: rgb(222,120,93); }

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