#DA7669

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

Shades of Terra Cotta #DA7669

Tints of Terra Cotta #DA7669

Color information

#DA7669 (or 0xDA7669) is unknown color: approx Terra Cotta. HEX triplet: DA, 76 and 69. RGB value is (218,118,105). Sum of RGB (Red+Green+Blue) = 218+118+105=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7669 is #258996. Grayscale: #929292. Windows color (decimal): -2460055 or 6911706. OLE color: 6911706.

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

Color convert

RGB218118105-
CMYK00.460.520.15
HSL6.9º60.43%63.33%-
HSV(B)6.9º51.83%85.49%-
XYZ37.9428.8816.94-
YUV146.42104.63179.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.43%
GREEN value IS 118 (46.48% from 255) = 26.76%
BLUE value IS 105 (41.41% from 255) = 23.81%
R=49.43%
G=26.76%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811810500.460.520.156.960.4363.33
HexDA766902E34F73c3f
Octal332166151056641777477
Binary110110101110110110100101011101101001111111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7669; }

 p { color: rgb(218,118,105); }

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

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

 a { background-color: rgb(218,118,105); }

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

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

 span { border-color: rgb(218,118,105); }

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