#DA7466

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

Shades of Terra Cotta #DA7466

Tints of Terra Cotta #DA7466

Color information

#DA7466 (or 0xDA7466) is unknown color: approx Terra Cotta. HEX triplet: DA, 74 and 66. RGB value is (218,116,102). Sum of RGB (Red+Green+Blue) = 218+116+102=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7466 is #258B99. Grayscale: #919191. Windows color (decimal): -2460570 or 6714586. OLE color: 6714586.

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

Color convert

RGB218116102-
CMYK00.470.530.15
HSL7.24º61.05%62.75%-
HSV(B)7.24º53.21%85.49%-
XYZ37.5628.3616.06-
YUV144.9103.79180.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50%
GREEN value IS 116 (45.70% from 255) = 26.61%
BLUE value IS 102 (40.23% from 255) = 23.39%
R=50%
G=26.61%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811610200.470.530.157.2461.0562.75
HexDA746602F35F73d3f
Octal332164146057651777577
Binary110110101110100110011001011111101011111111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7466; }

 p { color: rgb(218,116,102); }

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

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

 a { background-color: rgb(218,116,102); }

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

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

 span { border-color: rgb(218,116,102); }

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