#DA7362

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

Shades of Terra Cotta #DA7362

Tints of Terra Cotta #DA7362

Color information

#DA7362 (or 0xDA7362) is unknown color: approx Terra Cotta. HEX triplet: DA, 73 and 62. RGB value is (218,115,98). Sum of RGB (Red+Green+Blue) = 218+115+98=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7362 is #258C9D. Grayscale: #909090. Windows color (decimal): -2460830 or 6452186. OLE color: 6452186.

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

Color convert

RGB21811598-
CMYK00.470.550.15
HSL8.5º61.86%61.96%-
HSV(B)8.5º55.05%85.49%-
XYZ37.2528.0515.01-
YUV143.86102.12180.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.58%
GREEN value IS 115 (45.31% from 255) = 26.68%
BLUE value IS 98 (38.67% from 255) = 22.74%
R=50.58%
G=26.68%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181159800.470.550.158.561.8661.96
HexDA736202F37F83e3e
Octal3321631420576717107676
Binary1101101011100111100010010111111011111111000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7362; }

 p { color: rgb(218,115,98); }

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

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

 a { background-color: rgb(218,115,98); }

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

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

 span { border-color: rgb(218,115,98); }

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