#DA7864

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

Shades of Terra Cotta #DA7864

Tints of Terra Cotta #DA7864

Color information

#DA7864 (or 0xDA7864) is unknown color: approx Terra Cotta. HEX triplet: DA, 78 and 64. RGB value is (218,120,100). Sum of RGB (Red+Green+Blue) = 218+120+100=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7864 is #25879B. Grayscale: #939393. Windows color (decimal): -2459548 or 6584538. OLE color: 6584538.

HSL color Cylindrical-coordinate representation of color #DA7864: hue angle of 10.17º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA7864 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB218120100-
CMYK00.450.540.15
HSL10.17º61.46%62.35%-
HSV(B)10.17º54.13%85.49%-
XYZ37.9329.2615.7-
YUV147.02101.47178.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.77%
GREEN value IS 120 (47.27% from 255) = 27.40%
BLUE value IS 100 (39.45% from 255) = 22.83%
R=49.77%
G=27.40%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812010000.450.540.1510.1761.4662.35
HexDA786402D36Fa3d3e
Octal3321701440556617127576
Binary1101101011110001100100010110111011011111010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7864; }

 p { color: rgb(218,120,100); }

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

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

 a { background-color: rgb(218,120,100); }

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

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

 span { border-color: rgb(218,120,100); }

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