#DC7064

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

Shades of Terra Cotta #DC7064

Tints of Terra Cotta #DC7064

Color information

#DC7064 (or 0xDC7064) is unknown color: approx Terra Cotta. HEX triplet: DC, 70 and 64. RGB value is (220,112,100). Sum of RGB (Red+Green+Blue) = 220+112+100=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7064 is #238F9B. Grayscale: #8F8F8F. Windows color (decimal): -2330524 or 6582492. OLE color: 6582492.

HSL color Cylindrical-coordinate representation of color #DC7064: hue angle of 6º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC7064 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB220112100-
CMYK00.490.550.14
HSL63.16%62.75%-
HSV(B)54.55%86.27%-
XYZ37.6127.7215.43-
YUV142.92103.78182.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.93%
GREEN value IS 112 (44.14% from 255) = 25.93%
BLUE value IS 100 (39.45% from 255) = 23.15%
R=50.93%
G=25.93%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011210000.490.550.14663.1662.75
HexDC706403137E63f3f
Octal334160144061671667777
Binary110111001110000110010001100011101111110110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7064; }

 p { color: rgb(220,112,100); }

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

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

 a { background-color: rgb(220,112,100); }

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

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

 span { border-color: rgb(220,112,100); }

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