#DE7157

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

Shades of Terra Cotta #DE7157

Tints of Terra Cotta #DE7157

Color information

#DE7157 (or 0xDE7157) is unknown color: approx Terra Cotta. HEX triplet: DE, 71 and 57. RGB value is (222,113,87). Sum of RGB (Red+Green+Blue) = 222+113+87=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7157 is #218EA8. Grayscale: #8E8E8E. Windows color (decimal): -2199209 or 5730782. OLE color: 5730782.

HSL color Cylindrical-coordinate representation of color #DE7157: hue angle of 11.56º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DE7157 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB22211387-
CMYK00.490.610.13
HSL11.56º67.16%60.59%-
HSV(B)11.56º60.81%87.06%-
XYZ37.7528.0312.44-
YUV142.6396.61184.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.61%
GREEN value IS 113 (44.53% from 255) = 26.78%
BLUE value IS 87 (34.38% from 255) = 20.62%
R=52.61%
G=26.78%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221138700.490.610.1311.5667.1660.59
HexDE71570313DDc433d
Octal33616112706175151410375
Binary11011110111000110101110110001111101110111001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7157; }

 p { color: rgb(222,113,87); }

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

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

 a { background-color: rgb(222,113,87); }

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

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

 span { border-color: rgb(222,113,87); }

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