#DE7067

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

Shades of Terra Cotta #DE7067

Tints of Terra Cotta #DE7067

Color information

#DE7067 (or 0xDE7067) is unknown color: approx Terra Cotta. HEX triplet: DE, 70 and 67. RGB value is (222,112,103). Sum of RGB (Red+Green+Blue) = 222+112+103=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7067 is #218F98. Grayscale: #909090. Windows color (decimal): -2199449 or 6779102. OLE color: 6779102.

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

Color convert

RGB222112103-
CMYK00.500.540.13
HSL4.54º64.32%63.73%-
HSV(B)4.54º53.6%87.06%-
XYZ38.3728.116.23-
YUV143.86104.94183.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.80%
GREEN value IS 112 (44.14% from 255) = 25.63%
BLUE value IS 103 (40.62% from 255) = 23.57%
R=50.80%
G=25.63%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211210300.500.540.134.5464.3263.73
HexDE706703236D54040
Octal33616014706266155100100
Binary11011110111000011001110110010110110110110110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7067; }

 p { color: rgb(222,112,103); }

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

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

 a { background-color: rgb(222,112,103); }

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

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

 span { border-color: rgb(222,112,103); }

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