#de7e5f

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

Shades of Terra Cotta #DE7E5F

Tints of Terra Cotta #DE7E5F

Color information

#DE7E5F (or 0xDE7E5F) is unknown color: approx Terra Cotta. HEX triplet: DE, 7E and 5F. RGB value is (222,126,95). Sum of RGB (Red+Green+Blue) = 222+126+95=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7E5F is #2181A0. Grayscale: #979797. Windows color (decimal): -2195873 or 6258398. OLE color: 6258398.

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

Color convert

RGB22212695-
CMYK00.430.570.13
HSL14.65º65.8%62.16%-
HSV(B)14.65º57.21%87.06%-
XYZ39.6531.2814.77-
YUV151.1796.3178.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.11%
GREEN value IS 126 (49.61% from 255) = 28.44%
BLUE value IS 95 (37.5% from 255) = 21.44%
R=50.11%
G=28.44%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221269500.430.570.1314.6565.862.16
HexDE7E5F02B39Df423e
Octal33617613705371151710276
Binary11011110111111010111110101011111001110111111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de7e5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de7e5f; }

 p { color: rgb(222,126,95); }

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

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

 a { background-color: rgb(222,126,95); }

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

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

 span { border-color: rgb(222,126,95); }

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