#DA7957

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

Shades of Terra Cotta #DA7957

Tints of Terra Cotta #DA7957

Color information

#DA7957 (or 0xDA7957) is unknown color: approx Terra Cotta. HEX triplet: DA, 79 and 57. RGB value is (218,121,87). Sum of RGB (Red+Green+Blue) = 218+121+87=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 87 (34.38% from 255 or 20.42% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7957 is #2586A8. Grayscale: #929292. Windows color (decimal): -2459305 or 5732826. OLE color: 5732826.

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

Color convert

RGB21812187-
CMYK00.440.600.15
HSL15.57º63.9%59.8%-
HSV(B)15.57º60.09%85.49%-
XYZ37.4729.2712.69-
YUV146.1394.64179.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.17%
GREEN value IS 121 (47.66% from 255) = 28.40%
BLUE value IS 87 (34.38% from 255) = 20.42%
R=51.17%
G=28.40%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181218700.440.600.1515.5763.959.8
HexDA795702C3CF10403c
Octal33217112705474172010074
Binary110110101111001101011101011001111001111100001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7957; }

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

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

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

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

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

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

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

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