#dc7360

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

Shades of Terra Cotta #DC7360

Tints of Terra Cotta #DC7360

Color information

#DC7360 (or 0xDC7360) is unknown color: approx Terra Cotta. HEX triplet: DC, 73 and 60. RGB value is (220,115,96). Sum of RGB (Red+Green+Blue) = 220+115+96=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7360 is #238C9F. Grayscale: #909090. Windows color (decimal): -2329760 or 6321116. OLE color: 6321116.

HSL color Cylindrical-coordinate representation of color #DC7360: hue angle of 9.19º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC7360 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB22011596-
CMYK00.480.560.14
HSL9.19º63.92%61.96%-
HSV(B)9.19º56.36%86.27%-
XYZ37.7628.3214.54-
YUV144.23100.79182.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.04%
GREEN value IS 115 (45.31% from 255) = 26.68%
BLUE value IS 96 (37.89% from 255) = 22.27%
R=51.04%
G=26.68%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201159600.480.560.149.1963.9261.96
HexDC736003038E9403e
Octal33416314006070161110076
Binary11011100111001111000000110000111000111010011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc7360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc7360; }

 p { color: rgb(220,115,96); }

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

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

 a { background-color: rgb(220,115,96); }

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

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

 span { border-color: rgb(220,115,96); }

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