#DA7061

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

Shades of Terra Cotta #DA7061

Tints of Terra Cotta #DA7061

Color information

#DA7061 (or 0xDA7061) is unknown color: approx Terra Cotta. HEX triplet: DA, 70 and 61. RGB value is (218,112,97). Sum of RGB (Red+Green+Blue) = 218+112+97=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7061 is #258F9E. Grayscale: #8E8E8E. Windows color (decimal): -2461599 or 6385882. OLE color: 6385882.

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

Color convert

RGB21811297-
CMYK00.490.560.15
HSL7.44º62.05%61.76%-
HSV(B)7.44º55.5%85.49%-
XYZ36.8727.3614.65-
YUV141.98102.62182.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.05%
GREEN value IS 112 (44.14% from 255) = 26.23%
BLUE value IS 97 (38.28% from 255) = 22.72%
R=51.05%
G=26.23%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181129700.490.560.157.4462.0561.76
HexDA706103138F73e3e
Octal332160141061701777676
Binary110110101110000110000101100011110001111111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7061; }

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

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

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

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

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

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

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

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