#DA7963

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

Shades of Terra Cotta #DA7963

Tints of Terra Cotta #DA7963

Color information

#DA7963 (or 0xDA7963) is unknown color: approx Terra Cotta. HEX triplet: DA, 79 and 63. RGB value is (218,121,99). Sum of RGB (Red+Green+Blue) = 218+121+99=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 99 (39.06% from 255 or 22.60% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7963 is #25869C. Grayscale: #939393. Windows color (decimal): -2459293 or 6519258. OLE color: 6519258.

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

Color convert

RGB21812199-
CMYK00.440.550.15
HSL11.09º61.66%62.16%-
HSV(B)11.09º54.59%85.49%-
XYZ3829.4815.49-
YUV147.5100.64178.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.77%
GREEN value IS 121 (47.66% from 255) = 27.63%
BLUE value IS 99 (39.06% from 255) = 22.60%
R=49.77%
G=27.63%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181219900.440.550.1511.0961.6662.16
HexDA796302C37Fb3e3e
Octal3321711430546717137676
Binary1101101011110011100011010110011011111111011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7963; }

 p { color: rgb(218,121,99); }

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

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

 a { background-color: rgb(218,121,99); }

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

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

 span { border-color: rgb(218,121,99); }

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