#DA7760

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

Shades of Terra Cotta #DA7760

Tints of Terra Cotta #DA7760

Color information

#DA7760 (or 0xDA7760) is unknown color: approx Terra Cotta. HEX triplet: DA, 77 and 60. RGB value is (218,119,96). Sum of RGB (Red+Green+Blue) = 218+119+96=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7760 is #25889F. Grayscale: #929292. Windows color (decimal): -2459808 or 6322138. OLE color: 6322138.

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

Color convert

RGB21811996-
CMYK00.450.560.15
HSL11.31º62.24%61.57%-
HSV(B)11.31º55.96%85.49%-
XYZ37.6228.9414.67-
YUV145.9899.8179.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.35%
GREEN value IS 119 (46.88% from 255) = 27.48%
BLUE value IS 96 (37.89% from 255) = 22.17%
R=50.35%
G=27.48%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181199600.450.560.1511.3162.2461.57
HexDA776002D38Fb3e3e
Octal3321671400557017137676
Binary1101101011101111100000010110111100011111011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7760; }

 p { color: rgb(218,119,96); }

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

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

 a { background-color: rgb(218,119,96); }

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

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

 span { border-color: rgb(218,119,96); }

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