#DA7757

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

Shades of Terra Cotta #DA7757

Tints of Terra Cotta #DA7757

Color information

#DA7757 (or 0xDA7757) is unknown color: approx Terra Cotta. HEX triplet: DA, 77 and 57. RGB value is (218,119,87). Sum of RGB (Red+Green+Blue) = 218+119+87=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 87 (34.38% from 255 or 20.52% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7757 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7757 is #2588A8. Grayscale: #919191. Windows color (decimal): -2459817 or 5732314. OLE color: 5732314.

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

Color convert

RGB21811987-
CMYK00.450.600.15
HSL14.66º63.9%59.8%-
HSV(B)14.66º60.09%85.49%-
XYZ37.2328.7912.61-
YUV144.9595.3180.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.42%
GREEN value IS 119 (46.88% from 255) = 28.07%
BLUE value IS 87 (34.38% from 255) = 20.52%
R=51.42%
G=28.07%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181198700.450.600.1514.6663.959.8
HexDA775702D3CFf403c
Octal33216712705574171710074
Binary11011010111011110101110101101111100111111111000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7757; }

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

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

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

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

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

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

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

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