#DA7967

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

Shades of Terra Cotta #DA7967

Tints of Terra Cotta #DA7967

Color information

#DA7967 (or 0xDA7967) is unknown color: approx Terra Cotta. HEX triplet: DA, 79 and 67. RGB value is (218,121,103). Sum of RGB (Red+Green+Blue) = 218+121+103=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 121 (47.66% from 255 or 27.38% from 442); Blue value is 103 (40.62% from 255 or 23.30% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7967 is #258698. Grayscale: #949494. Windows color (decimal): -2459289 or 6781402. OLE color: 6781402.

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

Color convert

RGB218121103-
CMYK00.440.530.15
HSL9.39º60.85%62.94%-
HSV(B)9.39º52.75%85.49%-
XYZ38.229.5616.52-
YUV147.95102.64177.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.32%
GREEN value IS 121 (47.66% from 255) = 27.38%
BLUE value IS 103 (40.62% from 255) = 23.30%
R=49.32%
G=27.38%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812110300.440.530.159.3960.8562.94
HexDA796702C35F93d3f
Octal3321711470546517117577
Binary1101101011110011100111010110011010111111001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7967; }

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

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

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

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

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

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

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

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