#DA7263

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

Shades of Terra Cotta #DA7263

Tints of Terra Cotta #DA7263

Color information

#DA7263 (or 0xDA7263) is unknown color: approx Terra Cotta. HEX triplet: DA, 72 and 63. RGB value is (218,114,99). Sum of RGB (Red+Green+Blue) = 218+114+99=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 99 (39.06% from 255 or 22.97% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7263 is #258D9C. Grayscale: #8F8F8F. Windows color (decimal): -2461085 or 6517466. OLE color: 6517466.

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

Color convert

RGB21811499-
CMYK00.480.550.15
HSL7.56º61.66%62.16%-
HSV(B)7.56º54.59%85.49%-
XYZ37.1827.8415.22-
YUV143.39102.96181.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.58%
GREEN value IS 114 (44.92% from 255) = 26.45%
BLUE value IS 99 (39.06% from 255) = 22.97%
R=50.58%
G=26.45%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181149900.480.550.157.5661.6662.16
HexDA726303037F83e3e
Octal3321621430606717107676
Binary1101101011100101100011011000011011111111000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7263; }

 p { color: rgb(218,114,99); }

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

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

 a { background-color: rgb(218,114,99); }

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

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

 span { border-color: rgb(218,114,99); }

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