#DA795F

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

Shades of Terra Cotta #DA795F

Tints of Terra Cotta #DA795F

Color information

#DA795F (or 0xDA795F) is unknown color: approx Terra Cotta. HEX triplet: DA, 79 and 5F. RGB value is (218,121,95). Sum of RGB (Red+Green+Blue) = 218+121+95=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA795F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA795F is #2586A0. Grayscale: #939393. Windows color (decimal): -2459297 or 6257114. OLE color: 6257114.

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

Color convert

RGB21812195-
CMYK00.440.560.15
HSL12.68º62.44%61.37%-
HSV(B)12.68º56.42%85.49%-
XYZ37.8229.4114.51-
YUV147.0498.64178.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.23%
GREEN value IS 121 (47.66% from 255) = 27.88%
BLUE value IS 95 (37.5% from 255) = 21.89%
R=50.23%
G=27.88%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181219500.440.560.1512.6862.4461.37
HexDA795F02C38Fd3e3d
Octal3321711370547017157675
Binary1101101011110011011111010110011100011111101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA795F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA795F; }

 p { color: rgb(218,121,95); }

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

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

 a { background-color: rgb(218,121,95); }

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

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

 span { border-color: rgb(218,121,95); }

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