#DA7565

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

Shades of Terra Cotta #DA7565

Tints of Terra Cotta #DA7565

Color information

#DA7565 (or 0xDA7565) is unknown color: approx Terra Cotta. HEX triplet: DA, 75 and 65. RGB value is (218,117,101). Sum of RGB (Red+Green+Blue) = 218+117+101=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7565 is #258A9A. Grayscale: #919191. Windows color (decimal): -2460315 or 6649306. OLE color: 6649306.

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

Color convert

RGB218117101-
CMYK00.460.540.15
HSL8.21º61.26%62.55%-
HSV(B)8.21º53.67%85.49%-
XYZ37.6228.5715.84-
YUV145.38102.96179.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50%
GREEN value IS 117 (46.09% from 255) = 26.83%
BLUE value IS 101 (39.84% from 255) = 23.17%
R=50%
G=26.83%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811710100.460.540.158.2161.2662.55
HexDA756502E36F83d3f
Octal3321651450566617107577
Binary1101101011101011100101010111011011011111000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7565; }

 p { color: rgb(218,117,101); }

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

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

 a { background-color: rgb(218,117,101); }

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

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

 span { border-color: rgb(218,117,101); }

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