#DA7361

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

Shades of Terra Cotta #DA7361

Tints of Terra Cotta #DA7361

Color information

#DA7361 (or 0xDA7361) is unknown color: approx Terra Cotta. HEX triplet: DA, 73 and 61. RGB value is (218,115,97). Sum of RGB (Red+Green+Blue) = 218+115+97=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 97 (38.28% from 255 or 22.56% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7361 is #258C9E. Grayscale: #8F8F8F. Windows color (decimal): -2460831 or 6386650. OLE color: 6386650.

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

Color convert

RGB21811597-
CMYK00.470.560.15
HSL8.93º62.05%61.76%-
HSV(B)8.93º55.5%85.49%-
XYZ37.228.0314.76-
YUV143.74101.62180.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.70%
GREEN value IS 115 (45.31% from 255) = 26.74%
BLUE value IS 97 (38.28% from 255) = 22.56%
R=50.70%
G=26.74%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181159700.470.560.158.9362.0561.76
HexDA736102F38F93e3e
Octal3321631410577017117676
Binary1101101011100111100001010111111100011111001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7361; }

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

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

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

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

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

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

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

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