#DE7168

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

Shades of Terra Cotta #DE7168

Tints of Terra Cotta #DE7168

Color information

#DE7168 (or 0xDE7168) is unknown color: approx Terra Cotta. HEX triplet: DE, 71 and 68. RGB value is (222,113,104). Sum of RGB (Red+Green+Blue) = 222+113+104=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7168 is #218E97. Grayscale: #909090. Windows color (decimal): -2199192 or 6844894. OLE color: 6844894.

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

Color convert

RGB222113104-
CMYK00.490.530.13
HSL4.58º64.13%63.92%-
HSV(B)4.58º53.15%87.06%-
XYZ38.5328.3416.54-
YUV144.56105.11183.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.57%
GREEN value IS 113 (44.53% from 255) = 25.74%
BLUE value IS 104 (41.02% from 255) = 23.69%
R=50.57%
G=25.74%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211310400.490.530.134.5864.1363.92
HexDE716803135D54040
Octal33616115006165155100100
Binary11011110111000111010000110001110101110110110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7168; }

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

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

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

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

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

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

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

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