#DE7C5C

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

Shades of Terra Cotta #DE7C5C

Tints of Terra Cotta #DE7C5C

Color information

#DE7C5C (or 0xDE7C5C) is unknown color: approx Terra Cotta. HEX triplet: DE, 7C and 5C. RGB value is (222,124,92). Sum of RGB (Red+Green+Blue) = 222+124+92=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7C5C is #2183A3. Grayscale: #959595. Windows color (decimal): -2196388 or 6061278. OLE color: 6061278.

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

Color convert

RGB22212492-
CMYK00.440.590.13
HSL14.77º66.33%61.57%-
HSV(B)14.77º58.56%87.06%-
XYZ39.2630.7213.98-
YUV149.6595.47179.6-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.68%
GREEN value IS 124 (48.83% from 255) = 28.31%
BLUE value IS 92 (36.33% from 255) = 21.00%
R=50.68%
G=28.31%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221249200.440.590.1314.7766.3361.57
HexDE7C5C02C3BDf423e
Octal33617413405473151710276
Binary11011110111110010111000101100111011110111111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7C5C; }

 p { color: rgb(222,124,92); }

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

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

 a { background-color: rgb(222,124,92); }

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

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

 span { border-color: rgb(222,124,92); }

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