#DA7160

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

Shades of Terra Cotta #DA7160

Tints of Terra Cotta #DA7160

Color information

#DA7160 (or 0xDA7160) is unknown color: approx Terra Cotta. HEX triplet: DA, 71 and 60. RGB value is (218,113,96). Sum of RGB (Red+Green+Blue) = 218+113+96=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7160 is #258E9F. Grayscale: #8E8E8E. Windows color (decimal): -2461344 or 6320602. OLE color: 6320602.

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

Color convert

RGB21811396-
CMYK00.480.560.15
HSL8.36º62.24%61.57%-
HSV(B)8.36º55.96%85.49%-
XYZ36.9327.5614.44-
YUV142.46101.79181.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.05%
GREEN value IS 113 (44.53% from 255) = 26.46%
BLUE value IS 96 (37.89% from 255) = 22.48%
R=51.05%
G=26.46%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181139600.480.560.158.3662.2461.57
HexDA716003038F83e3e
Octal3321611400607017107676
Binary1101101011100011100000011000011100011111000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7160; }

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

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

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

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

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

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

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

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