#DA7A64

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

Shades of Terra Cotta #DA7A64

Tints of Terra Cotta #DA7A64

Color information

#DA7A64 (or 0xDA7A64) is unknown color: approx Terra Cotta. HEX triplet: DA, 7A and 64. RGB value is (218,122,100). Sum of RGB (Red+Green+Blue) = 218+122+100=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 100 (39.45% from 255 or 22.73% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7A64 is #25859B. Grayscale: #949494. Windows color (decimal): -2459036 or 6585050. OLE color: 6585050.

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

Color convert

RGB218122100-
CMYK00.440.540.15
HSL11.19º61.46%62.35%-
HSV(B)11.19º54.13%85.49%-
XYZ38.1729.7415.79-
YUV148.2100.8177.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.55%
GREEN value IS 122 (48.05% from 255) = 27.73%
BLUE value IS 100 (39.45% from 255) = 22.73%
R=49.55%
G=27.73%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812210000.440.540.1511.1961.4662.35
HexDA7A6402C36Fb3d3e
Octal3321721440546617137576
Binary1101101011110101100100010110011011011111011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7A64; }

 p { color: rgb(218,122,100); }

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

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

 a { background-color: rgb(218,122,100); }

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

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

 span { border-color: rgb(218,122,100); }

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