#DE745D

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

Shades of Terra Cotta #DE745D

Tints of Terra Cotta #DE745D

Color information

#DE745D (or 0xDE745D) is unknown color: approx Terra Cotta. HEX triplet: DE, 74 and 5D. RGB value is (222,116,93). Sum of RGB (Red+Green+Blue) = 222+116+93=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE745D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE745D is #218BA2. Grayscale: #919191. Windows color (decimal): -2198435 or 6124766. OLE color: 6124766.

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

Color convert

RGB22211693-
CMYK00.480.580.13
HSL10.7º66.15%61.76%-
HSV(B)10.7º58.11%87.06%-
XYZ38.3528.8113.9-
YUV145.0798.62182.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.51%
GREEN value IS 116 (45.70% from 255) = 26.91%
BLUE value IS 93 (36.72% from 255) = 21.58%
R=51.51%
G=26.91%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221169300.480.580.1310.766.1561.76
HexDE745D0303ADb423e
Octal33616413506072151310276
Binary11011110111010010111010110000111010110110111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE745D; }

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

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

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

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

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

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

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

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