#DA7367

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

Shades of Terra Cotta #DA7367

Tints of Terra Cotta #DA7367

Color information

#DA7367 (or 0xDA7367) is unknown color: approx Terra Cotta. HEX triplet: DA, 73 and 67. RGB value is (218,115,103). Sum of RGB (Red+Green+Blue) = 218+115+103=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 103 (40.62% from 255 or 23.62% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7367 is #258C98. Grayscale: #909090. Windows color (decimal): -2460825 or 6779866. OLE color: 6779866.

HSL color Cylindrical-coordinate representation of color #DA7367: hue angle of 6.26º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA7367 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB218115103-
CMYK00.470.530.15
HSL6.26º60.85%62.94%-
HSV(B)6.26º52.75%85.49%-
XYZ37.4928.1516.29-
YUV144.43104.62180.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50%
GREEN value IS 115 (45.31% from 255) = 26.38%
BLUE value IS 103 (40.62% from 255) = 23.62%
R=50%
G=26.38%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811510300.470.530.156.2660.8562.94
HexDA736702F35F63d3f
Octal332163147057651767577
Binary110110101110011110011101011111101011111110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7367; }

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

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

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

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

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

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

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

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