#DA7057

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

Shades of Terra Cotta #DA7057

Tints of Terra Cotta #DA7057

Color information

#DA7057 (or 0xDA7057) is unknown color: approx Terra Cotta. HEX triplet: DA, 70 and 57. RGB value is (218,112,87). Sum of RGB (Red+Green+Blue) = 218+112+87=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 87 (34.38% from 255 or 20.86% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7057 is #258FA8. Grayscale: #8D8D8D. Windows color (decimal): -2461609 or 5730522. OLE color: 5730522.

HSL color Cylindrical-coordinate representation of color #DA7057: hue angle of 11.45º 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 #DA7057 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB21811287-
CMYK00.490.600.15
HSL11.45º63.9%59.8%-
HSV(B)11.45º60.09%85.49%-
XYZ36.4327.1812.34-
YUV140.8497.62183.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.28%
GREEN value IS 112 (44.14% from 255) = 26.86%
BLUE value IS 87 (34.38% from 255) = 20.86%
R=52.28%
G=26.86%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181128700.490.600.1511.4563.959.8
HexDA70570313CFb403c
Octal33216012706174171310074
Binary11011010111000010101110110001111100111110111000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7057; }

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

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

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

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

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

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

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

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