#DE7867

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

Shades of Terra Cotta #DE7867

Tints of Terra Cotta #DE7867

Color information

#DE7867 (or 0xDE7867) is unknown color: approx Terra Cotta. HEX triplet: DE, 78 and 67. RGB value is (222,120,103). Sum of RGB (Red+Green+Blue) = 222+120+103=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 103 (40.62% from 255 or 23.15% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7867 is #218798. Grayscale: #949494. Windows color (decimal): -2197401 or 6781150. OLE color: 6781150.

HSL color Cylindrical-coordinate representation of color #DE7867: hue angle of 8.57º 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 #DE7867 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB222120103-
CMYK00.460.540.13
HSL8.57º64.32%63.73%-
HSV(B)8.57º53.6%87.06%-
XYZ39.2929.9416.54-
YUV148.56102.29180.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.89%
GREEN value IS 120 (47.27% from 255) = 26.97%
BLUE value IS 103 (40.62% from 255) = 23.15%
R=49.89%
G=26.97%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212010300.460.540.138.5764.3263.73
HexDE786702E36D94040
Octal336170147056661511100100
Binary110111101111000110011101011101101101101100110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7867; }

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

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

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

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

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

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

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

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